Home
last modified time | relevance | path

Searched refs:SCTP_TIMERQ_LOCK (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_callout.c71 SCTP_TIMERQ_LOCK(); in sctp_get_tick_count()
100 SCTP_TIMERQ_LOCK(); in sctp_os_timer_start()
135 SCTP_TIMERQ_LOCK(); in sctp_os_timer_stop()
160 SCTP_TIMERQ_LOCK(); in sctp_handle_tick()
173 SCTP_TIMERQ_LOCK(); in sctp_handle_tick()
Dsctp_callout.h57 #define SCTP_TIMERQ_LOCK() EnterCriticalSection(&SCTP_BASE_VAR(timer_mtx)) macro
63 #define SCTP_TIMERQ_LOCK() KASSERT(pthread_mutex_lock(&SCTP_BASE_VAR(timer_mtx)) == 0, ("%… macro
66 #define SCTP_TIMERQ_LOCK() (void)pthread_mutex_lock(&SCTP_BASE_VAR(timer_mtx)) macro