Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_callout.c73 SCTP_TIMERQ_UNLOCK(); in sctp_get_tick_count()
128 SCTP_TIMERQ_UNLOCK(); in sctp_os_timer_start()
141 SCTP_TIMERQ_UNLOCK(); in sctp_os_timer_stop()
149 SCTP_TIMERQ_UNLOCK(); in sctp_os_timer_stop()
171 SCTP_TIMERQ_UNLOCK(); in sctp_handle_tick()
180 SCTP_TIMERQ_UNLOCK(); in sctp_handle_tick()
Dsctp_callout.h58 #define SCTP_TIMERQ_UNLOCK() LeaveCriticalSection(&SCTP_BASE_VAR(timer_mtx)) macro
64 #define SCTP_TIMERQ_UNLOCK() KASSERT(pthread_mutex_unlock(&SCTP_BASE_VAR(timer_mtx)) == 0, (… macro
67 #define SCTP_TIMERQ_UNLOCK() (void)pthread_mutex_unlock(&SCTP_BASE_VAR(timer_mtx)) macro