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.c1029 (lmutex_lock_interruptible(&state->sync_mutex) != 0)) in queue_message_sync()
1064 lmutex_unlock(&state->sync_mutex); in queue_message_sync()
1116 lmutex_unlock(&state->sync_mutex); in queue_message_sync()
2471 lmutex_init(&state->sync_mutex); in vchiq_init_state()
2953 lmutex_lock(&state->sync_mutex); in vchiq_close_service_internal()
2980 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
2984 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
2993 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
H A Dvchiq_core.h460 struct mutex sync_mutex; member