Home
last modified time | relevance | path

Searched refs:zombie (Results 1 – 25 of 39) sorted by relevance

12

/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-compilation.txt85 23 made zombie (2) java.util.HashMap::get (79 bytes)
100 43 made zombie (2) java.util.Properties$LineReader::readLine (452 bytes)
185 110 made zombie (2) java.lang.reflect.Method::getAnnotation (26 bytes)
213 70 made zombie (2) java.util.HashMap::put (126 bytes)
217 132 made zombie (2) java.util.regex.Pattern$BmpCharProperty::match (50 bytes)
257 146 made zombie (2) java.util.regex.Pattern$CharProperty::match (56 bytes)
258 133 made zombie (2) java.util.regex.Matcher::search (109 bytes)
259 179 made zombie (2) com.google.gson.stream.JsonWriter::string (365 bytes)
268 49 made zombie (2) java.io.ByteArrayOutputStream::write (55 bytes)
270 208 made zombie (2) java.io.DataInputStream::readChar (40 bytes)
[all …]
Djdk7-compilation.txt168 1701 2 sun.nio.cs.UTF_8$Decoder::decode (640 bytes) made zombie
169 1701 29 java.util.HashMap::get (79 bytes) made zombie
206 3036 148 java.lang.reflect.Method::getAnnotation (26 bytes) made zombie
224 17519 167 java.util.regex.Pattern$BmpCharProperty::match (50 bytes) made zombie
225 17519 176 sun.misc.URLClassPath::getResource (79 bytes) made zombie
226 17519 168 java.util.regex.Matcher::search (109 bytes) made zombie
260 17685 101 java.util.HashMap::put (126 bytes) made zombie
298 18145 10 java.lang.String::equals (88 bytes) made zombie
302 18158 193 java.util.regex.Pattern$CharProperty::match (56 bytes) made zombie
303 18158 224 com.google.gson.stream.JsonWriter::string (365 bytes) made zombie
[all …]
/external/autotest/server/cros/res_resource_monitor/
Dtop_test_data.txt2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie
19 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
32 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
38 Tasks: 363 total, 1 running, 362 sleeping, 0 stopped, 0 zombie
44 Tasks: 363 total, 1 running, 362 sleeping, 0 stopped, 0 zombie
Dtop_field_order_changed.txt2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie
12 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
23 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
Dtop_whitespace_ridden.txt2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie
19 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
65 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
/external/wayland/src/
Dwayland-client.c412 struct wl_zombie *zombie = NULL; in prepare_zombie() local
425 if (!zombie) { in prepare_zombie()
426 zombie = zalloc(sizeof(*zombie) + in prepare_zombie()
428 if (!zombie) in prepare_zombie()
431 zombie->event_count = interface->event_count; in prepare_zombie()
432 zombie->fd_count = (int *) &zombie[1]; in prepare_zombie()
435 zombie->fd_count[i] = count; in prepare_zombie()
438 return zombie; in prepare_zombie()
534 struct wl_zombie *zombie = prepare_zombie(proxy); in proxy_destroy() local
541 zombie); in proxy_destroy()
[all …]
/external/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage03.c59 static void zombie(void);
86 zombie(); in main()
212 static void zombie(void) in zombie() function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/
Dcoverage.txt5 …se there's no platform-agnostic way that I know of for checking if a child process became a zombie.
/external/skia/infra/lottiecap/docker/lottie-web-puppeteer/
DDockerfile14 # recommends using dumb-init to "prevent zombie chrome processes"
/external/skqp/infra/lottiecap/docker/lottie-web-puppeteer/
DDockerfile14 # recommends using dumb-init to "prevent zombie chrome processes"
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-reserved-identifier.rst37 standards, e.g. C++ 'zombie names' and C future library directions.
/external/mesa3d/docs/relnotes/
D18.2.4.rst101 - scons: Put to rest zombie texture_float build option.
/external/ltp/testcases/open_posix_testsuite/
DChangeLog98 leaving zombie processes.
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a2.rst125 Popen objects no longer leave a zombie after exit in the with statement if
/external/icu/icu4c/source/samples/ufortune/resources/
Droot.txt47 "3 syncs represent the trinity - init, the child and the eternal zombie
/external/ipsec-tools/
DChangeLog365 * src/racoon/handler.c: expire zombie handlers in getph2byid(), to
450 sent/resent, to avoid zombie handles and acces to freed memory
/external/llvm-project/llvm/lib/Support/Unix/
DProgram.inc426 // waiting thread and then leave a zombie anyway.
/external/python/cpython3/Doc/library/
Dsocketserver.rst222 :class:`ForkingMixIn` class uses :meth:`service_actions` to clean up zombie
Didle.rst694 A zombie pythonw.exe process could be a problem. On Windows, use Task
Dmultiprocessing.rst2699 Joining zombie processes
2701 On Unix when a process finishes but has not been joined it becomes a zombie.
/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst1024 (FD/zombie) when killed at the wrong time.
/external/icu/icu4c/source/test/testdata/
Demoji-test.txt854 1F9DF ; fully-qualified # �� zombie
855 1F9DF 200D 2640 FE0F ; fully-qualified # ��‍♀️ woman zombie
856 1F9DF 200D 2640 ; non-fully-qualified # ��‍♀ woman zombie
857 1F9DF 200D 2642 FE0F ; fully-qualified # ��‍♂️ man zombie
858 1F9DF 200D 2642 ; non-fully-qualified # ��‍♂ man zombie
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst2292 Joining zombie processes
2294 On Unix when a process finishes but has not been joined it becomes a zombie.
/external/strace/
DChangeLog-CVS860 TCB_EXITING zombie group leader.
1892 a zombie leader, then detach the leader too.
3345 (droptcb): Increment our parent's zombie count.
3348 an untraced process, decrement the zombie count.
/external/unicode/
Demoji-zwj-sequences.txt1286 1F9DF 200D 2640 FE0F ; RGI_Emoji_ZWJ_Sequence ; woman zombie
1287 1F9DF 200D 2642 FE0F ; RGI_Emoji_ZWJ_Sequence ; man zombie

12