Searched refs:SCTP_TIMERQ_LOCK (Results 1 – 2 of 2) sorted by relevance
71 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()
57 #define SCTP_TIMERQ_LOCK() EnterCriticalSection(&SCTP_BASE_VAR(timer_mtx)) macro63 #define SCTP_TIMERQ_LOCK() KASSERT(pthread_mutex_lock(&SCTP_BASE_VAR(timer_mtx)) == 0, ("%… macro66 #define SCTP_TIMERQ_LOCK() (void)pthread_mutex_lock(&SCTP_BASE_VAR(timer_mtx)) macro