beos compatibility fixes: exit_thread now issues a signal; wait_for_thread returns B_INTERRUPTED if target thread gets killed
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1674 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -43,7 +43,7 @@ int thread_resume_thread(thread_id id);
|
||||
status_t thread_set_priority(thread_id id, int32 priority);
|
||||
int thread_init(kernel_args *ka);
|
||||
int thread_init_percpu(int cpu_num);
|
||||
void thread_exit(int retcode);
|
||||
void thread_exit(void);
|
||||
int thread_kill_thread(thread_id id);
|
||||
int thread_kill_thread_nowait(thread_id id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user