Home
last modified time | relevance | path

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

/bionic/libc/arch-x86/bionic/
D__set_tls.c86 pthread_mutex_unlock(&_tls_desc_lock); in __set_tls()
95 pthread_mutex_unlock(&_tls_desc_lock); in __set_tls()
/bionic/libc/bionic/
Dthread_atexit.c43 pthread_mutex_unlock( &gAtExitLock ); in _thread_atexit_unlock()
Dpthread-rwlocks.c216 pthread_mutex_unlock(&rwlock->lock); in pthread_rwlock_tryrdlock()
241 pthread_mutex_unlock(&rwlock->lock); in pthread_rwlock_timedrdlock()
266 pthread_mutex_unlock(&rwlock->lock); in pthread_rwlock_trywrlock()
295 pthread_mutex_unlock(&rwlock->lock); in pthread_rwlock_timedwrlock()
334 pthread_mutex_unlock(&rwlock->lock); in pthread_rwlock_unlock()
Dpthread-atfork.c106 pthread_mutex_unlock(&handler_mutex); in __bionic_atfork_run_parent()
123 pthread_mutex_unlock(&handler_mutex); in pthread_atfork()
Dpthread_accessor.h43 pthread_mutex_unlock(&gThreadListLock); in Unlock()
Dpthread_key.cpp184 pthread_mutex_unlock(&s_tls_map_lock_); in Unlock()
229 pthread_mutex_unlock(&gThreadListLock); in pthread_key_delete()
Dpthread-timers.c161 pthread_mutex_unlock(&t->lock); in thr_timer_table_alloc()
174 pthread_mutex_unlock( &t->lock ); in thr_timer_table_free()
191 pthread_mutex_unlock(&timer->mutex); in thr_timer_table_start_stop()
194 pthread_mutex_unlock(&t->lock); in thr_timer_table_start_stop()
229 pthread_mutex_unlock(&t->lock); in thr_timer_table_from_id()
285 pthread_mutex_unlock(&t->mutex); in thr_timer_unlock()
Darc4random.c50 #define _ARC4_UNLOCK() pthread_mutex_unlock(&_arc4_lock)
Dpthread.c142 pthread_mutex_unlock(&gThreadListLock); in pthread_exit()
731 int pthread_mutex_unlock(pthread_mutex_t *mutex) in pthread_mutex_unlock() function
1116 pthread_mutex_unlock(mutex); in __pthread_cond_timedwait_relative()
/bionic/libc/private/
DScopedPthreadMutexLocker.h29 pthread_mutex_unlock(mu_); in ~ScopedPthreadMutexLocker()
Dthread_private.h37 pthread_mutex_unlock( &__THREAD_NAME(name)._private_lock )
/bionic/libc/netbsd/resolv/
Dres_cache.c1368 pthread_mutex_unlock(&cache->lock); in _resolv_cache_query_failed()
1715 pthread_mutex_unlock( &cache->lock ); in _resolv_cache_lookup()
1786 pthread_mutex_unlock( &cache->lock ); in _resolv_cache_add()
1901 pthread_mutex_unlock(&_res_cache_list_lock); in __get_res_cache()
1965 pthread_mutex_unlock( &cache->lock ); in _resolv_cache_reset()
1968 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_reset()
1982 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_flush_cache_for_default_iface()
1993 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_flush_cache_for_iface()
2003 pthread_mutex_unlock(&cache->lock); in _flush_cache_for_iface_locked()
2094 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_set_default_iface()
[all …]
Dres_random.c75 #define _RES_RANDOM_UNLOCK() pthread_mutex_unlock(&_res_random_lock)
/bionic/libc/stdio/
Dfileext.h65 #define _FLOCK_UNLOCK(fp) pthread_mutex_unlock(&_FLOCK(fp))
/bionic/libc/include/
Dpthread.h168 int pthread_mutex_unlock(pthread_mutex_t *mutex);
/bionic/libc/tzcode/
Dlocaltime.c52 static inline void _tzUnlock(void) { pthread_mutex_unlock(&_tzMutex); } in _tzUnlock()
/bionic/libc/stdlib/
Dstrtod.c97 #define mutex_unlock(x) pthread_mutex_unlock(x)
/bionic/libc/upstream-dlmalloc/
Dmalloc.c2005 #define RELEASE_LOCK(lk) pthread_mutex_unlock(lk)