OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cancelpoint
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libpthread/
cancelpoint.h
1
/* $NetBSD:
cancelpoint
.h,v 1.1 2025/04/05 11:22:32 riastradh Exp $ */
67
void (*
cancelpoint
)(void) = cookie;
local in function:thread_cancelpoint
73
(*
cancelpoint
)();
80
test_cancelpoint_before(void (*
cancelpoint
)(void))
86
RZ(pthread_create(&t, NULL, &thread_cancelpoint,
cancelpoint
));
102
test_cancelpoint_wakeup(void (*
cancelpoint
)(void))
107
RZ(pthread_create(&t, NULL, &cancelpoint_thread,
cancelpoint
));
118
#define TEST_CANCELPOINT(
CANCELPOINT
, XFAIL) \
119
ATF_TC(
CANCELPOINT
); \
120
ATF_TC_HEAD(
CANCELPOINT
, tc)
[
all
...]
Completed in 58 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025