/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
|