Home
last modified time | relevance | path

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

/sys/include/
Dthread.h111 Thread *Thread_UThreadCreate(Thread *oldThr, uint64_t rip, uint64_t arg);
/sys/kern/
Dthread.c148 Thread_UThreadCreate(Thread *oldThr, uint64_t rip, uint64_t arg) in Thread_UThreadCreate() function
Dsyscall.c403 Thread *newThread = Thread_UThreadCreate(curThread, rip, arg); in Syscall_ThreadCreate()