OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newshared
(Results
1 - 1
of
1
) sorted by null
/system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c
134
int
newshared
;
local
136
newshared
= ~shared;
137
TZERO(pthread_rwlockattr_getpshared(attr, &
newshared
));
138
TEXPECT_INT(
newshared
,shared);
Completed in 387 milliseconds