/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"
|
/frameworks/compile/mclinker/ |
configure.ac | 47 # Configure pthreads. 48 AC_ARG_WITH([pthreads], 49 [AS_HELP_STRING([--with-pthreads], 50 [use pthreads (default is yes)])], 60 [--with-pthreads was specified, but unable to be used])])])
|
/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])])])
|
/frameworks/compile/mclinker/utils/gtest/obj/ |
Makefile.am | 9 # Modifies compiler and linker flags for pthreads compatibility.
|
/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/linux-tools-perf/util/ |
python.c | 316 static int pyrf_thread_map__init(struct pyrf_thread_map *pthreads, 326 pthreads->threads = thread_map__new(pid, tid); 327 if (pthreads->threads == NULL) 332 static void pyrf_thread_map__delete(struct pyrf_thread_map *pthreads) 334 thread_map__delete(pthreads->threads); 335 pthreads->ob_type->tp_free((PyObject*)pthreads); 340 struct pyrf_thread_map *pthreads = (void *)obj; local 342 return pthreads->threads->nr; 347 struct pyrf_thread_map *pthreads = (void *)obj local 500 PyObject *pcpus = NULL, *pthreads = NULL; local 562 PyObject *pcpus = NULL, *pthreads = NULL; local [all...] |
/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""
|