OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_PSHARED_VALUE
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setpshared/
3-2.c
27
#define
INVALID_PSHARED_VALUE
-1
42
/* Set the attribute to
INVALID_PSHARED_VALUE
. */
43
ret = pthread_mutexattr_setpshared(&mta,
INVALID_PSHARED_VALUE
);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setpshared/
2-1.c
28
#define
INVALID_PSHARED_VALUE
-100
49
/* Set 'pshared' to
INVALID_PSHARED_VALUE
. */
50
ret = pthread_condattr_setpshared(&attr,
INVALID_PSHARED_VALUE
);
Completed in 141 milliseconds