Searched refs:do_exit (Results 1 - 7 of 7) 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/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.c1555 int do_exit = 0, do_release = 0, do_reboot = 0, do_reconf = 0; local
1649 do_exit = 1;
1660 if (do_release || do_exit) {

Completed in 146 milliseconds