mirror of
https://github.com/drasko/codezero.git
synced 2026-02-09 16:33:16 +01:00
Removed THREAD_WAIT call completely.
Simply reverse this patch to add THREAD_WAIT
This commit is contained in:
@@ -58,7 +58,7 @@ int wait_check_test(struct task_ids *ids)
|
||||
int result;
|
||||
|
||||
/* Wait for thread to finish */
|
||||
result = l4_thread_control(THREAD_WAIT, ids);
|
||||
//result = l4_thread_control(THREAD_WAIT, ids);
|
||||
if (result < 0) {
|
||||
printf("Waiting on (%d)'s exit failed.\n", ids->tid);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user