Support process shared condition variables

This commit is contained in:
Justine Tunney 2024-07-22 16:33:23 -07:00
parent 3de6632be6
commit 0a9a6f86bb
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
14 changed files with 168 additions and 19 deletions

View file

@ -66,7 +66,7 @@ int main() {
if (ready)
break;
for (int i = 0; i < 1000; ++i) {
for (int i = 0; i < 100; ++i) {
if (pthread_kill(th, SIGUSR1))
_Exit(11);
if (pthread_kill(th, SIGUSR1))