Home
last modified time | relevance | path

Searched refs:timeo_cond (Results 1 – 22 of 22) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/src/
H A Duser_socketvar.h156 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
283 #define SOCK_COND(_so) (&(_so)->timeo_cond)
301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
303 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c387 WakeAllConditionVariable(&(so)->timeo_cond);
389 pthread_cond_broadcast(&(so)->timeo_cond);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_socketvar.h156 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
283 #define SOCK_COND(_so) (&(_so)->timeo_cond)
301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
303 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c387 WakeAllConditionVariable(&(so)->timeo_cond); in wakeup()
389 pthread_cond_broadcast(&(so)->timeo_cond); in wakeup()
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/
H A Duser_socketvar.h156 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
283 #define SOCK_COND(_so) (&(_so)->timeo_cond)
301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
303 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c387 WakeAllConditionVariable(&(so)->timeo_cond); in wakeup()
389 pthread_cond_broadcast(&(so)->timeo_cond); in wakeup()
/dports/net/libusrsctp/usrsctp-0.9.5.0/usrsctplib/
H A Duser_socketvar.h156 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
283 #define SOCK_COND(_so) (&(_so)->timeo_cond)
301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
303 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c387 WakeAllConditionVariable(&(so)->timeo_cond); in wakeup()
389 pthread_cond_broadcast(&(so)->timeo_cond); in wakeup()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/usrsctplib/
H A Duser_socketvar.h156 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
283 #define SOCK_COND(_so) (&(_so)->timeo_cond)
301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
303 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c387 WakeAllConditionVariable(&(so)->timeo_cond); in wakeup()
389 pthread_cond_broadcast(&(so)->timeo_cond); in wakeup()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/sctp/src/
H A Duser_socketvar.h156 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
283 #define SOCK_COND(_so) (&(_so)->timeo_cond)
301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
303 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c387 WakeAllConditionVariable(&(so)->timeo_cond); in wakeup()
389 pthread_cond_broadcast(&(so)->timeo_cond); in wakeup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_socketvar.h156 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
283 #define SOCK_COND(_so) (&(_so)->timeo_cond)
301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
303 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c398 WakeAllConditionVariable(&(so)->timeo_cond); in wakeup()
400 pthread_cond_broadcast(&(so)->timeo_cond); in wakeup()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_socketvar.h156 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
283 #define SOCK_COND(_so) (&(_so)->timeo_cond)
301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
303 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c398 WakeAllConditionVariable(&(so)->timeo_cond); in wakeup()
400 pthread_cond_broadcast(&(so)->timeo_cond); in wakeup()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/src/
H A Duser_socketvar.h154 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
279 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
280 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
281 #define SOCK_COND(_so) (&(_so)->timeo_cond)
299 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
300 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
301 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c385 WakeAllConditionVariable(&(so)->timeo_cond);
387 pthread_cond_broadcast(&(so)->timeo_cond);
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/src/
H A Duser_socketvar.h154 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
272 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
273 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
274 #define SOCK_COND(_so) (&(_so)->timeo_cond)
281 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
282 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
283 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c366 WakeAllConditionVariable(&(so)->timeo_cond);
368 pthread_cond_broadcast(&(so)->timeo_cond);
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/src/
H A Duser_socketvar.h154 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */ member
279 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond))
280 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond))
281 #define SOCK_COND(_so) (&(_so)->timeo_cond)
299 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL)
300 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond))
301 #define SOCK_COND(_so) (&(_so)->timeo_cond)
H A Duser_socket.c385 WakeAllConditionVariable(&(so)->timeo_cond);
387 pthread_cond_broadcast(&(so)->timeo_cond);