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

/haiku/src/system/libroot/os/
H A Dteam.c14 wait_for_team(team_id team, status_t *_returnCode)
16 return _kern_wait_for_team(team, _returnCode);
H A Dthread.c180 wait_for_thread(thread_id thread, status_t *_returnCode) argument
182 return _kern_wait_for_thread(thread, _returnCode);
187 wait_for_thread_etc(thread_id thread, uint32 flags, bigtime_t timeout, status_t *_returnCode) argument
189 return _kern_wait_for_thread_etc(thread, flags, timeout, _returnCode);
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp25 fssh_wait_for_thread(fssh_thread_id thread, fssh_status_t *_returnCode) argument
/haiku/headers/private/kernel/
H A Dthread.h147 status_t _user_wait_for_thread(thread_id id, status_t *_returnCode);
149 status_t *_returnCode);
H A Dteam.h70 status_t _user_wait_for_team(team_id id, status_t *_returnCode);
/haiku/headers/private/system/
H A Dsyscalls.h151 extern status_t _kern_wait_for_team(team_id team, status_t *_returnCode);
177 status_t *_returnCode);
179 bigtime_t timeout, status_t *_returnCode);
/haiku/src/system/kernel/
H A Dthread.cpp2505 status_t *_returnCode)
2561 if (_returnCode)
2562 *_returnCode = death.status;
2597 if (status == B_OK && _returnCode != NULL)
2598 *_returnCode = death.status;
3373 wait_for_thread(thread_id thread, status_t *_returnCode)
3375 return wait_for_thread_etc(thread, 0, 0, _returnCode);
H A Dteam.cpp3835 wait_for_team(team_id id, status_t* _returnCode) argument
3849 return wait_for_thread(id, _returnCode);
/haiku/headers/os/kernel/
H A DOS.h354 status_t *_returnCode);

Completed in 82 milliseconds