Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs-libc.c133 static int (*os_poll_func)(JSContext *ctx); variable
3619 os_poll_func = js_os_poll; in js_os_init()
3852 if (!os_poll_func || os_poll_func(ctx)) in js_std_loop()