Rev 3035 | Rev 3042 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3035 | Rev 3037 | ||
|---|---|---|---|
| Line 514... | Line 514... | ||
| 514 | ipc_answerbox_slam_phones(&TASK->kernel_box, have_kb_thread); |
514 | ipc_answerbox_slam_phones(&TASK->kernel_box, have_kb_thread); |
| 515 | 515 | ||
| 516 | if (have_kb_thread) { |
516 | if (have_kb_thread) { |
| 517 | klog_printf("join kb_thread.."); |
517 | klog_printf("join kb_thread.."); |
| 518 | thread_join(TASK->kb_thread); |
518 | thread_join(TASK->kb_thread); |
| - | 519 | thread_detach(TASK->kb_thread); |
|
| 519 | klog_printf("join done"); |
520 | klog_printf("join done"); |
| 520 | TASK->kb_thread = NULL; |
521 | TASK->kb_thread = NULL; |
| 521 | } |
522 | } |
| 522 | 523 | ||
| 523 | /* Answer all messages in 'calls' and 'dispatched_calls' queues */ |
524 | /* Answer all messages in 'calls' and 'dispatched_calls' queues */ |