freebsd-dev/lib/libpthread
Daniel Eischen b8bbeeda02 After forking and initializing the library to single-threaded
mode (where the forked thread is the one and only thread and
is marked as system scope), set the system scope flag before
initializing the signal mask.  This prevents trying to use
internal locks that haven't yet been initialized.

Reported by:	Dan Nelson <dnelson at allantgroup.com>
Reviewed by:	davidxu
2004-04-08 23:16:21 +00:00
..
arch style cleanup: Remove duplicate $FreeBSD$ tags. 2004-02-10 20:45:28 +00:00
support
sys
test libkse was renamed to libpthread. 2004-02-05 02:55:20 +00:00
thread After forking and initializing the library to single-threaded 2004-04-08 23:16:21 +00:00
Makefile Now that libpthread is the default threading library, remove the 2004-01-31 05:05:45 +00:00
pthread.map Add sem_timedwait to the symbol map, otherwise the libc version will 2004-02-10 05:36:09 +00:00