Searched refs:orphaned (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/
H A Dteam.cpp160 // be signalled, if they have become orphaned and contain stopped processes.
163 = MUTEX_INITIALIZER("orphaned process group check");
1010 // If the group is in the orphaned check list, remove it.
1068 /*! Checks whether the process group is orphaned.
1070 \return \c true, if the group is orphaned, \c false otherwise.
1078 bool orphaned = true; local
1081 while (orphaned && team != NULL) {
1087 orphaned = false;
1095 return orphaned;
2755 those that are orphaned an
[all...]

Completed in 34 milliseconds