Home | Sort by: relevance | last modified time | path |
/src/sys/rump/librump/rumpkern/ | |
sleepq.c | 136 sleepq_unsleep(struct lwp *l, bool cleanup) function in typeref:typename:void 153 sleepq_unsleep(l, false); |
/src/sys/kern/ | |
kern_sleepq.c | 477 * sleepq_unsleep: 480 * sleepq_unsleep() is called with the LWP's mutex held, and will 484 sleepq_unsleep(lwp_t *l, bool unlock) function in typeref:typename:void |