1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/lib/libthr
David Xu 2ea1f90a18 - Copy signal mask out before THR_UNLOCK(), because THR_UNLOCK() may call
_thr_suspend_check() which messes sigmask saved in thread structure.
- Don't suspend a thread has force_exit set.
- In pthread_exit(), if there is a suspension flag set, wake up waiting-
  thread after setting PS_DEAD, this causes waiting-thread to break loop
  in suspend_common().
2008-03-18 02:06:51 +00:00
..
arch style.Makefile(5) 2008-02-13 05:25:43 +00:00
support
sys
thread - Copy signal mask out before THR_UNLOCK(), because THR_UNLOCK() may call 2008-03-18 02:06:51 +00:00
libthr.3 - Stop calling libthr alternative as it's now the default 2007-10-22 10:13:38 +00:00
Makefile Convert pthread.map to the format expected by version_gen.awk, and modify 2008-02-06 20:25:00 +00:00
pthread.map Add more cpu affinity function's symbols. 2008-03-05 06:56:35 +00:00