Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dkern_fork.c78 struct proc *thread_new(struct proc *_parent, vaddr_t _uaddr);
146 thread_new(struct proc *parent, vaddr_t uaddr) in thread_new() function
404 p = thread_new(curp, uaddr); in fork1()
563 p = thread_new(curp, uaddr); in thread_fork()