Home
last modified time | relevance | path

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

/sys/kern/
Dsyscall.c401 uint64_t threadId; in Syscall_ThreadCreate() local
410 threadId = newThread->tid; in Syscall_ThreadCreate()
413 return SYSCALL_PACK(0, threadId); in Syscall_ThreadCreate()