cosmopolitan/libc/thread/wait0.internal.h

13 lines
386 B
C
Raw Normal View History

2022-06-16 16:06:09 +00:00
#ifndef COSMOPOLITAN_LIBC_INTRIN_WAIT0_H_
#define COSMOPOLITAN_LIBC_INTRIN_WAIT0_H_
2022-09-13 21:57:38 +00:00
#include "libc/atomic.h"
#include "libc/calls/struct/timespec.h"
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
2022-06-16 16:06:09 +00:00
errno_t _wait0(const atomic_int *, struct timespec *) _Hide;
2022-06-16 16:06:09 +00:00
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
2022-06-16 16:06:09 +00:00
#endif /* COSMOPOLITAN_LIBC_INTRIN_WAIT0_H_ */