]> git.proxmox.com Git - wasi-libc.git/commit
__wait.c: fix a timeout (#361)
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Tue, 13 Dec 2022 20:07:33 +0000 (05:07 +0900)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 2 Aug 2023 10:24:08 +0000 (12:24 +0200)
commit44d702e4050513e66f3bfb7e79dbfb9581e74518
tree4cae053b71c5a95da91eeb778e9fd9db6c97aa84
parentf02950699dce5bb00cfafe823359d197c16d214c
__wait.c: fix a timeout (#361)

Note: The typical symptom of this bug is a busy waiting on a lock.

Note: 0 means immediate timeout. a negative value means no timeout.
libc-top-half/musl/src/thread/__wait.c