HelenOS sources

thread_put        258 kernel/generic/include/proc/thread.h extern void thread_put(thread_t *);
thread_put        138 kernel/generic/src/ipc/kbox.c 			thread_put(TASK->kb.thread);
thread_put         92 kernel/generic/src/main/shutdown.c 		thread_put(thread);
thread_put        443 kernel/generic/src/proc/scheduler.c 		thread_put(thread);
thread_put        650 kernel/generic/src/proc/thread.c 		thread_put(thread);
thread_put        657 kernel/generic/src/proc/thread.c 	thread_put(thread);
thread_put        915 kernel/generic/src/proc/thread.c 	thread_put(thread);
thread_put       1000 kernel/generic/src/proc/thread.c 	thread_put(thread);
thread_put        141 kernel/generic/src/udebug/udebug_ops.c 	thread_put(thread);
HelenOS homepage, sources at GitHub