HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 426 - 450 of 1268) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgalloc_32.h 21 #include <linux/threads.h>
  /system/core/include/utils/
Singleton.h 22 #include <utils/threads.h>
  /system/core/libutils/tests/
TestHelpers.h 20 #include <utils/threads.h>
  /external/lzma/C/
MtCoder.c 185 #define GET_NEXT_THREAD(p) &p->mtCoder->threads[p->index == p->mtCoder->numThreads - 1 ? 0 : p->index + 1]
255 CMtThread *t = &p->threads[i];
267 CMtThread_Destruct(&p->threads[i]);
282 RINOK(CMtThread_Prepare(&p->threads[i]));
287 CMtThread *t = &p->threads[i];
308 CMtThread *t = &p->threads[i];
312 p->threads[0].stopReading = True;
317 Event_Set(&p->threads[0].canWrite);
318 Event_Set(&p->threads[0].canRead);
321 LoopThread_WaitSubThread(&p->threads[j].thread);
    [all...]
  /external/chromium_org/build/android/pylib/base/
test_dispatcher.py 120 # All tests have been handled, signal all waiting threads.
257 threads = [
264 workers = reraiser_thread.ReraiserThreadGroup(threads)
309 threads = reraiser_thread.ReraiserThreadGroup(
314 threads.StartAll()
315 threads.JoinAll(watchdog_timer.WatchdogTimer(timeout))
326 threads = reraiser_thread.ReraiserThreadGroup(
329 threads.StartAll()
330 threads.JoinAll(watchdog_timer.WatchdogTimer(timeout))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
sw-clock.c 53 evlist->threads = thread_map__new_by_tid(getpid());
54 if (!evlist->cpus || !evlist->threads) {
task-exit.c 56 * Create maps of threads and cpus to monitor. In this case
57 * we start with all threads and cpus (-1, -1) but then in
62 evlist->threads = thread_map__new_by_tid(-1);
63 if (!evlist->cpus || !evlist->threads) {
  /external/chromium_org/mojo/system/
dispatcher_unittest.cc 231 ScopedVector<ThreadSafetyStressThread> threads; local
236 threads.push_back(new ThreadSafetyStressThread(&event, d, op));
237 threads.back()->Start();
239 event.Signal(); // Kicks off real work on the threads.
240 } // Joins all the threads.
242 // One of the threads should already have closed the dispatcher.
257 ScopedVector<ThreadSafetyStressThread> threads; local
262 threads.push_back(new ThreadSafetyStressThread(&event, d, op));
263 threads.back()->Start();
265 event.Signal(); // Kicks off real work on the threads
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
example.js 35 var threads = [0, 1, 2, 4, 6, 8, 12, 16, 24, 32];
36 for (var i = 0; i < threads.length; i++) {
38 postThreadFunc(threads[i]));
  /external/lldb/test/lang/cpp/dynamic-value/
TestCppValueCast.py 94 threads = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
95 self.assertTrue (len(threads) == 1)
96 thread = threads[0]
122 threads = lldbutil.continue_to_breakpoint (process, breakpoint)
123 self.assertTrue (len(threads) == 1)
124 thread = threads[0]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.c 31 struct thread_map *threads)
38 perf_evlist__set_maps(evlist, cpus, threads);
255 int nr_threads = thread_map__nr(evlist->threads);
273 int nr_threads = thread_map__nr(evlist->threads);
295 for (thread = 0; thread < evlist->threads->nr; thread++) {
314 for (thread = 0; thread < evlist->threads->nr; thread++) {
327 int nr_threads = thread_map__nr(evlist->threads);
584 evlist->nr_mmaps = thread_map__nr(evlist->threads);
610 int nr_threads = thread_map__nr(evlist->threads);
649 int nr_threads = thread_map__nr(evlist->threads);
702 const struct thread_map *threads = evlist->threads; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 428 Thread *pNext; /* Next in this list of threads */
433 Thread *pThread; /* Linked list of threads */
958 Threadset threads = {0}; /* Test threads */ local
972 launch_thread(&err, &threads, walthread1_thread, 0);
974 launch_thread(&err, &threads, walthread1_ckpt_thread, 0);
975 join_all_threads(&err, &threads);
1020 Threadset threads = {0}; local
1027 launch_thread(&err, &threads, walthread2_thread, 0);
1028 launch_thread(&err, &threads, walthread2_thread, 0)
1075 Threadset threads = {0}; local
1134 Threadset threads = {0}; local
1167 Threadset threads = {0}; local
1363 Threadset threads = {0}; local
    [all...]
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 274 /* Mutex and threads. */
302 deThread threads[2]; local
314 for (ndx = 0; ndx < (int)DE_LENGTH_OF_ARRAY(threads); ndx++)
316 threads[ndx] = deThread_create(mutexTestThr2, &data, DE_NULL);
317 DE_TEST_ASSERT(threads[ndx]);
322 for (ndx = 0; ndx < (int)DE_LENGTH_OF_ARRAY(threads); ndx++)
324 deBool ret = deThread_join(threads[ndx]);
326 deThread_destroy(threads[ndx]);
555 deThreadArray* threads = tmpPool ? deThreadArray_create(tmpPool) : DE_NULL; local
564 DE_TEST_ASSERT(deThreadArray_pushBack(threads, thread))
    [all...]
  /build/tools/releasetools/
blockimgdiff.py 185 def __init__(self, tgt, src=None, threads=None):
186 if threads is None:
187 threads = multiprocessing.cpu_count() // 2
188 if threads == 0: threads = 1
189 self.threads = threads
361 if self.threads > 1:
362 print("Computing patches (using %d threads)..." % (self.threads,))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor_unittest.cc 114 // 0 .. N means run on specific cpu. The tool will create N threads and call
143 std::vector<BusyThread*> threads; local
145 threads.push_back(new BusyThread(cpuload, duration, interval));
147 if (!SetThreadPriority(threads[i], priority) ||
148 !threads[i]->Start() ||
149 !SetThreadAffinity(threads[i], i, affinity)) {
157 threads[i]->Stop();
162 delete threads[i];

Completed in 2505 milliseconds

<<11121314151617181920>>