Searched refs:DeleteConditionVariable (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h69 #define DeleteConditionVariable(cond) DeleteXPConditionVariable(cond) macro
73 #define DeleteConditionVariable(cond) macro
H A Dsctp_pcb.c6918 DeleteConditionVariable(&sctp_it_ctl.iterator_wakeup);
H A Dsctp_usrreq.c253 DeleteConditionVariable(&accept_cond);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socketvar.h271 #define SOCKBUF_COND_DESTROY(_sb) DeleteConditionVariable((&(_sb)->sb_cond))
273 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))

Completed in 4150 milliseconds