Home
last modified time | relevance | path

Searched refs:ScopedPthreadMutexLocker (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/private/
DScopedPthreadMutexLocker.h24 class ScopedPthreadMutexLocker {
26 explicit ScopedPthreadMutexLocker(pthread_mutex_t* mu) : mu_(mu) { in ScopedPthreadMutexLocker() function
30 ~ScopedPthreadMutexLocker() { in ~ScopedPthreadMutexLocker()
37 DISALLOW_COPY_AND_ASSIGN(ScopedPthreadMutexLocker);
/bionic/linker/
Ddlfcn.cpp59 ScopedPthreadMutexLocker locker(&g_dl_mutex); in android_get_LD_LIBRARY_PATH()
64 ScopedPthreadMutexLocker locker(&g_dl_mutex); in android_update_LD_LIBRARY_PATH()
69 ScopedPthreadMutexLocker locker(&g_dl_mutex); in dlopen_ext()
87 ScopedPthreadMutexLocker locker(&g_dl_mutex); in dlsym()
133 ScopedPthreadMutexLocker locker(&g_dl_mutex); in dladdr()
158 ScopedPthreadMutexLocker locker(&g_dl_mutex); in dlclose()
Dlinker.cpp237 ScopedPthreadMutexLocker locker(&g__r_debug_mutex); in notify_gdb_of_load()
254 ScopedPthreadMutexLocker locker(&g__r_debug_mutex); in notify_gdb_of_unload()
/bionic/libc/bionic/
Ddirent.cpp107 ScopedPthreadMutexLocker locker(&d->mutex_); in readdir()
118 ScopedPthreadMutexLocker locker(&d->mutex_); in readdir_r()
146 ScopedPthreadMutexLocker locker(&d->mutex_); in rewinddir()
Dpthread_internals.cpp56 ScopedPthreadMutexLocker locker(&g_thread_list_lock); in _pthread_internal_add()
Dmalloc_debug_check.cpp198 ScopedPthreadMutexLocker locker(&lock); in add()
212 ScopedPthreadMutexLocker locker(&lock); in del()
315 ScopedPthreadMutexLocker locker(&backlog_lock); in del_from_backlog()
320 ScopedPthreadMutexLocker locker(&lock); in del_leak()
325 ScopedPthreadMutexLocker locker(&backlog_lock); in add_to_backlog()
Dmalloc_debug_leak.cpp312 ScopedPthreadMutexLocker locker(&g_hash_table->lock); in leak_malloc()
338 ScopedPthreadMutexLocker locker(&g_hash_table->lock); in leak_free()
Dmalloc_debug_common.cpp182 ScopedPthreadMutexLocker locker(&g_hash_table.lock); in get_malloc_leak_info()
Dlibc_logging.cpp652 ScopedPthreadMutexLocker locker(&g_abort_msg_lock); in android_set_abort_message()