Home
last modified time | relevance | path

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

/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/mycore/
H A Dmythread.c144 mythread_option_set(mythread, MyTHREAD_OPT_QUIT); in mythread_quit()
166 mythread_option_set(mythread, MyTHREAD_OPT_STOP); in mythread_stop()
183 mythread_option_set(mythread, MyTHREAD_OPT_WAIT); in mythread_suspend()
200 mythread_option_set(mythread, send_opt); in mythread_resume()
204 mythread_option_set(mythread, send_opt); in mythread_resume()
235 void mythread_option_set(mythread_t *mythread, mythread_thread_opt_t opt) in mythread_option_set() function
H A Dmythread.h117 void mythread_option_set(mythread_t *mythread, mythread_thread_opt_t opt);
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/include/mycore/
H A Dmythread.h117 void mythread_option_set(mythread_t *mythread, mythread_thread_opt_t opt);
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/
H A DDOM.xs721 mythread_option_set(result->thread, MyTHREAD_OPT_QUIT); in html5_dom_async_parse_init()