musl/src/exit
Rich Felker 47c2a22fd6 remove __lock dependency from exit
there's no sense in using a powerful lock in exit, because it will
never be unlocked. a thread that arrives at exit while exit is already
in progress just needs to hang forever. use the pause syscall for this
because it's cheap and easy and universally available.
2012-05-10 22:16:15 -04:00
..
_Exit.c consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 2011-04-06 20:32:53 -04:00
abort.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
assert.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
atexit.c ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
exit.c remove __lock dependency from exit 2012-05-10 22:16:15 -04:00