HomeSort by relevance Sort by last modified time
    Searched refs:pthreads (Results 1 - 25 of 29) sorted by null

1 2

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
python.c 445 static int pyrf_thread_map__init(struct pyrf_thread_map *pthreads,
455 pthreads->threads = thread_map__new(pid, tid, uid);
456 if (pthreads->threads == NULL)
461 static void pyrf_thread_map__delete(struct pyrf_thread_map *pthreads)
463 thread_map__delete(pthreads->threads);
464 pthreads->ob_type->tp_free((PyObject*)pthreads);
469 struct pyrf_thread_map *pthreads = (void *)obj; local
471 return pthreads->threads->nr;
476 struct pyrf_thread_map *pthreads = (void *)obj local
631 PyObject *pcpus = NULL, *pthreads = NULL; local
697 PyObject *pcpus = NULL, *pthreads = NULL; local
    [all...]
  /external/chromium_org/v8/tools/gcmole/
bootstrap.sh 105 --disable-pthreads \
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 1196 pthread_t *pthreads; local
1215 pthreads = zalloc(g->p.nr_threads * sizeof(pthread_t));
1235 ret = pthread_create(pthreads + t, NULL, worker_thread, td);
1240 ret = pthread_join(pthreads[t], NULL);
1245 free(pthreads);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
configure.ac 337 # In fact, a lot of the code in this directory depends on pthreads
372 [/* Mark the systems where we know it's bad if pthreads runs too
379 # (since it doesn't have its own support for, say, pthreads).
384 # we run pthreads. TODO(csilvers): turn this into an autoconf check.
ltmain.sh     [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile 14 DEVROOT = C:\pthreads
  /external/chromium_org/third_party/libevent/
ltmain.sh     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh     [all...]
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libopus/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]

Completed in 847 milliseconds

1 2