| /external/valgrind/main/helgrind/tests/ |
| pth_barrier1.stderr.exp | 0 Thread #x was created 7 Thread #x was created 13 Possible data race during write of size 4 at 0x........ by thread #x 17 This conflicts with a previous write of size 4 by thread #x
|
| pth_barrier3.stderr.exp | 0 Thread #x was created 7 Thread #x was created 13 Possible data race during write of size 4 at 0x........ by thread #x 17 This conflicts with a previous write of size 4 by thread #x
|
| tc06_two_races_xml.stderr.exp | 86 <text>Possible data race during read of size 4 at 0x........ by thread #x</text> 100 <text>This conflicts with a previous write of size 4 by thread #x</text> 140 <text>Possible data race during write of size 4 at 0x........ by thread #x</text> 154 <text>This conflicts with a previous write of size 4 by thread #x</text> 194 <text>Possible data race during read of size 4 at 0x........ by thread #x</text> 208 <text>This conflicts with a previous write of size 4 by thread #x</text> 248 <text>Possible data race during write of size 4 at 0x........ by thread #x</text> 262 <text>This conflicts with a previous write of size 4 by thread #x</text>
|
| /external/webkit/Source/WebCore/storage/ |
| DatabaseDetails.h | 65 ThreadIdentifier thread() const { return m_thread; } function in class:WebCore::DatabaseDetails
|
| /external/webkit/Source/WebCore/websockets/ |
| ThreadableWebSocketChannel.cpp | 61 WorkerRunLoop& runLoop = workerContext->thread()->runLoop();
|
| /external/webkit/Source/WebKit/chromium/src/ |
| WorkerAsyncFileWriterChromium.cpp | 58 WorkerLoaderProxy* proxy = &workerContext->thread()->workerLoaderProxy();
|
| /external/webkit/Tools/Scripts/webkitpy/common/thread/ |
| threadedmessagequeue_unittest.py | 31 from webkitpy.common.thread.threadedmessagequeue import ThreadedMessageQueue
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
| pulseaudio.h | 43 #include <pulse/thread-mainloop.h> 55 * thread-mainloop.h, \ref mainloop.h, \ref util.h, \ref timeval.h and 98 * all objects are only used in one thread at a time. Normally, this means 100 * same thread. 102 * The included main loop implementation is also not thread safe. Take care
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
| i387_32.h | 22 #define restore_fpu(tsk) alternative_input( "nop ; frstor %1", "fxrstor %1", X86_FEATURE_FXSR, "m" ((tsk)->thread.i387.fxsave))
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
| i387_32.h | 22 #define restore_fpu(tsk) alternative_input( "nop ; frstor %1", "fxrstor %1", X86_FEATURE_FXSR, "m" ((tsk)->thread.i387.fxsave))
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
| i387_32.h | 22 #define restore_fpu(tsk) alternative_input( "nop ; frstor %1", "fxrstor %1", X86_FEATURE_FXSR, "m" ((tsk)->thread.i387.fxsave))
|
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| udpport.cc | 38 UDPPort::UDPPort(talk_base::Thread* thread, 42 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port),
|
| /external/kernel-headers/original/linux/raid/ |
| md.h | 78 extern void md_unregister_thread (mdk_thread_t *thread); 79 extern void md_wakeup_thread(mdk_thread_t *thread);
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| OldThreadGroupTest.java | 27 public class OldThreadGroupTest extends TestCase implements Thread.UncaughtExceptionHandler { 29 class MyThread extends Thread { 42 Thread.sleep(50); 58 Thread.yield(); 75 Thread t1 = new Thread(tg, new Runnable() { 95 ThreadGroup tg = new ThreadGroup("thread suspension"); 96 assertTrue("Thread suspention can not be changed", 98 assertTrue("Thread suspention can not be changed", 103 * Checks whether the current Thread is in the given list 286 Thread thread = launchFiveSecondDummyThread(group); local 302 Thread thread = new Thread(group, "Bar") { local [all...] |
| /libcore/luni/src/test/java/libcore/java/net/ |
| OldDatagramPacketTest.java | 42 Thread thread = new Thread(new Runnable() { local 58 System.out.println("thread exception: " + e); 64 thread.start();
|
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ |
| DownloadUtils.java | 67 final Thread thread = Thread.currentThread(); local 70 thread.interrupt(); 79 Thread.interrupted(); // consume the interrupt signal
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
| stdc++.h | 106 #include <thread>
|
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
| stdc++.h | 106 #include <thread>
|
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
| stdc++.h | 106 #include <thread>
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
| stdc++.h | 106 #include <thread>
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
| stdc++.h | 106 #include <thread>
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
| stdc++.h | 106 #include <thread>
|
| /external/bluetooth/glib/tests/refcount/ |
| properties.c | 223 GThread *thread; local 228 thread = g_thread_create ((GThreadFunc) run_thread, test, TRUE, NULL); 229 g_array_append_val (test_threads, thread); 238 GThread *thread; local 240 thread = g_array_index (test_threads, GThread *, i); 241 g_thread_join (thread);
|
| /external/chromium/chrome/browser/metrics/ |
| histogram_synchronizer.cc | 9 #include "base/threading/thread.h" 132 // need to be on the UI thread. 201 MessageLoop* thread = NULL; local 209 thread = callback_thread_; 215 InternalPostTask(thread, task, unresponsive_renderers, started); 218 void HistogramSynchronizer::InternalPostTask(MessageLoop* thread, Task* task, 221 if (!task || !thread) 230 thread->PostTask(FROM_HERE, task);
|
| /dalvik/vm/compiler/ |
| Compiler.cpp | 149 Thread *self = dvmThreadSelf(); 156 * but the compiler thread will only signal once when the queue is 157 * emptied. Furthermore, the compiler thread may have been shutdown 158 * so the blocked thread may never get the wakeup signal. 223 static void crawlDalvikStack(Thread *thread, bool print) 225 void *fp = thread->interpSave.curFrame; 230 LOGD("Crawling tid %d (%s / %p %s)", thread->systemTid, 231 dvmGetThreadStatusStr(thread->status), 232 thread->inJitCodeCache 266 Thread* thread; local [all...] |