HelenOS sources
thread_flags_t 37 kernel/arch/abs32le/src/proc/thread.c errno_t thread_create_arch(thread_t *t, thread_flags_t flags)
thread_flags_t 44 kernel/arch/amd64/src/proc/thread.c errno_t thread_create_arch(thread_t *thread, thread_flags_t flags)
thread_flags_t 41 kernel/arch/ia32/src/proc/thread.c errno_t thread_create_arch(thread_t *t, thread_flags_t flags)
thread_flags_t 37 kernel/arch/riscv64/src/proc/thread.c errno_t thread_create_arch(thread_t *t, thread_flags_t flags)
thread_flags_t 64 kernel/arch/sparc64/src/proc/thread.c errno_t thread_create_arch(thread_t *t, thread_flags_t flags)
thread_flags_t 216 kernel/generic/include/proc/thread.h thread_flags_t, const char *);
thread_flags_t 261 kernel/generic/include/proc/thread.h extern errno_t thread_create_arch(thread_t *, thread_flags_t);
thread_flags_t 230 kernel/generic/src/proc/thread.c thread_flags_t flags, const char *name)
HelenOS homepage, sources at GitHub