Home
last modified time | relevance | path

Searched refs:PTHREAD_RWLOCK_INITIALIZER (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/android/include/
Dreentrant.h34 #define RWLOCK_INITIALIZER PTHREAD_RWLOCK_INITIALIZER
/bionic/libc/include/
Dpthread.h86 #define PTHREAD_RWLOCK_INITIALIZER { { 0 } } macro
/bionic/tests/
Dpthread_test.cpp665 pthread_rwlock_t lock1 = PTHREAD_RWLOCK_INITIALIZER; in TEST()