OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exited
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/process/
status.cpp
118
/// Returns whether the process
exited
cleanly or not.
120
/// \return True if the process
exited
cleanly, false otherwise.
122
process::status::
exited
(void) const
function in class:process::status
130
/// \pre The process must have
exited
cleanly (i.e.
exited
() must be true).
136
PRE(
exited
());
/src/sys/kern/
kern_kthread.c
205
bool
exited
= false;
local
211
* - Ask the kthread to write to `
exited
'.
213
* - Wait until the kthread has written to `
exited
'.
217
l->l_private = &
exited
;
219
while (!
exited
) {
/src/external/bsd/atf/dist/atf-c++/
check.cpp
61
impl::check_result::
exited
(void)
function in class:impl::check_result
71
PRE(
exited
());
/src/external/bsd/atf/dist/atf-c++/detail/
process.cpp
249
impl::status::
exited
(void)
function in class:impl::status
/src/external/bsd/atf/dist/tools/
process.cpp
382
impl::status::
exited
(void)
function in class:impl::status
393
assert(
exited
());
Completed in 26 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026