Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.h225 struct duk_thread_state;
234 typedef struct duk_thread_state duk_thread_state; typedef
256 struct duk_thread_state { struct
508 DUK_EXTERNAL_DECL void duk_suspend(duk_context *ctx, duk_thread_state *state);
509 DUK_EXTERNAL_DECL void duk_resume(duk_context *ctx, const duk_thread_state *state);
A Dduktape.c22261 DUK_EXTERNAL void duk_suspend(duk_hthread *thr, duk_thread_state *state) { in duk_suspend()
22303 DUK_EXTERNAL void duk_resume(duk_hthread *thr, const duk_thread_state *state) { in duk_resume()

Completed in 239 milliseconds