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

1 2 3 4 5 6 7 8 910

  /external/openssl/crypto/threads/
pthread.sh 3 # build using pthreads
5 # http://www.mit.edu:8001/people/proven/pthreads.html
README 12 The Linux pthreads package can be retrieved from
13 http://www.mit.edu:8001/people/proven/pthreads.html
pthread2.sh 3 # build using pthreads where it's already built into the system
  /external/webkit/Source/WebCore/WebCore.vcproj/
WebCorePthreads.vsprops 9 AdditionalIncludeDirectories="$(WebKitLibrariesDir)\include\pthreads"
  /external/chromium/testing/gtest/
configure.ac 43 # Configure pthreads.
44 AC_ARG_WITH([pthreads],
45 [AS_HELP_STRING([--with-pthreads],
46 [use pthreads (default is yes)])],
56 [--with-pthreads was specified, but unable to be used])])])
  /external/libvpx/vp8/common/
threading.h 52 /* pthreads */
60 /* Syncrhronization macros: Win32 and Pthreads */
84 /* Not Windows. Assume pthreads */
  /external/chromium/testing/gtest/m4/
acx_pthread.m4 102 acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
107 # pthreads: AIX (must check this before -lpthread)
114 # -pthreads: Solaris/gcc
117 # doesn't hurt to check since this sometimes defines pthreads too;
119 # ... -mt is also the pthreads flag for HP/aCC
128 # (non-functional) versions of the pthreads routines, so link-based
129 # tests will erroneously succeed. (We need to link with -pthreads/-mt/
133 # we'll just look for -pthreads and -lpthread first:
135 acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags
    [all...]
  /external/protobuf/gtest/m4/
acx_pthread.m4 102 acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
107 # pthreads: AIX (must check this before -lpthread)
114 # -pthreads: Solaris/gcc
117 # doesn't hurt to check since this sometimes defines pthreads too;
119 # ... -mt is also the pthreads flag for HP/aCC
128 # (non-functional) versions of the pthreads routines, so link-based
129 # tests will erroneously succeed. (We need to link with -pthreads/-mt/
133 # we'll just look for -pthreads and -lpthread first:
135 acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags
    [all...]
  /external/protobuf/m4/
acx_pthread.m4 102 acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
107 # pthreads: AIX (must check this before -lpthread)
114 # -pthreads: Solaris/gcc
117 # doesn't hurt to check since this sometimes defines pthreads too;
119 # ... -mt is also the pthreads flag for HP/aCC
128 # (non-functional) versions of the pthreads routines, so link-based
129 # tests will erroneously succeed. (We need to link with -pthreads/-mt/
133 # we'll just look for -pthreads and -lpthread first:
135 acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingWin.cpp 35 * in pthreads-win32 (http://sourceware.org/pthreads-win32/).
45 * is identical to pthreads-win32 (http://sourceware.org/cgi-bin/cvsweb.cgi/pthreads/pthread_cond_wait.c?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=pthreads-win32).
49 * Alexander Terekhov and Louis Thomas, as captured here: http://sourceware.org/cgi-bin/cvsweb.cgi/pthreads/pthread_cond_wait.c?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=pthreads-win32
53 * The corresponding Pthreads-win32 License is included below, and CONTRIBUTORS file which it refers to is added to
54 * source directory (as CONTRIBUTORS.pthreads-win32).
58 * Pthreads-win32 - POSIX Threads Library for Win3
    [all...]
ThreadSpecific.h 46 #if USE(PTHREADS)
58 #if !USE(PTHREADS) && !PLATFORM(QT) && !PLATFORM(GTK) && OS(WINDOWS)
73 #if !USE(PTHREADS) && !PLATFORM(QT) && !PLATFORM(GTK) && OS(WINDOWS)
87 #if USE(PTHREADS) || PLATFORM(QT) || PLATFORM(GTK) || OS(WINDOWS)
98 #if !USE(PTHREADS) && !PLATFORM(QT) && !PLATFORM(GTK)
107 #if USE(PTHREADS)
139 #if USE(PTHREADS)
270 #if USE(PTHREADS)
272 // Some pthreads implementations zero out the pointer before calling destroy(), so we temporarily reset it.
286 #if USE(PTHREADS)
    [all...]
CONTRIBUTORS.pthreads-win32 1 This is a copy of CONTRIBUTORS file for the Pthreads-win32 library, downloaded
2 from http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/pthreads/CONTRIBUTORS?rev=1.32&cvsroot=pthreads-win32
4 Included here to compliment the Pthreads-win32 license header in wtf/ThreadingWin.cpp file.
5 WebKit is using derived sources of ThreadCondition code from Pthreads-win32.
ThreadIdentifierDataPthreads.cpp 33 #if USE(PTHREADS)
96 #endif // USE(PTHREADS)
ThreadIdentifierDataPthreads.h 38 // Holds ThreadIdentifier in the thread-specific storage and employs pthreads-specific 2-pass destruction to reliably remove
60 // and re-sets itself into the thread-specific slot to make Pthreads to call it again later.
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 79 #if USE(PTHREADS) && !OS(WINDOWS) && !OS(DARWIN)
110 #elif USE(PTHREADS)
130 #if USE(PTHREADS) && !OS(WINDOWS) && !OS(DARWIN)
186 #elif USE(PTHREADS)
288 #elif USE(PTHREADS)
301 #elif USE(PTHREADS)
328 #elif USE(PTHREADS)
370 #elif USE(PTHREADS)
420 #elif USE(PTHREADS)
434 #if USE(PTHREADS) && !OS(WINDOWS) && !OS(DARWIN
    [all...]
  /external/chromium/testing/gmock/
configure.ac 40 # Configure pthreads.
41 AC_ARG_WITH([pthreads],
42 [AS_HELP_STRING([--with-pthreads],
43 [use pthreads (default is yes)])],
53 [--with-pthreads was specified, but unable to be used])])])
  /external/libxml2/include/libxml/
