HomeSort by relevance Sort by last modified time
    Searched full:pthreads (Results 226 - 250 of 575) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/mojo/system/
waiter.cc 65 // NOTE(vtl): This is very inefficient on POSIX, since pthreads condition
  /external/chromium_org/testing/gtest/scripts/test/
Makefile 24 # We have no idea here whether pthreads is available in the system, so
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
descrip.mms 21 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1,"__extension__=")/name=(as_is,short)/float=ieee/ieee=denorm
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
descrip.mms 24 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
descrip.mms 24 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
  /external/chromium_org/third_party/tcmalloc/chromium/src/
maybe_threads.h 35 // against non-pthreads apps.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
maybe_threads.h 35 // against non-pthreads apps.
  /external/mesa3d/src/mesa/program/
descrip.mms 21 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1,"__extension__=")/name=(as_is,short)/float=ieee/ieee=denorm
  /external/mesa3d/src/mesa/tnl/
descrip.mms 24 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
  /external/mesa3d/src/mesa/vbo/
descrip.mms 24 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_systhread.c 24 /* RISC OS version based on pthreads linux source */
  /external/stressapptest/src/
queue.cc 86 logprintf(0, "Process Error: pthreads mutex failure %d\n", retval);
  /external/valgrind/main/docs/xml/
valgrind-manpage.xml 256 <ulink id="&vg-pthreads-perf-sched-id;"
257 xreflabel="&vg-pthreads-perf-sched-label;"
258 url="&vg-pthreads-perf-sched-url;">&vg-pthreads-perf-sched-label;</ulink>,
manual-intro.xml 100 code without worrying about license conflicts. Some of the PThreads
101 test cases, <filename>pth_*.c</filename>, are taken from "Pthreads
  /external/valgrind/main/helgrind/tests/
tc21_pthonce.c 15 * "Using POSIX Threads: Programming with Pthreads"
  /hardware/intel/common/libwsbm/src/
config.h 16 /* "os has pthreads" */
wsbm_driver.c 103 * pthreads implementation:
235 #warning Pthreads is not present. Compiling without.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 5 * Pthreads-win32 - POSIX Threads Library for Win32
7 * Copyright(C) 1999,2005 Pthreads-win32 contributors
15 * http://sources.redhat.com/pthreads-win32/contributors.html
37 * See the README file for an explanation of the pthreads-win32 version
126 * Provides an implementation of PThreads based upon the
187 * http://sources.redhat.com/pthreads-win32/
351 * with pthreads-win32.
477 * pthreads-win32.
779 * C implementation of PThreads cancel cleanup
856 * C++ implementation of PThreads cancel cleanup
    [all...]
config.h 10 /* We're building the pthreads-win32 library */
109 * to the pthreads-win32 maintainer. Thanks.
  /external/bison/lib/
errno.in.h 252 /* We have a conflict here: pthreads-win32 defines these values
255 /* Use the same values as defined by pthreads-win32, for
  /external/chromium_org/base/threading/
platform_thread_posix.cc 100 // Pthreads are joinable by default, so only specify the detached
147 // Pthreads doesn't have the concept of a thread ID, so we have to reach down
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 74 * bootstrapping will cause recursion into the pthreads library. Therefore, if
88 * Defined if the pthreads implementation defines
jemalloc_internal_defs.h.in 69 * bootstrapping will cause recursion into the pthreads library. Therefore, if
83 * Defined if the pthreads implementation defines
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
th-lock.c 77 #ifdef PTHREADS
318 #ifdef PTHREADS
386 #endif /* PTHREADS */
  /external/chromium_org/third_party/sqlite/src/src/
mutex_unix.c 12 ** This file contains the C functions that implement mutexes for pthreads
18 ** under unix with pthreads.
20 ** Note that this implementation requires a version of pthreads that

Completed in 1322 milliseconds

1 2 3 4 5 6 7 8 91011>>