Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 1598) sorted by relevance

12345678910>>...64

/external/valgrind/docs/internals/
Dtm-threadstates.dot4 running;
12 alive -> running;
15 running -> wait_join [ label="wait for another\nthread termination" ];
16 wait_join -> running [ label="target thread\nterminates" ];
18 running -> zombie [ label="non-detached thread\nterminates" ];
20 running -> dead [ label="detached thread\nterminates" ];
22 running -> wait_mutex [ label="wait for mutex\nacquisition" ];
23 wait_mutex -> running [ label="mutex\nacquired" ];
24 wait_mutex -> running [ label="mutex\ngiven up" ];
26 running -> wait_condvar [ label="wait for condition variable" ];
[all …]
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
DLooperExecutor.java28 private boolean running = false; field in LooperExecutor
44 if (running) { in requestStart()
47 running = true; in requestStart()
57 running = false; in requestStart()
64 if (!running) { in requestStop()
67 running = false; in requestStop()
84 if (!running) { in execute()
/external/valgrind/none/tests/x86/
Dyield.c14 static volatile int alive, running; variable
24 running++; in spinner()
39 running++; in rep_nopper()
66 while(running < 2) in main()
/external/curl/tests/libtest/
Dlib504.c43 int running; in test() local
71 multi_perform(m, &running); in test()
75 if(!running) { in test()
86 fprintf(stderr, "running == %d\n", running); in test()
Dlib573.c40 int running = 1; in test() local
68 while(running) { in test()
76 multi_perform(m, &running); in test()
80 if(!running) in test()
Dlib555.c82 int running=1; in test() local
117 while(running) { in test()
125 multi_perform(m, &running); in test()
133 if(!running) in test()
Dlib502.c39 int running; in test() local
61 multi_perform(m, &running); in test()
65 if(!running) in test()
Dlib564.c36 int running; in test() local
64 multi_perform(m, &running); in test()
68 if(!running) in test()
Dlib503.c43 int running; in test() local
71 multi_perform(m, &running); in test()
75 if(!running) in test()
Dlib533.c38 int running; in test() local
66 multi_perform(m, &running); in test()
70 if(!running) { in test()
Dlib530.c36 int running; in test() local
82 multi_perform(m, &running); in test()
86 if(!running) { in test()
Dlib597.c56 int running; in test() local
100 multi_perform(multi, &running); in test()
104 if(!running) in test()
/external/llvm/test/tools/llvm-cov/Inputs/
DREADME6 test.gcno and test.gcda were create by running clang:
9 test.cpp.gcov was created by running gcov 4.2.1:
14 created by running clang and llvm-cov:
18 The 'profdata' files were generated by running an instrumented version of the
/external/libmicrohttpd/src/testcurl/
Dtest_callback.c96 int running; in main() local
137 curl_multi_perform (multi, &running); in main()
164 curl_multi_perform (multi, &running); in main()
165 if (running == 0) in main()
167 msg = curl_multi_info_read (multi, &running); in main()
Dtest_parse_cookies.c121 int running; in testExternalGet() local
178 curl_multi_perform (multi, &running); in testExternalGet()
199 curl_multi_perform (multi, &running); in testExternalGet()
200 if (running == 0) in testExternalGet()
202 msg = curl_multi_info_read (multi, &running); in testExternalGet()
Dtest_process_arguments.c124 int running; in testExternalGet() local
177 curl_multi_perform (multi, &running); in testExternalGet()
198 curl_multi_perform (multi, &running); in testExternalGet()
199 if (running == 0) in testExternalGet()
201 msg = curl_multi_info_read (multi, &running); in testExternalGet()
/external/valgrind/
DREADME.android13 Android 4.0.3 running on a (rooted, AOSP build) Nexus S.
14 Android 4.0.3 running on Motorola Xoom.
15 Android 4.0.3 running on android arm emulator.
16 Android 4.1 running on android emulator.
20 Android 4.0.3 running on android x86 emulator.
23 Android 4.1.2 running on android mips emulator.
24 Android 4.2.2 running on android mips emulator.
25 Android 4.3 running on android mips emulator.
26 Android 4.0.4 running on BROADCOM bcm7425
29 Android 4.5 (?) running on ARM Juno
[all …]
/external/autotest/client/profilers/powertop/src/
Dsuggestions.c104 int value, running = 0; in pick_suggestion() local
124 running += ptr->weight; in pick_suggestion()
126 running += 50; in pick_suggestion()
127 if (running > value) { in pick_suggestion()
/external/tlsdate/src/events/
Drun_tlsdate.c29 if (state->running) in action_run_tlsdate()
59 state->running = 1; in action_run_tlsdate()
72 state->running = 0; in action_run_tlsdate()
/external/dbus/
DREADME.win12 test not running yet and there is help needed to get them running.
48 either by running
53 Before running these commands you may execute
72 test not running and we need help to get them running.
79 tcp sockets, there are some efforts to get named pipe running, but some
91 The related test applicationa are running well.
/external/autotest/client/site_tests/platform_CheckDebugdProcesses/
Dcontrol14 This test has a static list of process names that should be running
15 on a good Chrome OS Core image running with debugd support. It
16 fails if any of these are not running at the time of the test.
/external/autotest/client/site_tests/platform_CheckTLSDateProcesses/
Dcontrol14 This test has a static list of process names that should be running
15 on a good Chrome OS Core image running with network time support. It
16 fails if any of these are not running at the time of the test.
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dlockdown_ptrace.txt4 …r processes on the system, including user processes. It can even block processes running as root.
6 …ory of any other process run by them. Meaning the computer game you are running on your desktop c…
8 … a process is running using tools like strace, ptrace and gdb. You can even use gdb (GNU Debugg…
Dtransition_from.txt1 This screen shows when a process running with the '%(APP)s' type executes 'Commands File Paths' tha…
4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three…
6 1. The process can be prevented from running the executable.
/external/autotest/client/site_tests/platform_KernelVersion/
Dcontrol7 PURPOSE = "Ensure the running kernel is supported."
8 CRITERIA = "Fails if the running kernel version is older than kernel_version."
18 the running kernel version is older than the variable kernel_version.

12345678910>>...64