threads.h 4 * should work with pthreads, Windows native or TLS threads
  /external/llvm/utils/unittest/UnitTestMain/
Makefile 25 # Disable pthreads if LLVM was configured without them.
  /external/qemu/
qemu-lock.h 18 /* configure guarantees us that we have pthreads on any host except
  /external/valgrind/main/none/tests/
pth_cancel2.c 4 * "Using POSIX Threads: Programming with Pthreads"
pth_once.c 4 * "Using POSIX Threads: Programming with Pthreads"
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCoreCommon.vsprops 9 AdditionalIncludeDirectories=""$(ConfigurationBuildDir)\obj\JavaScriptCore\DerivedSources\";../../;../../API/;../../parser/;../../bytecompiler/;../../jit/;../../runtime/;../../bytecode/;../../interpreter/;../../wtf/;../../profiler;../../assembler/;../../debugger/;../../heap/;"$(WebKitLibrariesDir)\include";"$(WebKitLibrariesDir)\include\private";"$(ConfigurationBuildDir)\include";"$(ConfigurationBuildDir)\include\JavaScriptCore";"$(ConfigurationBuildDir)\include\private";"$(WebKitLibrariesDir)\include\pthreads""
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/
WTFCommon.vsprops 10 AdditionalIncludeDirectories=""$(ConfigurationBuildDir)\obj\JavaScriptCore\DerivedSources\";../../;"../../os-win32/";../../parser/;../../wtf/;../../wtf/unicode/;"$(ConfigurationBuildDir)\include\private";"$(WebKitLibrariesDir)\include";../../../icu/include;../../bindings;../../bindings/c;../../bindings/jni;"$(ConfigurationBuildDir)\include\JavaScriptCore";"$(WebKitLibrariesDir)\include\pthreads""
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/jsc/
jscCommon.vsprops 9 AdditionalIncludeDirectories=""$(ConfigurationBuildDir)\include";"$(ConfigurationBuildDir)\include\private";"$(ConfigurationBuildDir)\obj\JavaScriptCore\DerivedSources\";../../;"../../os-win32/";../../assembler/;../../API/;../../parser/;../../heap/;../../runtime/;../../VM/;../../bytecode/;../../interpreter/;../../wtf/;../../debugger/;../../bytecompiler/;../../profiler;../../jit/;"$(WebKitLibrariesDir)\include\pthreads";"$(WebKitLibrariesDir)\include""
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
WebKitLibCommon.vsprops 10 AdditionalIncludeDirectories=""$(ConfigurationBuildDir)\include\WebKit";"$(ConfigurationBuildDir)\Include";"$(ConfigurationBuildDir)\Include\private";"$(WebKitLibrariesDir)\Include";"$(WebKitLibrariesDir)\Include\private";"$(ConfigurationBuildDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore";"$(ConfigurationBuildDir)\Include\WebCore\ForwardingHeaders";"$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders";"$(ConfigurationBuildDir)\Include\JavaScriptCore";"$(ConfigurationBuildDir)\Include\private\JavaScriptCore";"$(WebKitLibrariesDir)\Include\JavaScriptCore";"$(WebKitLibrariesDir)\Include\private\JavaScriptCore";"$(WebKitLibrariesDir)\include\pthreads";"$(ProjectDir)\..";"$(ProjectDir)";"$(ProjectDir)\..\WebCoreSupport";"$(IntDir)\include";"$(ConfigurationBuildDir)\obj\WebKit\DerivedSources""

Completed in 535 milliseconds

1 2 3 4 5 6 7 8 910