Searched refs:tid_unrhdr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dkern_thread.c84 static struct unrhdr *tid_unrhdr; variable in typeref:struct:unrhdr
98 tid = alloc_unr(tid_unrhdr);
126 free_unr(tid_unrhdr, tmp_tid);
279 tid_unrhdr = new_unrhdr(PID_MAX + 2, INT_MAX, &tid_lock);

Completed in 40 milliseconds