OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FORKEE_ASSERT
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/sys/
t_ptrace.c
51
* wrapped with
FORKEE_ASSERT
()/FORKEE_ASSERTX() as that is guaranteed to work.
61
#define
FORKEE_ASSERT
(x) \
173
FORKEE_ASSERT
(close(fds_toparent[0]) == 0);
174
FORKEE_ASSERT
(close(fds_fromparent[1]) == 0);
176
FORKEE_ASSERT
(chroot(buf) == 0);
178
FORKEE_ASSERT
((rv = write(fds_toparent[1], &msg, sizeof(msg)))
190
FORKEE_ASSERT
((rv = read(fds_fromparent[0], &msg, sizeof(msg)))
t_ptrace_wait.h
173
* wrapped with
FORKEE_ASSERT
()/FORKEE_ASSERTX() as that is guaranteed to work.
241
#define
FORKEE_ASSERT
(x) \
Completed in 113 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025