Home
last modified time | relevance | path

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

/sys/kern/
Dthread.c148 Thread_UThreadCreate(Thread *oldThr, uint64_t rip, uint64_t arg) in Thread_UThreadCreate() argument
150 Process *proc = oldThr->proc; in Thread_UThreadCreate()
165 thr->space = oldThr->space; in Thread_UThreadCreate()
/sys/include/
Dthread.h111 Thread *Thread_UThreadCreate(Thread *oldThr, uint64_t rip, uint64_t arg);