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

  /src/sys/kern/
kern_lwp.c 618 lwp_free(l2, false, false);/* releases proc mutex */
705 /* lwp_free() releases the proc lock. */
706 lwp_free(l2, false, false);
814 lwp_free(l2, true, false);
815 /* p2 now unlocked by lwp_free() */
1043 * this -- matches atomic_load_acquire in lwp_free.
1187 lwp_free(l2, false, false);
1229 * We can no longer block. At this point, lwp_free() may already
1251 lwp_free(struct lwp *l, bool recycle, bool last) function in typeref:typename:void
sys_lwp.c 447 lwp_free(t, false, false);
kern_exit.c 1238 * Delay release until after lwp_free.
1245 * lwp_free ensures the LWP is no longer running on another CPU.
1247 lwp_free(l, false, true);
  /src/sys/sys/
lwp.h 373 void lwp_free(lwp_t *, bool, bool);

Completed in 15 milliseconds