Home
last modified time | relevance | path

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

/dports/editors/gummi/gummi-0.8.1/src/
H A Dmotion.c80 m->compile_thread = g_thread_new ("motion", motion_compile_thread, m); in motion_start_compile_thread()
88 g_thread_join(m->compile_thread); in motion_stop_compile_thread()
H A Dmotion.h47 GThread* compile_thread; member
/dports/cad/iverilog/verilog-11.0/vvp/
H A Dcompile.h492 extern void compile_thread(char*start_sym, char*flag);
H A Dparse.y733 { compile_thread($2, 0); }
736 { compile_thread($2, $4); }
H A Dcompile.cc1972 void compile_thread(char*start_sym, char*flag) in compile_thread() function