Searched refs:time_mutex (Results 1 – 3 of 3) sorted by relevance
37 static mutex_t time_mutex = DEFAULTMUTEX; variable43 (void) mutex_lock(&time_mutex); in _nscd_set_start_time()46 (void) mutex_unlock(&time_mutex); in _nscd_set_start_time()
830 mutex_init(&softs->time_mutex, NULL, MUTEX_DRIVER, in aac_attach()951 mutex_destroy(&softs->time_mutex); in aac_attach()1005 mutex_enter(&softs->time_mutex); in aac_detach()1010 mutex_exit(&softs->time_mutex); in aac_detach()1012 mutex_enter(&softs->time_mutex); in aac_detach()1014 mutex_exit(&softs->time_mutex); in aac_detach()1030 mutex_destroy(&softs->time_mutex); in aac_detach()6632 mutex_enter(&softs->time_mutex); in aac_sync_tick()6635 mutex_exit(&softs->time_mutex); in aac_sync_tick()6646 mutex_enter(&softs->time_mutex); in aac_sync_tick()[all …]
461 kmutex_t time_mutex; member