Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_core.c1020 (lmutex_lock_interruptible(&state->sync_mutex) != 0)) in queue_message_sync()
1055 lmutex_unlock(&state->sync_mutex); in queue_message_sync()
1110 lmutex_unlock(&state->sync_mutex); in queue_message_sync()
2463 lmutex_init(&state->sync_mutex); in vchiq_init_state()
2950 lmutex_lock(&state->sync_mutex); in vchiq_close_service_internal()
2977 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
2981 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
2990 lmutex_unlock(&state->sync_mutex); in vchiq_close_service_internal()
H A Dvchiq_core.h454 struct mutex sync_mutex; member