Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 25 of 47) sorted by relevance

12

/external/webkit/WebKitTools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp88 pthread_t pthread; in runJavaScriptThread() local
89 pthread_create(&pthread, 0, &runJavaScriptThread, 0); in runJavaScriptThread()
90 pthread_detach(pthread); in runJavaScriptThread()
93 javaScriptThreads()->add(pthread); in runJavaScriptThread()
108 pthread_t pthread; in startJavaScriptThreads() local
109 pthread_create(&pthread, 0, &runJavaScriptThread, 0); in startJavaScriptThreads()
110 pthread_detach(pthread); in startJavaScriptThreads()
111 javaScriptThreads()->add(pthread); in startJavaScriptThreads()
/external/webkit/WebKitTools/DumpRenderTree/win/
DDumpRenderTree.cpp926 pthread_t pthread; in runJavaScriptThread() local
927 pthread_create(&pthread, 0, &runJavaScriptThread, 0); in runJavaScriptThread()
928 pthread_detach(pthread); in runJavaScriptThread()
932 CFDictionaryAddValue(javaScriptThreads(), pthread.p, 0); in runJavaScriptThread()
947 pthread_t pthread; in startJavaScriptThreads() local
948 pthread_create(&pthread, 0, &runJavaScriptThread, 0); in startJavaScriptThreads()
949 pthread_detach(pthread); in startJavaScriptThreads()
950 CFDictionaryAddValue(javaScriptThreads(), pthread.p, 0); in startJavaScriptThreads()
970 pthread_t* pthread = pthreads[i]; in stopJavaScriptThreads() local
971 pthread_join(*pthread, 0); in stopJavaScriptThreads()
[all …]
/external/qemu/distrib/sdl-1.2.12/
DMakefile.android114 SRCS += pthread/SDL_syscond.c \
115 pthread/SDL_sysmutex.c \
116 pthread/SDL_syssem.c \
117 pthread/SDL_systhread.c
/external/webkit/V8Binding/v8/
DSConstruct133 'LIBS': ['pthread']
287 'LIBS': ['pthread'],
290 'LIBS': ['pthread'],
293 'LIBS': ['execinfo', 'pthread']
333 'LIBS': ['pthread'],
336 'LIBS': ['pthread'],
339 'LIBS': ['execinfo', 'pthread']
386 'LIBS': ['pthread'],
389 'LIBS': ['pthread'],
393 'LIBS': ['execinfo', 'pthread']
[all …]
/external/webkit/WebKitTools/DumpRenderTree/mac/
DObjCController.m36 #import <pthread.h>
151 pthread_t pthread;
152 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
153 pthread_join(pthread, 0);
/external/webkit/WebKit/mac/
DWebKitPrefix.h45 #import <pthread.h>
/external/bluetooth/glib/
Dconfigure.in1759 AC_TRY_COMPILE([#include <pthread.h>],
1764 AC_TRY_COMPILE([#include <pthread.h>],
1769 # Tru64Unix requires -pthread to find pthread.h. See #103020
1770 CPPFLAGS="$CPPFLAGS -pthread"
1772 AC_TRY_COMPILE([#include <pthread.h>],
1810 #include <pthread.h>
1836 # First we test for posix, whether -pthread or -pthreads do the trick as
1842 # skip cygwin and darwin -pthread or -pthreads test
1852 for flag in pthread pthreads mt; do
1874 # The canonical -pthread[s] does not work. Try something different.
[all …]
DChangeLog.pre-2-283 problems in support of -pthread and -lpthread;
84 pass -lpthread (for linux) or -Wc,-pthread (for
267 -pthread[s] is OK. (More of #58786)
312 anymore on platforms using -pthread and linux, where this is used,
1027 check for the canonical form -pthread[s], then for other
1053 pthread.h. Idea from Miroslaw Dobrzanski-Neumann
DChangeLog.pre-2-14114 * configure.in: Replace -pthread by -lpthread for
1502 * glib/gslice.c: removed pthread-dependant debugging bits, the code
1937 * configure.in: Fix pthread compiler flag detection.
1949 * configure.in: Fix the pthread compiler flag detection.
DREADME.win32292 | +- gthread : does _not_ depend on pthread anymore
/external/dbus/dbus/
DAndroid.mk42 dbus-sysdeps-pthread.c \
DMakefile.in82 dbus-sysdeps-pthread.lo dbus-sysdeps-unix.lo dbus-userdb.lo
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-sysdeps-pthread.Plo@am__quote@
/external/icu4c/common/
Dicucfg.h.in54 /* Define if you have the pthread library (-lpthread). */
/external/icu4c/config/
Dmh-alpha-osf16 THREADSCPPFLAGS = -D_REENTRANT -pthread
/external/tesseract/config/
Dconfig.h.in39 /* Define to 1 if you have the `pthread' library (-lpthread). */
/external/icu4c/
Dconfigure.in297 AC_CHECK_LIB(pthread, pthread_attr_init)
307 AC_SEARCH_LIBS_FIRST(pthread_mutex_destroy, pthread pthreads c_r )
313 AC_CHECK_LIB(pthread, pthread_mutex_init)
1095 …echo " *** Note: configuring the ICU without pthread support or testing. If this isn't what you w…
/external/webkit/WebKit/mac/Misc/
DWebKitErrors.m35 #import <pthread.h>
DWebNSFileManagerExtras.m36 #import <pthread.h>
/external/bluetooth/glib/gthread/
DChangeLog531 * makefile.msc.in : pthread isn't required anymore
544 * makefile.mingw: Don't link to pthread anymore.
728 in a <pthread.h> that supports that feature.
/external/webkit/JavaScriptCore/runtime/
DCollector.cpp118 Thread(pthread_t pthread, const PlatformThread& platThread, void* base) in Thread() argument
119 : posixThread(pthread) in Thread()
/external/tesseract/
Dconfigure.ac219 AC_CHECK_LIB(pthread,sem_init)
/external/clearsilver/autom4te.cache/
Doutput.04839 echo "$as_me:$LINENO: checking for pthread.h" >&5
4840 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
4848 echo "$as_me:$LINENO: checking pthread.h usability" >&5
4849 echo $ECHO_N "checking pthread.h usability... $ECHO_C" >&6
4858 @%:@include <pthread.h>
4884 echo "$as_me:$LINENO: checking pthread.h presence" >&5
4885 echo $ECHO_N "checking pthread.h presence... $ECHO_C" >&6
4893 @%:@include <pthread.h>
4926 …{ echo "$as_me:$LINENO: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor…
4927 echo "$as_me: WARNING: pthread.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
[all …]
/external/e2fsprogs/
Dconfigure.in519 *pthread*)
523 STATIC_DEVMAPPER_LIBS="-pthread $STATIC_DEVMAPPER_LIBS"
/external/clearsilver/
Dconfigure.in70 AC_CHECK_HEADER(pthread.h, [cs_cv_pthread=yes])
/external/dbus/
Dconfigure.in797 AC_CHECK_FUNC(pthread_cond_timedwait,,[AC_CHECK_LIB(pthread,pthread_cond_timedwait,
836 AC_CHECK_FUNC(pthread_create,,[AC_CHECK_LIB(pthread,pthread_create,

12