HomeSort by relevance Sort by last modified time
    Searched full:threads (Results 176 - 200 of 4890) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
34 /* If this file is compiled with threads support, it must
36 to indicate that threads support is present. Also it has define
41 The threads interface must define the following types:
47 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
84 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
34 /* If this file is compiled with threads support, it must
36 to indicate that threads support is present. Also it has define
41 The threads interface must define the following types:
47 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
84 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
34 /* If this file is compiled with threads support, it must
36 to indicate that threads support is present. Also it has define
41 The threads interface must define the following types:
47 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
84 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
34 /* If this file is compiled with threads support, it must
36 to indicate that threads support is present. Also it has define
41 The threads interface must define the following types:
47 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
84 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
34 /* If this file is compiled with threads support, it must
36 to indicate that threads support is present. Also it has define
41 The threads interface must define the following types:
47 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
84 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
34 /* If this file is compiled with threads support, it must
36 to indicate that threads support is present. Also it has define
41 The threads interface must define the following types:
47 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
84 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
34 /* If this file is compiled with threads support, it must
36 to indicate that threads support is present. Also it has define
41 The threads interface must define the following types:
47 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
84 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
34 /* If this file is compiled with threads support, it must
36 to indicate that threads support is present. Also it has define
41 The threads interface must define the following types:
47 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
84 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
33 /* If this file is compiled with threads support, it must
35 to indicate that threads support is present. Also it has define
40 The threads interface must define the following types:
46 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
85 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
33 /* If this file is compiled with threads support, it must
35 to indicate that threads support is present. Also it has define
40 The threads interface must define the following types:
46 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
85 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
33 /* If this file is compiled with threads support, it must
35 to indicate that threads support is present. Also it has define
40 The threads interface must define the following types:
46 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
85 The following are supported in POSIX threads only. They are required to
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr.h 0 /* Threads compatibility routines for libgcc2. */
33 /* If this file is compiled with threads support, it must
35 to indicate that threads support is present. Also it has define
40 The threads interface must define the following types:
46 The threads interface must define the following macros:
64 The threads interface must define the following static functions:
85 The following are supported in POSIX threads only. They are required to
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 13 // separate threads. It requires the pthreads library.
14 // The three threads are created and then block waiting on a condition variable.
15 // Once all threads are blocked on the conditional variable, the main thread
16 // wakes them up. This complicated work is performed so that all three threads
148 // All threads will stop here until another thread calls releaseThreads
159 // There are enough threads blocked that we can release all of them
160 std::cout << "Unblocking threads from block()" << std::endl;
175 // If there are num or more threads blocked, it will signal them all
176 // Otherwise, this thread blocks until there are enough OTHER threads
184 std::cout << "Unblocking threads from releaseThreads()" << std::endl
    [all...]
  /system/core/toolbox/
schedtop.c 46 struct thread_table threads; variable in typeref:struct:thread_table
103 info = get_item(&threads);
152 commit_item(&threads);
180 for (j = 0; j < threads.active; j++)
181 if (tid == threads.data[j].tid)
183 if (j == threads.active)
185 else if (!(flags & FLAG_HIDE_IDLE) || threads.data[j].run_count - last_threads.data[i].run_count)
187 NS_TO_S_D(threads.data[j].exec_time - last_threads.data[i].exec_time),
188 NS_TO_S_D(threads.data[j].delay_time - last_threads.data[i].delay_time),
189 threads.data[j].run_count - last_threads.data[i].run_count
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prthread.h 39 ** API for NSPR threads. On some architectures (MAC and WIN16
44 ** NSPR threads are scheduled based loosly on their client set priority.
46 ** chance of running relative to threads of lower priority. However,
49 ** NSPR can do to affect the scheduling attributes of "GLOBAL" threads.
50 ** However, a semblance of GLOBAL threads is used to implement "LOCAL"
51 ** threads. An arbitrary number of such LOCAL threads can be assigned to
57 ** GLOBAL threads.
59 ** Threads have a "system flag" which when set indicates the thread
63 ** Threads also have a "scope flag" which controls whether the thread
    [all...]
  /external/chromium_org/chrome/test/functional/media/
worker_thread.py 7 Worker threads are used to run multiple PyUITests simultaneously. They
15 # A static lock used to synchronize worker threads access to the browser.
29 """Creates a matrix of tasks and starts test worker threads to run them.
34 tasks: Queue of tasks to run by the worker threads.
35 num_threads: Number of threads to run simultaneously.
45 threads = []
47 threads.append(test_worker_class(pyauto_test, tasks, test_url))
49 # Wait for threads to exit, gracefully or otherwise.
50 for thread in threads:
53 return sum(thread.failures for thread in threads)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_thread.h 50 #include <pthread.h> /* POSIX threads headers */
57 #ifndef THREADS
58 #define THREADS
83 * POSIX threads. This should be your choice in the Unix world
84 * whenever possible. When building with POSIX threads, be sure
152 * Windows threads. Should work with Windows NT and 95.
153 * IMPORTANT: Link with multithreaded runtime library when THREADS are
232 * THREADS not defined
234 #ifndef THREADS
280 #endif /* THREADS */
    [all...]
  /external/mesa3d/src/mapi/mapi/
