Searched refs:LockTeamAndParent (Results 1 - 4 of 4) sorted by path

/haiku/headers/private/kernel/
H A Dthread_types.h328 void LockTeamAndParent(bool dontLockParentIfKernel);
/haiku/src/system/kernel/
H A Dsignal.cpp1100 team->LockTeamAndParent(false);
1135 team->LockTeamAndParent(false);
H A Dteam.cpp644 Team::LockTeamAndParent(bool dontLockParentIfKernel) function in class:Team
704 // No success -- unlock the team and let LockTeamAndParent() do the rest of
707 LockTeamAndParent(false);
1082 team->LockTeamAndParent(false);
2737 team->LockTeamAndParent(false);
4197 team->LockTeamAndParent(false);
H A Dthread.cpp2054 team->LockTeamAndParent(true);

Completed in 80 milliseconds