Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c64 static GMainLoop *mainloop; variable
222 if ((mainloop = g_main_loop_new(NULL, B_FALSE)) == NULL) { in rmvolmgr()
227 g_main_loop_run(mainloop); in rmvolmgr()
292 g_main_loop_quit(mainloop); in sigexit_ioch_func()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c986 int mainloop = (type&sh_state(SH_INTERACTIVE)); in sh_exec() local
2930 if(mainloop && com0) in sh_exec()