Searched defs:pthread (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/DumpRenderTree/pthreads/
H A DJavaScriptThreadingPthreads.cpp36 #include <pthread.h>
95 pthread_t pthread; local
96 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
97 pthread_detach(pthread);
98 javaScriptThreads()->add(pthread);
121 pthread_t pthread; local
122 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
123 pthread_detach(pthread);
124 javaScriptThreads()->add(pthread);
/external/webkit/Source/JavaScriptCore/heap/
H A DMachineStackMarker.cpp65 #include <pthread.h>
125 Thread(pthread_t pthread, const PlatformThread& platThread, void* base) argument
126 : posixThread(pthread)
/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h150 // This thread's pthread
151 Addr pthread; member in struct:__anon14990
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp47 #include <pthread.h>
1135 pthread_t pthread; local
1136 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
1137 pthread_detach(pthread);
1141 CFDictionaryAddValue(javaScriptThreads(), pthread.p, 0);
1156 pthread_t pthread; local
1157 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
1158 pthread_detach(pthread);
1159 CFDictionaryAddValue(javaScriptThreads(), pthread.p, 0);
1179 pthread_t* pthread local
[all...]

Completed in 103 milliseconds