cosmopolitan/libc/thread
Justine Tunney c5c4dfcd21 Improve quality of raise(), abort(), and tkill()
This change fixes a nasty bug where SIG_IGN and SIG_DFL weren't working
as advertised on BSDs. This change also fixes the tkill() definition on
MacOS so it maps to __pthread_kill().
2022-09-03 20:17:54 -07:00
..
attr.c Refactor some code 2022-05-28 14:09:21 -07:00
freebsd.internal.h Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
internal.h Make _Thread_local more seamlessly working 2022-07-10 08:27:50 -07:00
key.c Make _Thread_local more seamlessly working 2022-07-10 08:27:50 -07:00
mktls.c Correct more typos (#500) 2022-07-21 20:53:30 -07:00
openbsd.internal.h Make fixes and improvements 2022-06-25 21:09:09 -07:00
pthread_getspecific.c Make _Thread_local more seamlessly working 2022-07-10 08:27:50 -07:00
pthread_key_create.c Make _Thread_local more seamlessly working 2022-07-10 08:27:50 -07:00
pthread_key_delete.c Add pthread tls api 2022-06-22 07:08:17 -07:00
pthread_key_destruct.c Perform some code cleanup 2022-06-23 10:21:07 -07:00
pthread_setspecific.c Make _Thread_local more seamlessly working 2022-07-10 08:27:50 -07:00
self.c Always initialize thread local storage 2022-07-19 00:21:46 -07:00
sem.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
spawn.c Always initialize thread local storage 2022-07-19 00:21:46 -07:00
spawn.h Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
thread.h Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
thread.mk Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
wait.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
xnu.internal.h Improve quality of raise(), abort(), and tkill() 2022-09-03 20:17:54 -07:00