/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setpshared/ |
2-1.c | 8 * Test that pthread_condattr_setpshared() 10 * If successful, the pthread_condattr_setpshared() function shall return zero; 11 * The pthread_condattr_setpshared() function may fail if: 18 * 1. Pass to pthread_condattr_setpshared() a negative value for 'pshared' 50 ret = pthread_condattr_setpshared(&attr, INVALID_PSHARED_VALUE);
|
1-1.c | 8 * Test that pthread_condattr_setpshared() 16 * the pthread_condattr_setpshared() function, passing to it PTHREAD_PROCESS_SHARED and 21 * 2. Set 'pshared' of the object to PTHREAD_PROCESS_PRIVATE using pthread_condattr_setpshared 56 pthread_condattr_setpshared(&attr[i],
|
1-2.c | 8 * Test that pthread_condattr_setpshared() 16 * the pthread_condattr_setpshared() function, passing to it PTHREAD_PROCESS_SHARED and 21 * 2. Set 'pshared' of the object to PTHREAD_PROCESS_SHARED using pthread_condattr_setpshared 56 pthread_condattr_setpshared(&attr[i],
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/ |
1-1.c | 49 pthread_condattr_setpshared(&attr[i], 53 ("Error in pthread_condattr_setpshared(), error: %d\n",
|
1-2.c | 49 pthread_condattr_setpshared(&attr[i], 53 ("Error in pthread_condattr_setpshared(), error: %d\n",
|
/bionic/libc/bionic/ |
pthread_cond.cpp | 79 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared) { function
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
stress.c | 127 pthread_condattr_setpshared(&ca,
|
s-c.c | 158 pthread_condattr_setpshared(&(cur->ca[i]),
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
2-5.c | 253 pthread_condattr_setpshared(&ca,
|
2-6.c | 309 pthread_condattr_setpshared(&ca,
|
2-4.c | 386 pthread_condattr_setpshared(&ca,
|
2-7.c | 390 pthread_condattr_setpshared(&ca,
|
4-2.c | 347 pthread_condattr_setpshared(&ca,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
2-3.c | 319 pthread_condattr_setpshared(&ca,
|
2-2.c | 400 pthread_condattr_setpshared(&ca,
|
/bionic/libc/include/ |
pthread.h | 121 int pthread_condattr_setpshared(pthread_condattr_t* __attr, int __shared);
|
/bionic/tests/headers/posix/ |
pthread_h.c | 129 FUNCTION(pthread_condattr_setpshared, int (*f)(pthread_condattr_t*, int));
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
1-2.c | 429 pthread_condattr_setpshared(&ca,
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
stress1.c | 531 pthread_condattr_setpshared(&ca,
|
stress2.c | 493 pthread_condattr_setpshared(&ca,
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
stress.c | 502 pthread_condattr_setpshared(&ca,
|
stress1.c | 525 pthread_condattr_setpshared(&ca,
|
stress2.c | 502 pthread_condattr_setpshared(&ca,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
1-2.c | 449 ret = pthread_condattr_setpshared(&ca,
|
2-3.c | 380 ret = pthread_condattr_setpshared(&ca,
|