OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_exit
(Results
201 - 225
of
309
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h
8
void
_exit
(int);
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
linux-unistd.h
8
void
_exit
(int);
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h
8
void
_exit
(int);
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h
8
void
_exit
(int);
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h
8
void
_exit
(int);
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h
8
void
_exit
(int);
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h
8
void
_exit
(int);
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h
8
void
_exit
(int);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py
98
server code will cause os.
_exit
.
115
os.
_exit
(0)
147
os.
_exit
(0)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py
98
server code will cause os.
_exit
.
115
os.
_exit
(0)
147
os.
_exit
(0)
/external/chromium_org/content/child/
child_thread.cc
99
_exit
(0);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
multicommandtool.py
63
def
_exit
(self, code):
member in class:Command
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
subprocess.cc
333
// Must use
_exit
() rather than exit() to avoid flushing output buffers
335
_exit
(1);
/external/clang/utils/
token-delta.py
251
os.
_exit
(1) # Avoid freeing our giant cache.
/external/openssh/
sftp.c
212
_exit
(1);
290
_exit
(1);
[
all
...]
ssh-pkcs11-helper.c
264
_exit
(i);
/external/oprofile/daemon/
oprofiled.c
124
* fork() and exit the parent with
_exit
().
138
_exit
(EXIT_SUCCESS);
/external/protobuf/src/google/protobuf/compiler/
subprocess.cc
328
// Must use
_exit
() rather than exit() to avoid flushing output buffers
330
_exit
(1);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
256
os.
_exit
(127)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py
62
os.
_exit
(72)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
256
os.
_exit
(127)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socketserver.py
62
os.
_exit
(72)
/external/chromium/testing/gtest/src/
gtest-death-test.cc
88
"Instructs to use fork()/
_exit
() instead of clone() in death tests. "
224
_exit
(1);
429
// calls
_exit
(1).
441
// run after calling
_exit
(). On such systems, write_fd_ will be
447
_exit
(1); // Exits w/o any normal exit hooks (we were supposed to crash)
[
all
...]
/external/chromium_org/rlz/lib/
rlz_lib_test.cc
[
all
...]
/external/chromium_org/testing/gtest/src/
gtest-death-test.cc
97
"Instructs to use fork()/
_exit
() instead of clone() in death tests. "
262
_exit
(1);
469
// calls
_exit
(1).
481
// run after calling
_exit
(). On such systems, write_fd_ will be
487
_exit
(1); // Exits w/o any normal exit hooks (we were supposed to crash)
[
all
...]
Completed in 660 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>