OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthreads
(Results
26 - 50
of
229
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/webkit/Tools/DumpRenderTree/win/
DumpRenderTreeCommon.vsprops
9
AdditionalIncludeDirectories=""$(ProjectDir)\.";"$(ProjectDir)\..";"$(ConfigurationBuildDir)\Include";"$(ConfigurationBuildDir)\Include\private";"$(ConfigurationBuildDir)\Include\DumpRenderTree\ForwardingHeaders";"$(ConfigurationBuildDir)\Include\JavaScriptCore";"$(ConfigurationBuildDir)\Include\private\JavaScriptCore";"$(WebKitLibrariesDir)\Include";"$(WebKitLibrariesDir)\Include\private";"$(WebKitLibrariesDir)\include\
pthreads
";"$(ConfigurationBuildDir)\Include\WebCore";"$(WebKitLibrariesDir)\Include\WebCore""
/external/webkit/Source/JavaScriptCore/runtime/
JSLock.cpp
29
#if USE(
PTHREADS
)
37
// So it's safe to disable it on non-mac platforms where we don't have native
pthreads
.
38
#if ENABLE(JSC_MULTIPLE_THREADS) && (OS(DARWIN) || USE(
PTHREADS
))
216
#else // ENABLE(JSC_MULTIPLE_THREADS) && (OS(DARWIN) || USE(
PTHREADS
))
263
#endif // ENABLE(JSC_MULTIPLE_THREADS) && (OS(DARWIN) || USE(
PTHREADS
))
/external/webkit/Source/JavaScriptCore/wtf/
ThreadingPrimitives.h
45
#if USE(
PTHREADS
)
61
#if USE(
PTHREADS
)
ThreadSpecificWin.cpp
25
#if USE(
PTHREADS
)
/external/icu4c/common/
icucfg.h
58
/* Define if you have the
pthreads
library (-lpthreads). */
/external/llvm/utils/unittest/googletest/
Makefile
28
# Disable
pthreads
if LLVM was configured without them.
/external/mesa3d/docs/
README.THREADS
19
1) POSIX threads (aka
pthreads
).
/external/protobuf/gtest/
configure.ac
42
# Check for
pthreads
.
/external/valgrind/main/none/tests/
pth_cvsimple.c
4
* "Using POSIX Threads: Programming with
Pthreads
"
/external/valgrind/unittest/
opt_tests.cc
27
These tests can be compiled with
pthreads
(default) or
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h
9
// Have
pthreads
support.
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_android.h
9
// Have
pthreads
support.
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_android.h
9
// Have
pthreads
support.
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_android.h
9
// Have
pthreads
support.
/external/chromium/base/threading/
platform_thread_posix.cc
66
//
Pthreads
are joinable by default, so only specify the detached attribute if
74
// Libc-594.1.4/
pthreads
/pthread.c's pthread_attr_init uses
121
//
Pthreads
doesn't have the concept of a thread ID, so we have to reach down
/external/dbus/dbus/
dbus-threads.h
149
* If implementing threads using
pthreads
, be aware that
156
* Thus with
pthreads
you probably have to roll your own emulated
159
*
pthreads
.
/system/core/include/arch/windows/
AndroidConfig.h
20
* Cygwin has
pthreads
, but GDB seems to get confused if you use it to
23
* mere presence of
pthreads
linkage seems to cause problems.
43
* HAVE_PTHREADS - use the
pthreads
library.
/bionic/libc/
README
9
- its own smallish implementation of
pthreads
based on Linux futexes
/external/chromium/testing/gtest/scripts/test/
Makefile
24
# We have no idea here whether
pthreads
is available in the system, so
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_systhread.c
24
/* RISC OS version based on
pthreads
linux source */
/external/stlport/stlport/stl/config/
_android.h
9
// Have
pthreads
support.
/external/valgrind/main/helgrind/tests/
tc21_pthonce.c
15
* "Using POSIX Threads: Programming with
Pthreads
"
/external/valgrind/main/docs/xml/
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/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp
33
#if !USE(
PTHREADS
)
248
#endif // !USE(
PTHREADS
)
/external/openssl/crypto/threads/
th-lock.c
77
#ifdef
PTHREADS
318
#ifdef
PTHREADS
386
#endif /*
PTHREADS
*/
Completed in 697 milliseconds
1
2
3
4
5
6
7
8
9
10