cosmopolitan/test
Justine Tunney 462ba6909e
Speed up unnamed POSIX semaphores
When sem_wait() used its futexes it would always use process shared mode
which can be problematic on platforms like Windows, where that causes it
to use the slow futex polyfill. Now when sem_init() is called in private
mode that'll be passed along so we can use a faster WaitOnAddress() call
2024-09-13 06:25:27 -07:00
..
ctl Fix shared_ptr::owner_before (#1274) 2024-09-01 17:34:39 -04:00
dsp Upgrade pl_mpeg 2024-09-06 19:10:34 -07:00
libc Add more tests for strlcpy() 2024-09-13 01:14:35 -07:00
libcxx Release Cosmopolitan v3.8.0 2024-08-30 20:14:07 -07:00
math Share file offset across processes 2024-08-03 01:39:11 -07:00
net Remove .internal from more header filenames 2024-08-04 12:52:25 -07:00
posix Speed up unnamed POSIX semaphores 2024-09-13 06:25:27 -07:00
tool Upgrade pl_mpeg 2024-09-06 19:10:34 -07:00
BUILD.mk Introduce Cosmopolitan Templates Library (CTL) 2024-06-03 09:21:59 -07:00