Home
last modified time | relevance | path

Searched refs:pthread_mutex_unlock (Results 1 – 25 of 62) sorted by relevance

123

/bionic/benchmarks/
Dpthread_benchmark.cpp73 pthread_mutex_unlock(&mutex); in BM_pthread_mutex_lock()
84 pthread_mutex_unlock(&mutex); in BM_pthread_mutex_lock_ERRORCHECK()
96 pthread_mutex_unlock(&mutex); in BM_pthread_mutex_lock_RECURSIVE()
126 pthread_mutex_unlock(&m.mutex); in BM_pthread_mutex_lock_PI()
136 pthread_mutex_unlock(&m.mutex); in BM_pthread_mutex_lock_ERRORCHECK_PI()
146 pthread_mutex_unlock(&m.mutex); in BM_pthread_mutex_lock_RECURSIVE_PI()
/bionic/libc/bionic/
Dpthread_atfork.cpp141 pthread_mutex_unlock(&g_atfork_list_mutex); in __bionic_atfork_run_child()
151 pthread_mutex_unlock(&g_atfork_list_mutex); in __bionic_atfork_run_parent()
171 pthread_mutex_unlock(&g_atfork_list_mutex); in __register_atfork()
181 pthread_mutex_unlock(&g_atfork_list_mutex); in __unregister_atfork()
Dthread_private.cpp41 pthread_mutex_unlock(&g_arc4_lock); in _thread_arc4_unlock()
Dpthread_cond.cpp197 pthread_mutex_unlock(mutex); in __pthread_cond_timedwait()
Datexit.cpp221 pthread_mutex_unlock(&g_atexit_lock); in atexit_unlock()
Dmalloc_heapprofd.cpp134 pthread_mutex_unlock(&gGlobalsMutateLock); in MaybeModifyGlobals()
Dmalloc_limit.cpp297 pthread_mutex_unlock(&gGlobalsMutateLock); in EnableLimitDispatchTable()
/bionic/libc/private/
Dthread_private.h21 #define _THREAD_PRIVATE_MUTEX_UNLOCK(name) pthread_mutex_unlock(&__MUTEX_NAME(name))
25 #define _MUTEX_UNLOCK(l) pthread_mutex_unlock((pthread_mutex_t*) l)
DScopedPthreadMutexLocker.h30 pthread_mutex_unlock(mu_); in ~ScopedPthreadMutexLocker()
/bionic/libc/upstream-netbsd/android/include/
Dreentrant.h31 #define mutex_unlock(x) pthread_mutex_unlock(x)
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dquick_exit.c69 pthread_mutex_unlock(&atexit_mutex); in at_quick_exit()
/bionic/tests/
Dpthread_test.cpp359 ASSERT_EQ(0, pthread_mutex_unlock(&data.mutex)); in main()
373 pthread_mutex_unlock(&data->mutex); in thread_fn()
1629 ASSERT_EQ(0, pthread_mutex_unlock(&test->mutex)); in WaitThreadFn()
1739 ASSERT_EQ(0, pthread_mutex_unlock(&mutex)); in pthread_cond_timedwait_timeout_helper()
1987 pthread_mutex_unlock(&pthread_gettid_np_mutex); in pthread_gettid_np_helper()
2007 pthread_mutex_unlock(&pthread_gettid_np_mutex); in TEST()
2126 intptr_t result = pthread_mutex_unlock(mutex); in UnlockFromAnotherThread()
2141 ASSERT_EQ(0, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockNormal()
2144 ASSERT_EQ(0, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockNormal()
2153 ASSERT_EQ(0, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockErrorCheck()
[all …]
/bionic/libc/dns/resolv/
Dres_cache.c1418 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_query_failed()
1754 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_lookup()
1833 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_add()
1901 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_flush_cache_for_net()
1940 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_delete_cache_for_net()
2110 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_set_nameservers_for_net()
2210 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_populate_res_for_net()
2250 pthread_mutex_unlock(&_res_cache_list_lock); in android_net_res_stats_get_info_for_net()
2264 pthread_mutex_unlock(&_res_cache_list_lock); in android_net_res_stats_get_info_for_net()
2270 pthread_mutex_unlock(&_res_cache_list_lock); in android_net_res_stats_get_info_for_net()
[all …]
Dres_data.cpp38 pthread_mutex_unlock(&mutex); in ~GlobalStateAccessor()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_105.S80 CALL(pthread_mutex_unlock)
Dliblinker_reloc_bench_010.S174 CALL(pthread_mutex_unlock)
Dliblinker_reloc_bench_076.S274 CALL(pthread_mutex_unlock)
363 GOT_RELOC(pthread_mutex_unlock)
Dliblinker_reloc_bench_027.S308 CALL(pthread_mutex_unlock)
Dliblinker_reloc_bench_008.S343 CALL(pthread_mutex_unlock)
Dliblinker_reloc_bench_143.S184 CALL(pthread_mutex_unlock)
Dliblinker_reloc_bench_132.S497 CALL(pthread_mutex_unlock)
/bionic/libc/include/bits/
Dthreads_inlines.h116 return __bionic_thrd_error(pthread_mutex_unlock(__mtx)); in mtx_unlock()
/bionic/tests/headers/posix/
Dpthread_h.c157 FUNCTION(pthread_mutex_unlock, int (*f)(pthread_mutex_t*)); in pthread_h()
/bionic/libc/stdio/
Dstdio.cpp179 pthread_mutex_unlock(&__stdio_mutex); in __sfp()
187 pthread_mutex_unlock(&__stdio_mutex); in __sfp()
1256 pthread_mutex_unlock(&_EXT(fp)->_lock); in funlockfile()
/bionic/libc/include/
Dpthread.h230 int pthread_mutex_unlock(pthread_mutex_t* _Nonnull __mutex);

123