Home
last modified time | relevance | path

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

/sys/kern/
Dsyscall.c403 Thread *newThread = Thread_UThreadCreate(curThread, rip, arg); in Syscall_ThreadCreate() local
406 if (newThread == NULL) { in Syscall_ThreadCreate()
410 threadId = newThread->tid; in Syscall_ThreadCreate()
411 Sched_SetRunnable(newThread); in Syscall_ThreadCreate()