Searched refs:SCTP_TIMERQ_UNLOCK (Results 1 – 2 of 2) sorted by relevance
73 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()
58 #define SCTP_TIMERQ_UNLOCK() LeaveCriticalSection(&SCTP_BASE_VAR(timer_mtx)) macro64 #define SCTP_TIMERQ_UNLOCK() KASSERT(pthread_mutex_unlock(&SCTP_BASE_VAR(timer_mtx)) == 0, (… macro67 #define SCTP_TIMERQ_UNLOCK() (void)pthread_mutex_unlock(&SCTP_BASE_VAR(timer_mtx)) macro