p_thrslpid 399 kern/kern_synch.c p->p_thrslpid = ident; p_thrslpid 409 kern/kern_synch.c error = tsleep(&p->p_thrslpid, PUSER | PCATCH, "thrsleep", timo); p_thrslpid 428 kern/kern_synch.c if (q->p_thrslpid == ident) { p_thrslpid 429 kern/kern_synch.c wakeup(&q->p_thrslpid); p_thrslpid 430 kern/kern_synch.c q->p_thrslpid = 0; p_thrslpid 187 sys/proc.h long p_thrslpid; /* for thrsleep syscall */