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.c1017 (lmutex_lock_interruptible(&state->sync_mutex) != 0)) in queue_message_sync()
1052 lmutex_unlock(&state->sync_mutex); in queue_message_sync()
1107 lmutex_unlock(&state->sync_mutex); in queue_message_sync()
2452 lmutex_init(&state->sync_mutex); in vchiq_init_state()
2934 lmutex_lock(&state->sync_mutex); in vchiq_close_service_internal()
2961 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
2965 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
2974 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
H A Dvchiq_core.h451 struct mutex sync_mutex; member