OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_rwlockattr_getpshared
(Results
1 - 9
of
9
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
1-1.c
7
* Test that
pthread_rwlockattr_getpshared
()
13
* 2. Call
pthread_rwlockattr_getpshared
() to check if the process-shared
39
rc =
pthread_rwlockattr_getpshared
(&rwla, &pshared);
42
("Test FAILED: Error at
pthread_rwlockattr_getpshared
(): %d\n",
4-1.c
7
* Test that
pthread_rwlockattr_getpshared
()
14
* 2. Call
pthread_rwlockattr_getpshared
() to check if the process-shared
39
if (
pthread_rwlockattr_getpshared
(&rwla, &pshared) != 0) {
40
printf("Error at
pthread_rwlockattr_getpshared
()\n");
2-1.c
69
if (
pthread_rwlockattr_getpshared
(&rwla, &pshared) != 0) {
71
("Test FAILED: Error at
pthread_rwlockattr_getpshared
()\n");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
1-1.c
14
* 2. Call
pthread_rwlockattr_getpshared
() to check if the process-shared
42
if (
pthread_rwlockattr_getpshared
(&rwa, &pshared) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/
1-1.c
48
if (
pthread_rwlockattr_getpshared
(&rwla, &pshared) != 0) {
49
printf("Error at
pthread_rwlockattr_getpshared
()\n");
68
if (
pthread_rwlockattr_getpshared
(&rwla, &pshared) != 0) {
69
printf("Error at
pthread_rwlockattr_getpshared
()\n");
/bionic/libc/bionic/
pthread_rwlock.cpp
99
int
pthread_rwlockattr_getpshared
(const pthread_rwlockattr_t* attr, int* pshared) {
function
/bionic/libc/include/
pthread.h
223
int
pthread_rwlockattr_getpshared
(const pthread_rwlockattr_t* __attr, int* __shared);
/bionic/tests/headers/posix/
pthread_h.c
189
FUNCTION(
pthread_rwlockattr_getpshared
, int (*f)(const pthread_rwlockattr_t*, int*));
/bionic/tests/
pthread_test.cpp
844
ASSERT_EQ(0,
pthread_rwlockattr_getpshared
(&attr, &pshared));
[
all
...]
Completed in 391 milliseconds