Home
last modified time | relevance | path

Searched refs:mutex_unlock (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c37 void mutex_unlock(struct Mutex *mu) UNLOCK_FUNCTION(mu);
86 mutex_unlock(&mu1); in main()
87 mutex_unlock(&mu2); in main()
92 mutex_unlock(&mu2); in main()
93 mutex_unlock(&mu1); in main()
96 mutex_unlock(&mu1); in main()
100 mutex_unlock(&mu1); in main()
108 mutex_unlock(foo_.mu_); in main()
111 mutex_unlock(foo_.mu_); in main()
118 mutex_unlock(foo_.mu_); in main()
/external/libunwind/src/mi/
Ddyn-register.c43 mutex_unlock (&_U_dyn_info_list_lock); in _U_dyn_register()
Ddyn-cancel.c43 mutex_unlock (&_U_dyn_info_list_lock); in _U_dyn_cancel()
/external/squashfs-tools/kernel/fs/squashfs/
Dfile.c91 mutex_unlock(&msblk->meta_index_mutex); in locate_meta_index()
156 mutex_unlock(&msblk->meta_index_mutex); in empty_meta_index()
166 mutex_unlock(&msblk->meta_index_mutex); in release_meta_index()
Dblock.c226 mutex_unlock(&msblk->read_data_mutex); in squashfs_read_data()
264 mutex_unlock(&msblk->read_data_mutex); in squashfs_read_data()
/external/valgrind/drd/
Ddrd_mutex.h48 void DRD_(mutex_unlock)(const Addr mutex, const MutexT mutex_type);
Ddrd_clientreq.c374 DRD_(mutex_unlock)(arg[1], arg[2]); in handle_client_request() local
418 DRD_(mutex_unlock)(mutex, mutex_type); in handle_client_request() local
Ddrd_mutex.c366 void DRD_(mutex_unlock)(const Addr mutex, MutexT mutex_type) in DRD_() argument
460 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock); in DRD_() local
/external/libunwind/include/
Dlibunwind_i.h116 #define mutex_unlock(l) \ macro
220 __lock_release_internal(l, m, mutex_unlock)
/external/dbus/dbus/
Ddbus-threads.h159 DBusMutexUnlockFunction mutex_unlock; /**< Function to unlock a mutex; optional and deprecated. */ member
/external/bison/lib/glthread/
Dlock.c575 return mutex_unlock (&lock->mutex); in glthread_recursive_lock_unlock_multithreaded()
608 return mutex_unlock (&once_control->mutex); in glthread_once_multithreaded()
Dlock.h504 # pragma weak mutex_unlock macro
536 (thread_in_use () ? mutex_unlock (LOCK) : 0)
/external/vulkan-validation-layers/
Dvk-layer-generate.py1274 mutex_unlock = False
1316 if not mutex_unlock:
1318 mutex_unlock = True
1321 if mutex_unlock:
/external/harfbuzz_ng/
Dconfigure.ac431 void mutex_unlock (int *m) { __sync_lock_release (m); }