OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedPthreadMutexLocker
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/private/
ScopedPthreadMutexLocker.h
22
class
ScopedPthreadMutexLocker
{
24
explicit
ScopedPthreadMutexLocker
(pthread_mutex_t* mu) : mu_(mu) {
28
~
ScopedPthreadMutexLocker
() {
36
ScopedPthreadMutexLocker
(const
ScopedPthreadMutexLocker
&);
37
void operator=(const
ScopedPthreadMutexLocker
&);
/bionic/linker/
dlfcn.cpp
26
#include <private/
ScopedPthreadMutexLocker
.h>
59
ScopedPthreadMutexLocker
locker(&gDlMutex);
64
ScopedPthreadMutexLocker
locker(&gDlMutex);
74
ScopedPthreadMutexLocker
locker(&gDlMutex);
119
ScopedPthreadMutexLocker
locker(&gDlMutex);
144
ScopedPthreadMutexLocker
locker(&gDlMutex);
linker.cpp
45
#include <private/
ScopedPthreadMutexLocker
.h>
226
ScopedPthreadMutexLocker
locker(&gDebugMutex);
243
ScopedPthreadMutexLocker
locker(&gDebugMutex);
[
all
...]
/bionic/libc/bionic/
dirent.cpp
38
#include "private/
ScopedPthreadMutexLocker
.h"
105
ScopedPthreadMutexLocker
locker(&d->mutex_);
115
ScopedPthreadMutexLocker
locker(&d->mutex_);
142
ScopedPthreadMutexLocker
locker(&d->mutex_);
pthread_internals.cpp
32
#include "
ScopedPthreadMutexLocker
.h"
55
ScopedPthreadMutexLocker
locker(&gThreadListLock);
pthread_create.cpp
41
#include "private/
ScopedPthreadMutexLocker
.h"
136
ScopedPthreadMutexLocker
lock(&gPthreadStackCreationLock);
218
ScopedPthreadMutexLocker
start_locker(start_mutex);
248
ScopedPthreadMutexLocker
debugger_locker(&gDebuggerNotificationLock);
malloc_debug_check.cpp
53
#include "
ScopedPthreadMutexLocker
.h"
186
ScopedPthreadMutexLocker
locker(&lock);
200
ScopedPthreadMutexLocker
locker(&lock);
302
ScopedPthreadMutexLocker
locker(&backlog_lock);
307
ScopedPthreadMutexLocker
locker(&lock);
312
ScopedPthreadMutexLocker
locker(&backlog_lock);
malloc_debug_leak.cpp
52
#include "
ScopedPthreadMutexLocker
.h"
279
ScopedPthreadMutexLocker
locker(&gAllocationsMutex);
298
ScopedPthreadMutexLocker
locker(&gAllocationsMutex);
libc_logging.cpp
30
#include <../private/
ScopedPthreadMutexLocker
.h>
525
ScopedPthreadMutexLocker
locker(&gAbortMsgLock);
malloc_debug_common.cpp
50
#include "
ScopedPthreadMutexLocker
.h"
125
ScopedPthreadMutexLocker
locker(&gAllocationsMutex);
Completed in 246 milliseconds