Searched refs:do_exit (Results 1 - 8 of 8) sorted by relevance

/external/oprofile/pp/
H A Dopreport_options.cpp166 bool do_exit = false;
172 do_exit = true;
177 do_exit = true;
184 do_exit = true;
189 do_exit = true;
196 do_exit = true;
203 do_exit = true;
209 do_exit = true;
215 do_exit = true;
221 do_exit
[all...]
/external/libusb/examples/
H A Ddpfp.c66 static int do_exit = 0; variable
156 do_exit = 2;
162 do_exit = 2;
285 do_exit = 2;
296 do_exit = 2;
306 do_exit = 2;
315 do_exit = 2;
322 do_exit = 2;
331 do_exit = 2;
335 do_exit
[all...]
H A Ddpfp_threaded.c67 static int do_exit = 0; variable
75 do_exit = code;
84 while (!do_exit) {
503 while (!do_exit) {
528 if (do_exit == 1)
/external/libcap-ng/libcap-ng-0.7/
H A Dinstall-sh211 do_exit='(exit $ret); exit $ret'
212 trap "ret=129; $do_exit" 1
213 trap "ret=130; $do_exit" 2
214 trap "ret=141; $do_exit" 13
215 trap "ret=143; $do_exit" 15
/external/kernel-headers/original/linux/
H A Dkernel.h102 fastcall NORET_TYPE void do_exit(long error_code)
H A Dmodule.h563 #define module_put_and_exit(code) do_exit(code)
/external/iproute2/misc/
H A Darpd.c66 volatile int do_exit; variable
551 do_exit = 1;
800 if (do_exit)
/external/dhcpcd/
H A Ddhcpcd.c1601 int do_exit = 0, do_release = 0, do_reboot = 0, do_reconf = 0; local
1701 do_exit = 1;
1712 if (do_release || do_exit) {

Completed in 237 milliseconds