Home
last modified time | relevance | path

Searched refs:A_EXIT (Results 1 – 10 of 10) sorted by relevance

/dports/databases/galera/galera-release_25.3.35/galera/src/
H A Dgalera_service_thd.cpp15 static const uint32_t A_EXIT = 1U << 31; variable
49 exit = ((data.act_ & A_EXIT)); in thd_func()
106 data_.act_ = A_EXIT; in ~ServiceThd()
119 if (!(data_.act_ & A_EXIT)) in flush()
/dports/databases/galera26/galera-release_26.4.10/galera/src/
H A Dgalera_service_thd.cpp15 static const uint32_t A_EXIT = 1U << 31; variable
49 exit = ((data.act_ & A_EXIT)); in thd_func()
106 data_.act_ = A_EXIT; in ~ServiceThd()
119 if (!(data_.act_ & A_EXIT)) in flush()
/dports/shells/viewglob/viewglob-2.0.4/vgseer/
H A Dactions.c94 case A_EXIT: in action_queue()
100 result = A_EXIT; in action_queue()
H A Dconnection.c175 action_queue(A_EXIT); in connection_read()
185 action_queue(A_EXIT); in connection_read()
H A Dactions.h41 A_EXIT, /* Shell closed -- finish execution. */ enumerator
H A Dvgseer.c543 case A_EXIT: in action_loop()
635 action_queue(A_EXIT); in child_wait()
717 action_queue(A_EXIT); in sandbox_read()
/dports/benchmarks/fio/fio-3.29/
H A Dhelper_thread.c26 A_EXIT = 1,
157 submit_action(A_EXIT);
222 return A_EXIT;
320 if (action == A_EXIT)
/dports/games/flyhard/flyhard-0.42/src/
H A Darena_table.h27 ARENA(A_EXIT, 0)
/dports/deskutils/treesheets/treesheets-1.0.2/src/
H A Dmain.cpp106 A_EXIT, enumerator
H A Dmyframe.h214 MyAppend(filemenu, A_EXIT, _(L"&Exit\tCTRL+q")); in MyFrame()
592 wxApp::s_macExitMenuItemId = A_EXIT; in MyFrame()
938 case A_EXIT: in OnMenu()