Searched refs:swms_timerlock (Results 1 – 2 of 2) sorted by relevance
140 (void) pthread_mutex_lock(&msinfo->swms_timerlock); in sw_timer_install()156 (void) pthread_mutex_unlock(&msinfo->swms_timerlock); in sw_timer_install()195 (void) pthread_mutex_lock(&msinfo->swms_timerlock); in sw_timer_remove()201 (void) pthread_mutex_unlock(&msinfo->swms_timerlock); in sw_timer_remove()218 (void) pthread_mutex_lock(&msinfo->swms_timerlock); in sw_timeout()221 (void) pthread_mutex_unlock(&msinfo->swms_timerlock); in sw_timeout()369 (void) pthread_mutex_init(&msinfo->swms_timerlock, NULL); in sw_fmd_init()447 (void) pthread_mutex_lock(&msinfo->swms_timerlock); in sw_fmd_fini()455 (void) pthread_mutex_unlock(&msinfo->swms_timerlock); in sw_fmd_fini()457 (void) pthread_mutex_destroy(&msinfo->swms_timerlock); in sw_fmd_fini()
43 pthread_mutex_t swms_timerlock; member