HomeSort by relevance Sort by last modified time
    Searched full:threads (Results 1 - 25 of 2617) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
linuxthreads_det.stdout.exp 1 NPTL or non-Linux POSIX threads implementation detected.
pth_detached_sem.c 2 * Test whether detached threads are handled properly.
5 * of a counter protected by a mutex to wait until all detached threads
60 // Create count1 detached threads by setting the "detached" property via
67 // Create count2 detached threads by letting the threads detach themselves.
78 // Wait until all detached threads have written their output to stdout.
linuxthreads_det.c 18 write(STDOUT_FILENO, "NPTL or non-Linux POSIX threads implementation detected.\n", 57);
22 write(STDOUT_FILENO, "Detected LinuxThreads as POSIX threads implementation.\n", 55);
  /external/valgrind/main/callgrind/tests/
threads.vgtest 1 prog: threads
2 vgopts: --separate-threads=yes --collect-bus=yes
threads-use.vgtest 1 prog: threads
2 vgopts: --separate-threads=yes --cacheuse=yes --collect-bus=yes --collect-systime=yes
Makefile.am 21 threads.vgtest threads.stderr.exp \
22 threads-use.vgtest threads-use.stderr.exp
24 check_PROGRAMS = clreq simwork threads
  /external/linux-tools-perf/util/
thread_map.c 17 struct thread_map *threads; local
28 threads = malloc(sizeof(*threads) + sizeof(pid_t) * items);
29 if (threads != NULL) {
31 threads->map[i] = atoi(namelist[i]->d_name);
32 threads->nr = items;
39 return threads;
44 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); local
46 if (threads != NULL)
    [all...]
thread_map.h 14 void thread_map__delete(struct thread_map *threads);
evlist.h 32 struct thread_map *threads; member in struct:perf_evlist
39 struct thread_map *threads);
41 struct thread_map *threads);
64 struct thread_map *threads)
67 evlist->threads = threads;
  /dalvik/tests/078-polymorphic-virtual/
info.txt 2 calless invoked 10,000,000 times each in three threads.
  /external/mesa3d/docs/
README.THREADS 3 Mesa Threads README
10 supported by default (on systems which support threads,
19 1) POSIX threads (aka pthreads).
20 2) Solaris / Unix International threads.
21 3) Win32 threads (Win 95/NT).
27 necessary for both Mesa and application code to use the same threads API.
29 using one of the targets for Sun threads.
32 multiple threads to render to osmesa rendering context(s).
35 threads packages. The best solution is the linuxthreads package
  /dalvik/tests/033-class-init-deadlock/
expected.txt 4 Deadlock test interrupting threads.
  /external/valgrind/main/none/tests/
