Home
last modified time | relevance | path

Searched refs:SchedYield (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_wasi.h73 static void SchedYield(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc1502 void WASI::SchedYield(const FunctionCallbackInfo<Value>& args) { in SchedYield() function in node::wasi::WASI
1727 env->SetProtoMethod(tmpl, "sched_yield", WASI::SchedYield); in Initialize()