Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/lib/libshell/common/scripts/
H A Dshircbot.sh101 function mainloop function
424 mybot.mainloop
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c665 int mainloop = (type&sh_state(SH_INTERACTIVE)); in sh_exec() local
2208 if(mainloop && com0) in sh_exec()