mux 2006-02-21 01:10:23 UTC
FreeBSD projects repository
Modified files:
csup threads.c
Log:
Create the worker threads in the detached state since we don't use
pthread_join() to wait for them but have our own API for that (which
allows us to wait for multiple threads).
Revision Changes Path
1.7 +6 -2 projects/csup/threads.c