OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:robust
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/realtime/func/pi-tests/
testpi-6.c
23
* This testcase verifies if a thread can lock the
robust
mutex multiple
72
int retc,
robust
;
local
79
printf("Can't set
robust
mutex\n");
81
if (pthread_mutexattr_getrobust(&mutexattr, &
robust
) != 0)
84
printf("
robust
in mutexattr is %d\n",
robust
);
98
printf("Your system doesn't have
robust
pthread mutex support\n");
sbrk_mutex.c
102
int m, ret,
robust
;
local
114
printf("Can't set mutexattr
robust
\n");
116
if (pthread_mutexattr_getrobust(&mutexattr, &
robust
) != 0) {
117
printf("Can't get mutexattr
robust
\n");
119
printf("
robust
in mutexattr is %d\n",
robust
);
158
("Your system doesn't support the pthread
robust
mutexattr APIs\n");
Completed in 381 milliseconds