Home
last modified time | relevance | path

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

/titanic_54/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_54/usr/src/cmd/ast/libshell/common/scripts/
H A Dshircbot.sh101 function mainloop function
424 mybot.mainloop
/titanic_54/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()