freebsd-dev/lib/libkse
David Xu 2d81cd746b _thr_sig_check_pending is also called by scope system thread when it leaves
critical region, we wrap some syscalls for thread cancellation point, and
when syscalls returns, we call _thr_leave_cancellation_point, at the time
if a signal comes in, it would be buffered, and when the thread leaves
_thr_leave_cancellation_point, buffered signals will be processed, to avoid
messing up normal syscall errno, we should save and restore errno around
signal handling code.
2003-08-20 13:43:35 +00:00
..
arch Don't forget to set kcb_self. 2003-08-12 22:13:06 +00:00
support Allow gcc driver to process -r option iself, do not use -Wl,-r to 2003-08-08 03:41:13 +00:00
sys
test Don't run verify directly as that would require the perl script to 2003-08-13 03:59:18 +00:00
thread _thr_sig_check_pending is also called by scope system thread when it leaves 2003-08-20 13:43:35 +00:00
Makefile