HomeSort by: relevance | last modified time | path
    Searched refs:lwp_unsleep (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/kern/
kern_sleepq.c 375 /* lwp_unsleep() will release the lock */
376 lwp_unsleep(l, true);
526 lwp_unsleep(l, true);
sys_lwp.c 335 /* Wake it up. lwp_unsleep() will release the LWP lock. */
336 lwp_unsleep(t, true);
kern_synch.c 928 /* lwp_unsleep() will release the lock. */
929 lwp_unsleep(l, true);
kern_lwp.c 1595 lwp_unsleep(lwp_t *l, bool unlock) function in typeref:typename:void
  /src/sys/sys/
lwp.h 362 void lwp_unsleep(lwp_t *, bool);
  /src/sys/rump/librump/rumpkern/
lwproc.c 67 lwp_unsleep(lwp_t *l, bool cleanup) function in typeref:typename:void

Completed in 16 milliseconds