HelenOS sources

thread_next       286 kernel/generic/include/proc/thread.h extern thread_t *thread_next(thread_t *);
thread_next       751 kernel/generic/src/proc/thread.c 		thread = thread_next(thread);
thread_next       829 kernel/generic/src/proc/thread.c 		thread = thread_next(thread);
thread_next       368 kernel/generic/src/sysinfo/stats.c 		thread = thread_next(thread);
HelenOS homepage, sources at GitHub