OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTHREAD_MUTEX_INITIALIZER
(Results
1 - 25
of
224
) sorted by null
1
2
3
4
5
6
7
8
9
/bionic/libc/upstream-openbsd/android/
gdtoa_support.cpp
19
__LIBC_HIDDEN__ pthread_mutex_t __dtoa_locks[] = {
PTHREAD_MUTEX_INITIALIZER
,
PTHREAD_MUTEX_INITIALIZER
};
/bionic/libc/bionic/
thread_private.cpp
34
static pthread_mutex_t g_arc4_lock =
PTHREAD_MUTEX_INITIALIZER
;
/bionic/libc/upstream-netbsd/android/include/
reentrant.h
28
#define MUTEX_INITIALIZER
PTHREAD_MUTEX_INITIALIZER
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
3-1.c
8
* Test that the macro
PTHREAD_MUTEX_INITIALIZER
can be sued to intiailize
23
my_data_t data = {
PTHREAD_MUTEX_INITIALIZER
, 0 };
/device/generic/goldfish-opengl/fuchsia/include/cutils/
threads.h
12
#define THREAD_STORE_INITIALIZER {
PTHREAD_MUTEX_INITIALIZER
, 0, 0 }
/external/compiler-rt/test/tsan/
ignore_sync.cc
9
pthread_mutex_t Mutex =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
testfrmw.c
30
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
testfrmw.c
30
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
testfrmw.c
30
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
testfrmw.c
30
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-1.c
24
pthread_mutex_t mutex =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
1-1.c
25
pthread_mutex_t mutex =
PTHREAD_MUTEX_INITIALIZER
;
/device/google/marlin/usb/
Usb.h
50
pthread_mutex_t mLock =
PTHREAD_MUTEX_INITIALIZER
;
52
pthread_mutex_t mRoleSwitchLock =
PTHREAD_MUTEX_INITIALIZER
;
56
pthread_mutex_t mPartnerLock =
PTHREAD_MUTEX_INITIALIZER
;
/bionic/libc/private/
thread_private.h
19
#define _THREAD_PRIVATE_MUTEX(name) static pthread_mutex_t __MUTEX_NAME(name) =
PTHREAD_MUTEX_INITIALIZER
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
quick_exit.c
45
static pthread_mutex_t atexit_mutex =
PTHREAD_MUTEX_INITIALIZER
;
/external/compiler-rt/test/lsan/TestCases/
leak_check_before_thread_started.cc
11
pthread_mutex_t mutex =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/speculative/
4-2.c
31
pthread_mutex_t mutex =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.c
33
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.c
33
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.c
33
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.c
33
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.c
33
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.c
33
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.c
33
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.c
33
static pthread_mutex_t m_trace =
PTHREAD_MUTEX_INITIALIZER
;
Completed in 369 milliseconds
1
2
3
4
5
6
7
8
9