pth_once.c 4 * "Using POSIX Threads: Programming with Pthreads"
14 * A program spawns multiple threads and each one tries to
20 * exit of the threads using the pthread_join() operation.
57 pthread_t threads[NUM_THREADS]; local
65 if (( rtn = pthread_create(&threads[thread_num],
76 pthread_join(threads[thread_num], NULL);
pth_cvsimple.c 4 * "Using POSIX Threads: Programming with Pthreads"
65 pthread_t threads[3]; local
67 pthread_create(&threads[0], NULL, watch_count, NULL);
69 pthread_create(&threads[1], NULL, inc_count, NULL);
70 pthread_create(&threads[2], NULL, inc_count, NULL);
73 pthread_join(threads[i], NULL);
77 // inc_count threads could fully run before watch_count begins, and so
  /external/chromium/base/threading/
worker_pool_posix.h 6 // adds threads as necessary to handle all tasks. It keeps old threads around
8 // the threads exit. This thread pool uses non-joinable threads, therefore
9 // worker threads are not joined during process shutdown. This means that
12 // although PosixDynamicThreadPool spawns the worker threads and manages the
13 // task queue, it does not own the worker threads. The worker threads ask the
15 // worker threads all maintain scoped_refptrs to the PosixDynamicThreadPool
17 // worker threads exit. The owner of PosixDynamicThreadPool should likewis
    [all...]
thread_local_storage_unittest.cc 71 // threads that set the TLS, while the destructor cleans it up.
72 // After the threads finish, verify that the value is cleaned up.
76 DelegateSimpleThread* threads[kNumThreads]; local
80 // Spawn the threads.
84 threads[index] = new DelegateSimpleThread(thread_delegates[index],
86 threads[index]->Start();
89 // Wait for the threads to finish.
91 threads[index]->Join();
92 delete threads[index];
  /external/valgrind/main/helgrind/tests/
tc21_pthonce.c 15 * "Using POSIX Threads: Programming with Pthreads"
25 * A program spawns multiple threads and each one tries to
31 * exit of the threads using the pthread_join() operation.
43 /* With more than 2 threads, the precise error reports vary between
45 simple and just have 2 threads and so just 1 race. */
53 /* This is a hack: delay threads except the first enough so as to
54 ensure threads[0] gets to the pthread_once call first. This is so
80 pthread_t threads[NUM_THREADS]; local
86 r= pthread_create(&threads[i], NULL, child, &id_arg[i]);
91 pthread_join(threads[i], NULL)
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcinfcallRU.stdinB.gdb 11 info threads
13 # Would like to call this for all threads with 'thread apply all', but due to unfair scheduling,
14 # the below can either take a long time and/or have threads finished
nlcontrolc.vgtest 2 # info threads valgrind specific output
3 # the user can control-c an process with all threads in WaitSys
5 # the user can control-c an process with all threads in Running/Yielding
  /external/chromium/chrome/browser/net/
chrome_net_log_unittest.cc 42 // Only triggered once all threads have been created, to make it much less
57 ChromeNetLogTestThread threads[kThreads]; local
60 threads[i].Init(&log);
61 threads[i].Start();
65 threads[i].ReallyStart();
68 threads[i].Join();
  /external/clang/www/timing-data/2009-03-02/
sketch.txt 31 'threads':"1",
44 'threads':"1",
57 'threads':"1",
70 'threads':"1",
83 'threads':"1",
96 'threads':"1",
109 'threads':"1",
122 'threads':"1",
135 'threads':"1",
148 'threads':"1"
    [all...]
176.gcc.txt 31 'threads':"1",
44 'threads':"1",
57 'threads':"1",
70 'threads':"1",
83 'threads':"1",
96 'threads':"1",
109 'threads':"1",
122 'threads':"1",
135 'threads':"1",
148 'threads':"1"
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderServer.cpp 65 RenderThreadsSet threads; local
101 // remove from the threads list threads which are
104 for (RenderThreadsSet::iterator n,t = threads.begin();
105 t != threads.end();
115 threads.erase(t);
120 threads.insert(rt);
126 // Wait for all threads to finish
128 for (RenderThreadsSet::iterator t = threads.begin();
129 t != threads.end()
    [all...]
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 7 * - Provides a mechanism for applications to check the health of internal threads
9 * - Threads register with the auditor at startup and "ping" the auditor every so often.
11 * auditor reports if the threads are healthy or if any of them failed to ping and are
13 * - The main implication for the monitored threads is that they can no longer block
24 /// Threads being monitored
27 /// How often are threads supposed to ping
30 /// Internal class, used as a handle by the monitored threads
63 // Helper function to allow threads to ping using this handle
68 // Helper function to allow threads to get the ping interval directly from this handle
86 /// Indicates how often monitored threads are supposed to ping (0 = no thread monitoring
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 89 * The {@code ThreadSet} that identifies which threads to sample.
104 * The threads currently known to the profiler for detecting
110 * Map of currently active threads to their identifiers. When
111 * threads disappear they are removed and only referenced by their
112 * identifiers to prevent retaining garbage threads.
134 * specified depth from the threads specified by the specified
147 * @param threadSet The thread set specifies which threads to
148 * sample. In a general purpose program, all threads typically
177 * A ThreadSet specifies the set of threads to sample.
181 * Returns an array containing the threads to be sampled. Th
185 public Thread[] threads(); method in interface:SamplingProfiler.ThreadSet
204 private final Thread[] threads; field in class:SamplingProfiler.ArrayThreadSet
211 public Thread[] threads() { method in class:SamplingProfiler.ArrayThreadSet
231 private Thread[] threads; field in class:SamplingProfiler.ThreadGroupThreadSet
252 public Thread[] threads() { method in class:SamplingProfiler.ThreadGroupThreadSet
    [all...]

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>