mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Get threads working on all platforms
We now have a high-quality clone() implementation for creating lightweight threads on Linux/Windows/FreeBSD/NetBSD/OpenBSD.
This commit is contained in:
parent
4e62cefa6e
commit
fec396037a
43 changed files with 850 additions and 532 deletions
|
@ -37,7 +37,7 @@ __nt2sysv:
|
|||
push %rbx
|
||||
push %rdi
|
||||
push %rsi
|
||||
pushf
|
||||
pushf # TODO(jart): Do we need it?
|
||||
lea -0x80(%rbp),%rdi
|
||||
call _savexmm
|
||||
mov %rcx,%rdi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue