thread_join_timeout 276 kernel/generic/include/proc/thread.h extern errno_t thread_join_timeout(thread_t *, uint32_t, unsigned int); thread_join_timeout 625 kernel/generic/src/proc/thread.c return thread_join_timeout(thread, SYNCH_NO_TIMEOUT, SYNCH_FLAGS_NONE);HelenOS homepage, sources at GitHub