mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 18:28:30 +00:00
Use futexes on OpenBSD and improve threading
This commit is contained in:
parent
5b11033d4d
commit
4f4889ddf7
17 changed files with 114 additions and 63 deletions
|
@ -4,7 +4,6 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
int _futex(void *, int, int, struct timespec *, int *) hidden;
|
||||
int _futex_wait(void *, int, struct timespec *) hidden;
|
||||
int _futex_wake(void *, int) hidden;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue