mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 08:48:29 +00:00
Support process shared condition variables
This commit is contained in:
parent
3de6632be6
commit
0a9a6f86bb
14 changed files with 168 additions and 19 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue