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:
lillo
2002-10-26 01:11:15 +00:00
parent a86569deee
commit 8fe70e8212
10 changed files with 56 additions and 25 deletions
+1 -1
View File
@@ -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);