mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Further improve ipv4.games server
This commit is contained in:
parent
3b4fcd8575
commit
32321ab1e9
9 changed files with 307 additions and 113 deletions
|
@ -52,6 +52,9 @@ enum PosixThreadStatus {
|
|||
// - kPosixThreadZombie -> _pthread_free() will happen whenever
|
||||
// convenient, e.g. pthread_create() entry or atexit handler.
|
||||
kPosixThreadZombie,
|
||||
|
||||
// special main thread
|
||||
kPosixThreadMain,
|
||||
};
|
||||
|
||||
struct PosixThread {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue