Searched defs:SCTP_TIMERQ_LOCK_INIT (Results 1 – 1 of 1) sorted by relevance
57 #define SCTP_TIMERQ_LOCK_INIT() InitializeCriticalSection(&SCTP_BASE_VAR(timer_mtx)) macro62 #define SCTP_TIMERQ_LOCK_INIT() (void)pthread_mutex_init(&SCTP_BASE_VAR(timer_mtx), NULL) macro