u_thread.h 50 #include <pthread.h> /* POSIX threads headers */
57 #ifndef THREADS
58 #define THREADS
83 * POSIX threads. This should be your choice in the Unix world
84 * whenever possible. When building with POSIX threads, be sure
152 * Windows threads. Should work with Windows NT and 95.
153 * IMPORTANT: Link with multithreaded runtime library when THREADS are
232 * THREADS not defined
234 #ifndef THREADS
280 #endif /* THREADS */
    [all...]
  /external/linux-tools-perf/util/
values.c 13 die("failed to allocate read_values threads arrays");
14 values->threads = 0;
33 for (i = 0; i < values->threads; i++)
53 die("failed to enlarge read_values threads arrays");
61 for (i = 0; i < values->threads; i++)
65 if (values->threads == values->threads_max)
68 i = values->threads++;
90 for (i = 0; i < values->threads; i++) {
143 for (i = 0; i < values->threads; i++) {
164 for (i = 0; i < values->threads; i++)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-lockers.cc 195 static void StartJoinAndDeleteThreads(const i::List<JoinableThread*>& threads) {
196 for (int i = 0; i < threads.length(); i++) {
197 threads[i]->Start();
199 for (int i = 0; i < threads.length(); i++) {
200 threads[i]->Join();
202 for (int i = 0; i < threads.length(); i++) {
203 delete threads[i];
208 // Run many threads all locking on the same isolate
215 i::List<JoinableThread*> threads(kNThreads);
218 threads.Add(new IsolateLockingThreadWithLocalContext(isolate))
    [all...]
  /external/v8/test/cctest/
test-lockers.cc 192 static void StartJoinAndDeleteThreads(const i::List<JoinableThread*>& threads) {
193 for (int i = 0; i < threads.length(); i++) {
194 threads[i]->Start();
196 for (int i = 0; i < threads.length(); i++) {
197 threads[i]->Join();
199 for (int i = 0; i < threads.length(); i++) {
200 delete threads[i];
205 // Run many threads all locking on the same isolate
212 i::List<JoinableThread*> threads(kNThreads);
215 threads.Add(new IsolateLockingThreadWithLocalContext(isolate))
    [all...]
  /art/runtime/
thread_list.cc 38 // Detach the current thread if necessary. If we failed to start, there might not be any threads.
115 os << "DALVIK THREADS (" << list_.size() << "):\n";
159 // Call a checkpoint function for each thread, threads which are suspend get their checkpoint
185 // Run the checkpoint on ourself while we wait for threads to suspend.
188 // Run the checkpoint on the suspended threads.
214 // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
227 VLOG(threads) << *self << " SuspendAll starting...";
239 // Update global suspend all state for attaching threads.
246 VLOG(threads) << "requesting thread suspend: " << *thread;
252 // Block on the mutator lock until all Runnable threads release their share of access
    [all...]
  /external/chromium_org/content/browser/
browser_thread_impl.cc 23 // Friendly names for the well-known threads.
37 memset(threads, 0, BrowserThread::ID_COUNT * sizeof(threads[0]));
42 // This lock protects |threads|. Do not read or modify that array
46 // This array is protected by |lock|. The threads are not owned by this
47 // array. Typically, the threads are owned on the UI thread by
50 BrowserThreadImpl* threads[BrowserThread::ID_COUNT]; member in struct:content::__anon7613::BrowserThreadGlobals
215 DCHECK(globals.threads[identifier_] == NULL);
216 globals.threads[identifier_] = this;
227 globals.threads[identifier_] = NULL
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkThreadPool.cpp 33 // Create count threads, all running SkThreadPool::Loop.
53 // Wait for all threads to stop.
69 // Does the client want to stop and are all the threads ready to stop?
70 // If so, we move into the halting state, and whack all the threads so they notice.
114 // If we don't have any threads, obligingly just run the thing now.
119 // We have some threads. Queue it up!
  /external/skia/src/utils/
SkThreadPool.cpp 33 // Create count threads, all running SkThreadPool::Loop.
53 // Wait for all threads to stop.
69 // Does the client want to stop and are all the threads ready to stop?
70 // If so, we move into the halting state, and whack all the threads so they notice.
114 // If we don't have any threads, obligingly just run the thing now.
119 // We have some threads. Queue it up!

Completed in 216 milliseconds

1 2 3 4 5 6 78 91011>>