Home
last modified time | relevance | path

Searched defs:_so (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socketvar.h281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond)) argument
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond)) argument
283 #define SOCK_COND(_so) (&(_so)->timeo_cond) argument
301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL) argument
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond)) argument
303 #define SOCK_COND(_so) (&(_so)->timeo_cond) argument
319 #define SOCK_MTX(_so) SOCKBUF_MTX(&(_so)->so_rcv) argument
325 #define SOCK_LOCK_ASSERT(_so) SOCKBUF_LOCK_ASSERT(&(_so)->so_rcv) argument
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_lock_userspace.h238 #define SOCK_LOCK(_so) argument
239 #define SOCK_UNLOCK(_so) argument