Searched refs:sync_mutex (Results 1 – 2 of 2) sorted by relevance
35 static pthread_mutex_t sync_mutex = PTHREAD_MUTEX_INITIALIZER; variable42 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()
67 void *sync_mutex; /* Mutex to maintain sync in post msg and get msg */ member