File scheduling.cpp

namespace wasm

SYSCALL NUMBERING

Have a look in the sysroot at include/bits/syscall.h to determine the system call numbering.

Functions

WAVM_DEFINE_INTRINSIC_FUNCTION (env, "getpriority", I32, getpriority, I32 a, I32 b)
WAVM_DEFINE_INTRINSIC_FUNCTION (env, "setpriority", I32, setpriority, I32 a, I32 b, I32 c)
WAVM_DEFINE_INTRINSIC_FUNCTION (wasi, "sched_yield", I32, wasi_sched_yield)
void schedulingLink()