Home
last modified time | relevance | path

Searched refs:userReturnCode (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/
H A Dthread.cpp3708 _user_wait_for_thread(thread_id id, status_t *userReturnCode) in _user_wait_for_thread() argument
3713 if (userReturnCode != NULL && !IS_USER_ADDRESS(userReturnCode)) in _user_wait_for_thread()
3718 if (status == B_OK && userReturnCode != NULL in _user_wait_for_thread()
3719 && user_memcpy(userReturnCode, &returnCode, sizeof(status_t)) < B_OK) { in _user_wait_for_thread()
3728 _user_wait_for_thread_etc(thread_id id, uint32 flags, bigtime_t timeout, status_t *userReturnCode) in _user_wait_for_thread_etc() argument
3733 if (userReturnCode != NULL && !IS_USER_ADDRESS(userReturnCode)) in _user_wait_for_thread_etc()
3740 if (status == B_OK && userReturnCode != NULL in _user_wait_for_thread_etc()
3741 && user_memcpy(userReturnCode, &returnCode, sizeof(status_t)) < B_OK) { in _user_wait_for_thread_etc()