Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_atomic.c35 static pthread_mutex_t sync_mutex = PTHREAD_MUTEX_INITIALIZER; variable
42 pthread_mutex_lock(&sync_mutex); in __sync_add_and_fetch_8()
45 pthread_mutex_unlock(&sync_mutex); in __sync_add_and_fetch_8()
55 pthread_mutex_lock(&sync_mutex); in __sync_sub_and_fetch_8()
58 pthread_mutex_unlock(&sync_mutex); in __sync_sub_and_fetch_8()
68 pthread_mutex_lock(&sync_mutex); in __sync_val_compare_and_swap_8()
72 pthread_mutex_unlock(&sync_mutex); in __sync_val_compare_and_swap_8()
/external/libhevc/encoder/
Dosal_mbox.h67 void *sync_mutex; /* Mutex to maintain sync in post msg and get msg */ member