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

<<11121314151617181920>>

  /external/linux-tools-perf/util/
python.c 313 struct thread_map *threads; member in struct:pyrf_thread_map
326 pthreads->threads = thread_map__new(pid, tid);
327 if (pthreads->threads == NULL)
334 thread_map__delete(pthreads->threads);
342 return pthreads->threads->nr;
349 if (i >= pthreads->threads->nr)
352 return Py_BuildValue("i", pthreads->threads->map[i]);
499 struct thread_map *threads = NULL; local
502 static char *kwlist[] = {"cpus", "threads", "group", "inherit", NULL, NULL};
509 threads = ((struct pyrf_thread_map *)pthreads)->threads
564 struct thread_map *threads; local
    [all...]
  /external/oprofile/doc/
oprofile.1.in 133 using threads, the task group ID of a process is the same as its process
139 Only consider profiles for the given threads. When using recent thread
140 libraries, all threads in a process share the same task group ID, but
142 tgid: to restrict the results to particular threads within a process.
  /external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_systhread_c.h 29 /* Functions needed to work with system threads in other portions of SDL */
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_systhread.c 31 SDL_SetError("Threads are not supported on this platform");
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch_c.h 25 NOTE: This function is not safe to call from multiple threads!
  /external/replicaisland/src/com/replica/replicaisland/
DrawableObject.java 21 * Note that objects derived from DrawableObject are passed between threads, and that care must be
  /external/valgrind/main/drd/tests/
annotate_hb_race.c 4 * annotations that occur in different threads are not totally ordered. Or:
pth_create_chain.c 1 // Create threads in such a way that there is a realistic chance that the
thread_name.c 1 /* Test whether assigning names to threads works properly. */
  /external/valgrind/main/gdbserver_tests/
mcinfcallRU.vgtest 1 # test inferior calls when all threads are in Runnable or Yielding mode
mcinvokeRU.vgtest 1 # test that vgdb can invoke a process when all threads are in Runnable or Yielding mode
  /external/valgrind/main/helgrind/tests/
bar_bad.stderr.exp 29 initialise a barrier which has threads waiting on it
38 Thread #x: pthread_barrier_init: threads are waiting at barrier
43 destroy a barrier that has waiting threads
46 Thread #x: pthread_barrier_destroy: threads are waiting at barrier
bar_trivial.c 28 sleep(1); /* ensure both threads get to this point before
filter_stderr 13 # there are multiple threads which play interchangeable roles.
tc03_re_excl.c 34 /* Just before the threads join, x[5] is ShR (read by both parent
tc22_exit_w_lock.c 7 /* Should see 3 threads exiting in different ways, all holding one (or
  /external/valgrind/main/none/tests/
pth_cancel2.c 4 * "Using POSIX Threads: Programming with Pthreads"
  /external/webkit/Source/WebCore/workers/
SharedWorkerContext.idl 31 module threads {
  /external/webkit/Source/WebKit/mac/Workers/
WebWorkersPrivate.h 34 // Returns the total number of currently executing worker threads (shared + dedicated).
  /external/webrtc/src/system_wrappers/interface/
condition_variable_wrapper.h 36 // Wakes all threads calling SleepCS().
  /frameworks/av/include/media/
IMediaDeathNotifier.h 20 #include <utils/threads.h>
  /frameworks/av/include/media/stagefright/
AACWriter.h 21 #include <utils/threads.h>
AMRWriter.h 24 #include <utils/threads.h>
FileSource.h 25 #include <utils/threads.h>
MediaBufferGroup.h 23 #include <utils/threads.h>

Completed in 1633 milliseconds

<<11121314151617181920>>