mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-26 19:16:41 +00:00
- fix rare thread exit race condition on openbsd - pthread_getattr_np() now supplies detached status - child threads may now pthread_join() the main thread - introduce sigandset(), sigorset(), and sigisemptyset() - introduce pthread_cleanup_push() and pthread_cleanup_pop() |
||
|---|---|---|
| .. | ||
| nsync_test.c | ||
| pthread_barrier_wait_test.c | ||
| pthread_cond_signal_test.c | ||
| pthread_create_test.c | ||
| pthread_key_create_test.c | ||
| pthread_rwlock_rdlock_test.c | ||
| pthread_setname_np_test.c | ||
| spawn_test.c | ||
| test.mk | ||