Home
last modified time | relevance | path

Searched refs:Thread_Create (Results 1 – 3 of 3) sorted by relevance

/sys/kern/
Dthread.c74 curProc[0] = Thread_Create(proc); in Thread_Init()
81 Thread *apthr = Thread_Create(kernelProcess); in Thread_InitAP()
96 Thread_Create(Process *proc) in Thread_Create() function
138 Thread *thr = Thread_Create(kernelProcess); in Thread_KThreadCreate()
Dsyscall.c138 thr = Thread_Create(proc); in Syscall_Spawn()
/sys/include/
Dthread.h109 Thread *Thread_Create(Process *proc);