Searched refs:btu_oneshot_alarm_lock (Results 1 – 2 of 2) sorted by relevance
69 pthread_mutex_t btu_oneshot_alarm_lock; variable177 if (pthread_mutex_init(&btu_oneshot_alarm_lock, NULL)) in BTU_StartUp()221 pthread_mutex_destroy(&btu_oneshot_alarm_lock); in BTU_ShutDown()
108 extern pthread_mutex_t btu_oneshot_alarm_lock;598 pthread_mutex_lock(&btu_oneshot_alarm_lock); in btu_start_timer_oneshot()602 pthread_mutex_unlock(&btu_oneshot_alarm_lock); in btu_start_timer_oneshot()