Searched refs:duk_thread_state (Results 1 – 2 of 2) sorted by relevance
225 struct duk_thread_state;234 typedef struct duk_thread_state duk_thread_state; typedef256 struct duk_thread_state { struct508 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);
22261 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