Changes in kernel/generic/src/proc/thread.c [aafed15:0b5203b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/thread.c
raafed15 r0b5203b 48 48 #include <synch/spinlock.h> 49 49 #include <synch/waitq.h> 50 #include <synch/syswaitq.h> 50 51 #include <cpu.h> 51 52 #include <str.h> … … 519 520 */ 520 521 ipc_cleanup(); 521 futex_task_cleanup();522 sys_waitq_task_cleanup(); 522 523 LOG("Cleanup of task %" PRIu64 " completed.", TASK->taskid); 523 524 }
Note:
See TracChangeset
for help on using the changeset viewer.