HomeSort by: relevance | last modified time | path
    Searched defs:lwp_free (Results 1 - 3 of 3) 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
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
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

Completed in 69 milliseconds