Searched refs:SchedYield (Results 1 – 2 of 2) sorted by relevance
73 static void SchedYield(const v8::FunctionCallbackInfo<v8::Value>& args);
1502 void WASI::SchedYield(const FunctionCallbackInfo<Value>& args) { in SchedYield() function in node::wasi::WASI1727 env->SetProtoMethod(tmpl, "sched_yield", WASI::SchedYield); in Initialize()