OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTHREAD_CANCEL_ASYNCHRONOUS
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libpthread/
t_cancellation.c
979
RZ(pthread_setcanceltype(
PTHREAD_CANCEL_ASYNCHRONOUS
, NULL));
1013
atf_tc_expect_fail("lib/59135:
PTHREAD_CANCEL_ASYNCHRONOUS
"
1081
" PTHREAD_CANCEL_DEFERRED=%d
PTHREAD_CANCEL_ASYNCHRONOUS
=%d",
1082
type, PTHREAD_CANCEL_DEFERRED,
PTHREAD_CANCEL_ASYNCHRONOUS
);
1164
RZ(pthread_setcanceltype(
PTHREAD_CANCEL_ASYNCHRONOUS
, NULL));
1179
"Test nothing in a loop with
PTHREAD_CANCEL_ASYNCHRONOUS
");
1192
atf_tc_expect_signal(SIGALRM, "lib/59135:
PTHREAD_CANCEL_ASYNCHRONOUS
"
1208
RZ(pthread_setcanceltype(
PTHREAD_CANCEL_ASYNCHRONOUS
, NULL));
1278
RZ(pthread_setcanceltype(
PTHREAD_CANCEL_ASYNCHRONOUS
, NULL));
1331
RZ(pthread_setcanceltype(
PTHREAD_CANCEL_ASYNCHRONOUS
,
[
all
...]
/src/lib/libpthread/
pthread.h
261
#define
PTHREAD_CANCEL_ASYNCHRONOUS
1
pthread.c
1005
case
PTHREAD_CANCEL_ASYNCHRONOUS
:
1030
*oldtype =
PTHREAD_CANCEL_ASYNCHRONOUS
;
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025