OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atf_process_child_pid
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
process.h
110
pid_t
atf_process_child_pid
(const atf_process_child_t *);
process_test.c
720
printf("Expected PID: %d\n", (int)
atf_process_child_pid
(&child));
722
ATF_CHECK_EQ(
atf_process_child_pid
(&child), pid);
801
kill(
atf_process_child_pid
(&child), SIGTERM);
848
kill(
atf_process_child_pid
(&child), SIGHUP);
process.c
289
atf_process_child_pid
(const atf_process_child_t *c)
function
/src/external/bsd/atf/dist/atf-c++/detail/
process.cpp
296
::kill(
atf_process_child_pid
(&m_child), SIGTERM);
322
return
atf_process_child_pid
(&m_child);
Completed in 56 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026