OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_condattr_getpshared
(Results
1 - 10
of
10
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/
2-1.c
8
* Test that
pthread_condattr_getpshared
()
14
* 2. Call
pthread_condattr_getpshared
() to check if the process-shared
43
if (
pthread_condattr_getpshared
(&attr, &pshared) != 0) {
1-1.c
8
* Test that
pthread_condattr_getpshared
()
15
* 3. Call
pthread_condattr_getpshared
() to check if the process-shared
59
if (
pthread_condattr_getpshared
(&attr[i], &pshared) != 0) {
1-2.c
8
* Test that
pthread_condattr_getpshared
()
15
* 3. Call
pthread_condattr_getpshared
() to check if the process-shared
59
if (
pthread_condattr_getpshared
(&attr[i], &pshared) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_init/
1-1.c
14
* 2. Call
pthread_condattr_getpshared
() to check if the process-shared
42
if (
pthread_condattr_getpshared
(&condattr, &pshared) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setpshared/
1-1.c
22
* 3. Call
pthread_condattr_getpshared
() to check if the process-shared
66
if (
pthread_condattr_getpshared
(&attr[i], &pshared) != 0) {
1-2.c
22
* 3. Call
pthread_condattr_getpshared
() to check if the process-shared
66
if (
pthread_condattr_getpshared
(&attr[i], &pshared) != 0) {
/bionic/libc/bionic/
pthread_cond.cpp
74
int
pthread_condattr_getpshared
(const pthread_condattr_t* attr, int* pshared) {
function
/bionic/libc/include/
pthread.h
118
int
pthread_condattr_getpshared
(const pthread_condattr_t* __attr, int* __shared);
/bionic/tests/headers/posix/
pthread_h.c
126
FUNCTION(
pthread_condattr_getpshared
, int (*f)(const pthread_condattr_t*, int*));
/bionic/tests/
pthread_test.cpp
[
all
...]
Completed in 73 milliseconds