Get threads working well on MacOS Arm64

- Now using 10x better GCD semaphores
- We now generate Linux-like thread ids
- We now use fast system clock / sleep libraries
- The APE M1 loader now generates Linux-like stacks
This commit is contained in:
Justine Tunney 2023-06-04 01:57:10 -07:00
parent b5eab2b0b7
commit bcf9af94bf
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2037 changed files with 4664 additions and 4451 deletions

View file

@ -29,6 +29,10 @@
#include "third_party/nsync/time.h"
// clang-format off
/**
* @fileoverview Semaphores w/ POSIX Semaphores API.
*/
#define ASSERT(x) _npassert(x)
struct sem {