Home
last modified time | relevance | path

Searched refs:sync_mutex (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1088 (lmutex_lock_interruptible(&state->sync_mutex) != 0)) in queue_message_sync()
1118 lmutex_unlock(&state->sync_mutex); in queue_message_sync()
1161 lmutex_unlock(&state->sync_mutex); in queue_message_sync()
2524 lmutex_init(&state->sync_mutex); in vchiq_init_state()
3011 lmutex_lock(&state->sync_mutex); in vchiq_close_service_internal()
3038 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
3042 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
3051 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
H A Dvchiq_core.h460 struct mutex sync_mutex; member