mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-04 11:42:28 +00:00
Add much of C11 threads.h API
This commit is contained in:
parent
2bfd6b37c1
commit
0eef971494
12 changed files with 141 additions and 0 deletions
|
@ -171,3 +171,5 @@ wontreturn void pthread_exit(void *rc) {
|
|||
// this is a child thread
|
||||
longjmp(pt->pt_exiter, 1);
|
||||
}
|
||||
|
||||
__weak_reference(pthread_exit, thr_exit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue