| Main index | Section 9 | Options |
#include <sys/param.h>
#include <sys/proc.h>
thread_exit() arranges to free all the resources of the thread, specifically the kernel stack.
To protect the runqueue(9), thread_exit() must be called with the sched_lock mutex held.
| THREAD_EXIT (9) | July 5, 2002 |
| Main index | Section 9 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void | ” |