Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socketvar.h280 #define SOCKBUF_COND_DESTROY(_sb) DeleteConditionVariable((&(_sb)->sb_cond))
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
Duser_socket.c2078 DeleteConditionVariable(&accept_cond);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h71 #define DeleteConditionVariable(cond) DeleteXPConditionVariable(cond) macro
75 #define DeleteConditionVariable(cond) macro
Dsctp_pcb.c6820 DeleteConditionVariable(&sctp_it_ctl.iterator_wakeup);