Home
last modified time | relevance | path

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

12

/bionic/benchmarks/
Dpthread_benchmark.cpp73 pthread_mutex_unlock(&mutex); in BM_pthread_mutex_lock()
83 pthread_mutex_unlock(&mutex); in BM_pthread_mutex_lock_ERRORCHECK()
93 pthread_mutex_unlock(&mutex); in BM_pthread_mutex_lock_RECURSIVE()
122 pthread_mutex_unlock(&m.mutex); in BM_pthread_mutex_lock_PI()
132 pthread_mutex_unlock(&m.mutex); in BM_pthread_mutex_lock_ERRORCHECK_PI()
142 pthread_mutex_unlock(&m.mutex); in BM_pthread_mutex_lock_RECURSIVE_PI()
/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/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()
Dflockfile.cpp56 pthread_mutex_unlock(&_FLOCK(fp)); in funlockfile()
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.cpp296 pthread_mutex_unlock(&gGlobalsMutateLock); in EnableLimitDispatchTable()
/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.cpp332 ASSERT_EQ(0, pthread_mutex_unlock(&data.mutex)); in main()
346 pthread_mutex_unlock(&data->mutex); in thread_fn()
1549 ASSERT_EQ(0, pthread_mutex_unlock(&test->mutex)); in WaitThreadFn()
1659 ASSERT_EQ(0, pthread_mutex_unlock(&mutex)); in pthread_cond_timedwait_timeout_helper()
1907 pthread_mutex_unlock(&pthread_gettid_np_mutex); in pthread_gettid_np_helper()
1927 pthread_mutex_unlock(&pthread_gettid_np_mutex); in TEST()
2046 intptr_t result = pthread_mutex_unlock(mutex); in UnlockFromAnotherThread()
2061 ASSERT_EQ(0, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockNormal()
2064 ASSERT_EQ(0, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockNormal()
2073 ASSERT_EQ(0, pthread_mutex_unlock(&m.lock)); in TestPthreadMutexLockErrorCheck()
[all …]
/bionic/libc/dns/resolv/
Dres_cache.c1422 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_query_failed()
1758 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_lookup()
1837 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_add()
1905 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_flush_cache_for_net()
1944 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_delete_cache_for_net()
2114 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_set_nameservers_for_net()
2214 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_populate_res_for_net()
2254 pthread_mutex_unlock(&_res_cache_list_lock); in android_net_res_stats_get_info_for_net()
2268 pthread_mutex_unlock(&_res_cache_list_lock); in android_net_res_stats_get_info_for_net()
2274 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)
/bionic/libc/include/bits/
Dthreads_inlines.h118 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/include/
Dpthread.h208 int pthread_mutex_unlock(pthread_mutex_t* __mutex);
/bionic/libc/stdio/
Dstdio.cpp179 pthread_mutex_unlock(&__stdio_mutex); in __sfp()
187 pthread_mutex_unlock(&__stdio_mutex); in __sfp()

12