/prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r10/platforms/android-19/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r10/platforms/android-9/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-13/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-14/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-15/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/asm/ |
pgalloc_32.h | 21 #include <linux/threads.h>
|
/system/core/debuggerd/libdebuggerd/include/ |
tombstone.h | 40 const std::map<pid_t, std::string>& threads, uintptr_t abort_msg_address,
|
/system/core/libutils/tests/ |
TestHelpers.h | 20 #include <utils/threads.h>
|
/external/lzma/C/ |
MtCoder.c | 187 #define GET_NEXT_THREAD(p) &p->mtCoder->threads[p->index == p->mtCoder->numThreads - 1 ? 0 : p->index + 1]
257 CMtThread *t = &p->threads[i];
269 CMtThread_Destruct(&p->threads[i]);
284 RINOK(CMtThread_Prepare(&p->threads[i]));
289 CMtThread *t = &p->threads[i];
310 CMtThread *t = &p->threads[i];
314 p->threads[0].stopReading = True;
319 Event_Set(&p->threads[0].canWrite);
320 Event_Set(&p->threads[0].canRead);
323 LoopThread_WaitSubThread(&p->threads[j].thread); [all...] |
/external/clang/test/OpenMP/ |
ordered_ast_print.cpp | 23 #pragma omp ordered threads 63 // CHECK-NEXT: #pragma omp ordered threads 100 // CHECK-NEXT: #pragma omp ordered threads 142 #pragma omp ordered threads 178 // CHECK-NEXT: #pragma omp ordered threads
|
ordered_codegen.cpp | 95 #pragma omp ordered threads 200 #pragma omp ordered threads
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
ebizzy.c | 68 static unsigned int threads; variable 101 "-t <num>\t Number of threads (2 * number cpus by default)\n" 125 threads = 2 * sysconf(_SC_NPROCESSORS_ONLN); 171 threads = atoi(optarg); 172 if (threads == 0) 204 printf("threads %u\n", threads); 453 pthread_t thread_array[threads]; 461 printf("Threads starting\n"); 463 for (i = 0; i < threads; i++) [all...] |
/external/valgrind/gdbserver_tests/solaris/ |
nlcontrolc.stdoutB.exp | 8 Now threads are burning CPU
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue5337.go | 28 // Verify that we can withstand SIGPROF received on foreign threads
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue5337.go | 28 // Verify that we can withstand SIGPROF received on foreign threads
|
/external/eigen/unsupported/test/ |
cxx11_runqueue.cpp | 158 // One thread (owner) calls PushFront/PopFront, other threads call PushBack/ 165 std::vector<std::unique_ptr<std::thread>> threads; local 166 threads.emplace_back(new std::thread([&q, &total]() { 188 threads.emplace_back(new std::thread([&q, &total]() { 200 threads.emplace_back(new std::thread([&q, &total]() { 225 for (size_t i = 0; i < threads.size(); i++) threads[i]->join();
|
/external/libevent/ |
event_iocp.c | 189 port->threads = mm_calloc(port->n_threads, sizeof(HANDLE)); 190 if (!port->threads) 207 port->threads[i] = (HANDLE)th; 217 if (port->threads) 218 mm_free(port->threads); 231 mm_free(port->threads);
|
/external/libvpx/libvpx/test/ |
vpxenc.sh | 274 for threads in ${num_threads}; do 278 --threads=${threads} \ 302 for threads in ${num_threads}; do 306 --threads=${threads} \
|
/toolchain/binutils/binutils-2.25/gold/ |
workqueue.cc | 128 bool threads = options.threads(); local 130 threads = false; 132 if (!threads) 260 // Kick all the threads to make them exit. 443 // them to the run queue and signal any other threads. This must be 490 // function is called by all threads. 499 // Set the number of threads to use for the workqueue, if we are using 500 // threads. 503 Workqueue::set_thread_count(int threads) [all...] |