Searched refs:running (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 592 std::atomic_bool running(false); in TEST() local 594 std::thread thread([&tid, &running] { in TEST() 596 running = true; in TEST() 597 while (running) { in TEST() 606 while (!running) { in TEST() 618 running = false; in TEST()
|
/bionic/libc/kernel/ |
D | README.md | 89 Before running the command to import the headers, make sure that you have 93 After running lunch, run this command to import the headers into the Android
|
/bionic/docs/ |
D | native_allocator.md | 35 is made to `malloc_enable`, the paused threads should start running again. 249 This benchmark is a trace of the allocations performed when running 315 bit of performance testing on actual traces taken from running applications. 335 will always call `mallopt(M_DECAY_TIME, 1)' before running the trace. 367 important to verify that when running this trace using the 32 bit replay 372 when running the memory traces acts as a proxy for this. An allocator that
|
D | libc_assembler.md | 93 When running the benchmarks, CPU scaling is not normally enabled. This means 99 Another potential issue is that the device can overheat when running the
|
D | fdsan.md | 12 For example, given two threads running the following code: 121 When running the program, the threads' executions will be interleaved as follows:
|
D | elf-tls.md | 483 marks, so running it on an older platform would result in memory corruption. Should we add something 812 As a temporary compatibility hack, we might try to keep these programs running by reserving a TLS
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 318 int running; member
|
/bionic/ |
D | README.md | 227 <https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md#running-test-pro… 240 running a host version of the test executable and dumping the list of 312 running them in parallel, so they are much faster.
|
D | android-changes-for-ndk-developers.md | 52 If you need to support Android devices running OS 449 ## Use of IFUNC in libc (True for all API levels on devices running Q)
|
/bionic/libc/malloc_debug/ |
D | README.md | 119 that dumped when running am dumpheap -n. The default is to dump this data 681 To detect leaks while an app is running: 688 app before running the dumpsys command, you'll get backtraces showing
|
/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 970 __u64 running; member
|