OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_rwlockattr_getkind_np
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/bionic/
pthread_rwlock.cpp
121
int
pthread_rwlockattr_getkind_np
(const pthread_rwlockattr_t* attr, int* pref) {
function
/bionic/libc/include/
pthread.h
225
int
pthread_rwlockattr_getkind_np
(const pthread_rwlockattr_t* __attr, int* __kind)
/bionic/tests/
pthread_test.cpp
853
ASSERT_EQ(0,
pthread_rwlockattr_getkind_np
(&attr, &kind));
[
all
...]
Completed in 253 milliseconds