mtm dd97c7c8fa Preparations to make libthr work in multi-threaded fork()ing applications.
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.
2003-12-26 08:16:17 +00:00
..
2003-08-18 15:25:39 +00:00
2003-10-12 22:04:24 +00:00
2003-06-14 19:32:52 +00:00
2003-12-24 18:52:41 +00:00
Use
2003-06-06 13:46:55 +00:00
2003-06-08 10:34:00 +00:00
2003-08-18 15:25:39 +00:00
2003-11-05 09:41:23 +00:00
2003-08-18 15:25:39 +00:00
2003-10-09 23:06:06 +00:00
Use
2003-06-06 13:46:55 +00:00
Use
2003-06-06 13:46:55 +00:00
2003-08-18 15:25:39 +00:00
2003-11-11 02:43:10 +00:00
2003-06-01 19:41:49 +00:00
2003-12-21 14:30:23 +00:00
2003-08-30 13:57:31 +00:00