Lines Matching refs:tid
3250 thread_id tid = spawn_thread(run_vimapp, "vim VimApp", in gui_mch_prepare() local
3252 if (tid >= B_OK) { in gui_mch_prepare()
3253 resume_thread(tid); in gui_mch_prepare()
3259 thread_id tid = spawn_thread(call_main, "vim main()", in gui_mch_prepare() local
3261 if (tid >= B_OK) { in gui_mch_prepare()
3265 resume_thread(tid); in gui_mch_prepare()
3275 (void)wait_for_thread(tid, &dummy_exitcode); in gui_mch_prepare()
3411 thread_id tid = gui.vimWindow->Thread(); in gui_mch_exit() local
3416 wait_for_thread(tid, &exitcode); in gui_mch_exit()
3432 thread_id tid = gui.vimApp->Thread(); in gui_mch_exit() local
3437 wait_for_thread(tid, &exitcode); in gui_mch_exit()