/src/sys/rump/librump/rumpkern/ |
threads.c | 281 * XXX: threads created with lwp_create() are eternal for local clients. 321 lwp_create(struct lwp *l1, struct proc *p2, vaddr_t uaddr, int flags, function in typeref:typename:int 331 panic("lwp_create: flags not supported by this implementation");
|
threads.c | 281 * XXX: threads created with lwp_create() are eternal for local clients. 321 lwp_create(struct lwp *l1, struct proc *p2, vaddr_t uaddr, int flags, function in typeref:typename:int 331 panic("lwp_create: flags not supported by this implementation");
|
/src/sys/kern/ |
kern_lwp.c | 775 lwp_create(lwp_t *l1, proc_t *p2, vaddr_t uaddr, int flags, function in typeref:typename:int
|
kern_lwp.c | 775 lwp_create(lwp_t *l1, proc_t *p2, vaddr_t uaddr, int flags, function in typeref:typename:int
|