mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
f2c3dd08ec
o Remove some code duplication between _thread_init(), which is run once to initialize libthr and the intitial thread, and pthread_create(), which initializes newly created threads, into a new function called from both places: init_td_common() o Move initialization of certain parts of libthr into a separate function. These include: - Active threads list and it's lock - Dead threads list and it's lock & condition variable - Naming and insertion of the initial thread into the active threads list. |
||
---|---|---|
.. | ||
arch | ||
sys | ||
thread | ||
Makefile |