mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Improve the affinity system calls
This commit is contained in:
parent
60b68d7152
commit
59ac141e49
19 changed files with 231 additions and 123 deletions
|
@ -74,7 +74,7 @@ static void _wait0_futex(const atomic_int *a, int e) {
|
|||
}
|
||||
}
|
||||
STRACE("futex(%t, %s, %d, %s) → %s", a, DescribeFutexOp(op), e, "NULL",
|
||||
DescribeFutexResult(rc));
|
||||
DescribeErrnoResult(rc));
|
||||
_npassert(rc == 0 || //
|
||||
rc == -EINTR || //
|
||||
rc == -ETIMEDOUT || //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue