freebsd-src/lib/libstdthreads
Bryan Drewery 7b3ea376a2 META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.
This both avoids some dependencies on xinstall.host and allows
bootstrapping on older releases to work due to lack of at least 'install -l'
support.

Sponsored by:	EMC / Isilon Storage Division
2015-11-25 19:10:28 +00:00
..
call_once.c
cnd.c
Makefile Convert libraries to use LIBADD 2014-11-25 11:07:26 +00:00
Makefile.depend META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. 2015-11-25 19:10:28 +00:00
mtx.c Use pthread_mutex_trylock(3) to implement mtx_trylock(3). 2015-02-26 16:39:57 +00:00
Symbol.map
thrd.c Check that the pointer to the thread return value is not NULL before 2015-02-26 09:42:03 +00:00
thrd_create.3 use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
threads.h Add lock annotations to the header files of our threading libraries. 2014-09-01 18:34:30 +00:00
tss.c