| 1 | #ifndef __wasi_libc_busywait_h |
| 2 | #define __wasi_libc_busywait_h |
| 3 | |
| 4 | #ifdef __cplusplus |
| 5 | extern "C" { |
| 6 | #endif |
| 7 | |
| 8 | /// Enable busywait in futex on current thread. |
| 9 | void __wasilibc_enable_futex_busywait_on_current_thread(void); |
| 10 | |
| 11 | #ifdef __cplusplus |
| 12 | } |
| 13 | #endif |
| 14 | |
| 15 | #endif |