| /external/chromium/third_party/libjingle/source/talk/session/phone/ |
| soundclip.h | 36 class Thread; 43 // thread. 46 Soundclip(talk_base::Thread* thread, SoundclipMedia* soundclip_media); 64 talk_base::Thread* worker_thread_;
|
| /external/qemu/distrib/sdl-1.2.12/src/thread/ |
| SDL_thread_c.h | 47 #error Need thread implementation for this platform 52 /* This is the system-independent thread info structure */ 61 /* This is the function called to run a thread */
|
| /external/valgrind/main/drd/tests/ |
| hg03_inherit.stderr.exp | 2 Thread 3: 3 Conflicting store by thread 3 at 0x........ size 4 7 declared at hg03_inherit.c:11, in frame #? of thread 3 9 Conflicting store by thread 3 at 0x........ size 4 13 declared at hg03_inherit.c:11, in frame #? of thread 3
|
| pth_barrier_race.stderr.exp | 5 Conflicting wait call by thread 2: 7 by 0x........: thread (pth_barrier_race.c:?)
|
| pth_detached.c | 66 // thread attributes. 69 pthread_t thread; local 70 pthread_create(&thread, &attr, thread_func1, &thread_arg[i]); 78 pthread_t thread; local 79 pthread_create(&thread, &attr, thread_func2, &thread_arg[i]);
|
| rwlock_race.stderr.exp | 2 Thread 3: 3 Conflicting load by thread 3 at 0x........ size 4 7 declared at rwlock_race.c:18, in frame #? of thread 3 9 Conflicting store by thread 3 at 0x........ size 4 13 declared at rwlock_race.c:18, in frame #? of thread 3
|
| tc16_byterace.stderr.exp | 2 Conflicting load by thread 1 at 0x........ size 1 7 Conflicting store by thread 1 at 0x........ size 1
|
| /external/valgrind/main/helgrind/tests/ |
| hg03_inherit.stderr.exp | 2 Thread #x was created 7 Thread #x is the program's root thread 9 Possible data race during write of size 4 at 0x........ by thread #x 13 This conflicts with a previous read of size 4 by thread #x 16 declared at hg03_inherit.c:11, in frame #x of thread x
|
| /ndk/sources/host-tools/make-3.81/w32/subproc/ |
| w32err.c | 31 /* __declspec (thread) necessary if you will use multiple threads on MSVC */
33 __declspec (thread) static char szMessageBuffer[128];
|
| /bionic/libc/bionic/ |
| libc_init_common.c | 62 static pthread_internal_t thread; local 65 /* setup pthread runtime and main thread descriptor */ 72 _init_thread(&thread, gettid(), &thread_attr, (void*)stackbottom); 73 __init_tls(tls_area, &thread);
|
| /bionic/libm/i387/ |
| npx.h | 151 void npxexit(struct thread *td); 153 int npxgetregs(struct thread *td, union savefpu *addr); 156 void npxsetregs(struct thread *td, union savefpu *addr);
|
| /cts/libs/vogar-expect/src/vogar/util/ |
| Threads.java | 34 public synchronized Thread newThread(Runnable r) { 35 Thread thread = new Thread(r, name + "-" + (nextId++)); local 36 thread.setDaemon(true); 37 return thread;
|
| /dalvik/vm/ |
| Thread.h | 18 * VM thread support. 53 THREAD_STARTING = 6, /* started, not yet on thread list */ 59 /* thread priorities, from java.lang.Thread */ 101 * Our per-thread data. 105 struct Thread { 109 * element in Thread. 118 * be located towards the beginning of the Thread structure for 124 * a count of the number of times the thread has been suspended. When 125 * the count drops to zero, the thread resumes [all...] |
| /external/chromium/chrome/browser/ui/webui/options/ |
| advanced_options_utils_win.cc | 14 #include "base/threading/thread.h" 55 base::Thread* thread = g_browser_process->file_thread(); local 56 DCHECK(thread); 57 thread->message_loop()->PostTask(FROM_HERE, new OpenConnectionDialogTask);
|
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| udpport.h | 36 class Thread; 48 static UDPPort* Create(talk_base::Thread* thread, 52 UDPPort* port = new UDPPort(thread, factory, network, 70 UDPPort(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory,
|
| /external/qemu/distrib/sdl-1.2.12/include/ |
| SDL_thread.h | 26 /* Header for the SDL thread management routines 34 /* Thread synchronization primitives */ 43 /* The SDL thread structure, defined in SDL_thread.c */ 47 /* Create a thread */ 51 creates a new thread for the calling process with the SDL_CreateThread() 56 start a new thread. This way, if it's the SDL.DLL which uses this API, 57 then the RTL of SDL.DLL will be used to create the new thread, and if it's 95 /* Get the 32-bit thread identifier for the current thread */ 98 /* Get the 32-bit thread identifier for the specified thread [all...] |
| /external/v8/test/cctest/ |
| test-platform-tls.cc | 11 using v8::internal::Thread; 15 static Thread::LocalStorageKey keys[kValueCount]; 23 CHECK(!Thread::HasThreadLocal(keys[i])); 26 Thread::SetThreadLocal(keys[i], GetValue(i)); 29 CHECK(Thread::HasThreadLocal(keys[i])); 32 CHECK_EQ(GetValue(i), Thread::GetThreadLocal(keys[i])); 33 CHECK_EQ(GetValue(i), Thread::GetExistingThreadLocal(keys[i])); 36 Thread::SetThreadLocal(keys[i], GetValue(kValueCount - i - 1)); 39 CHECK(Thread::HasThreadLocal(keys[i])); 43 Thread::GetThreadLocal(keys[i])) 63 TestThread thread; local [all...] |
| /external/valgrind/main/none/tests/ |
| pth_atfork1.c | 71 static void *thread (void *arg); 82 if (pthread_create (&th, NULL, thread, NULL) != 0) 83 error (EXIT_FAILURE, 0, "cannot create thread"); 96 thread (void *arg) function
|
| /external/webkit/Source/JavaScriptCore/wtf/ |
| StackBounds.cpp | 40 #include <thread.h> 82 pthread_t thread = pthread_self(); local 83 m_origin = pthread_get_stackaddr_np(thread); 84 m_bound = static_cast<char*>(m_origin) - pthread_get_stacksize_np(thread); 93 pthread_t thread = pthread_self(); local 127 pthread_t thread = pthread_self(); local 129 pthread_stackseg_np(thread, &stack); 139 RThread thread; local 140 thread.StackInfo(info); 162 pthread_t thread = pthread_self() local [all...] |
| /frameworks/base/core/java/android/app/ |
| IntentService.java | 31 * thread, and stops itself when it runs out of work. 34 * from an application's main thread. The IntentService class exists to 37 * will receive the Intents, launch a worker thread, and stop the service as 40 * <p>All requests are handled on a single worker thread -- they may take as 73 * @param name Used to name the worker thread, important only for debugging. 107 HandlerThread thread = new HandlerThread("IntentService[" + mName + "]"); local 108 thread.start(); 110 mServiceLooper = thread.getLooper(); 150 * This method is invoked on the worker thread with a request to process. 152 * worker thread that runs independently from other application logic [all...] |
| /libcore/luni/src/main/java/java/util/concurrent/locks/ |
| LockSupport.java | 13 * Basic thread blocking primitives for creating locks and other 16 * <p>This class associates, with each thread that uses it, a permit 26 * problems that cause the deprecated methods {@code Thread.suspend} 27 * and {@code Thread.resume} to be unusable for such purposes: Races 28 * between one thread invoking {@code park} and another thread trying 31 * thread was interrupted, and timeout versions are supported. The 41 * the thread is blocked to permit monitoring and diagnostic tools to 55 * permit is associated with each thread, any intermediary uses of 63 * private final Queue<Thread> waiter [all...] |
| /libcore/luni/src/test/java/libcore/java/net/ |
| OldCookieHandlerTest.java | 45 class TestThread extends Thread { 61 TestThread thread = new TestThread(); local 63 thread.start(); 65 thread.join();
|
| /prebuilt/darwin-x86/sdl/include/SDL/ |
| SDL_thread.h | 26 /* Header for the SDL thread management routines 34 /* Thread synchronization primitives */ 43 /* The SDL thread structure, defined in SDL_thread.c */ 47 /* Create a thread */ 51 creates a new thread for the calling process with the SDL_CreateThread() 56 start a new thread. This way, if it's the SDL.DLL which uses this API, 57 then the RTL of SDL.DLL will be used to create the new thread, and if it's 95 /* Get the 32-bit thread identifier for the current thread */ 98 /* Get the 32-bit thread identifier for the specified thread [all...] |
| /prebuilt/linux-x86/sdl/include/SDL/ |
| SDL_thread.h | 26 /* Header for the SDL thread management routines 34 /* Thread synchronization primitives */ 43 /* The SDL thread structure, defined in SDL_thread.c */ 47 /* Create a thread */ 51 creates a new thread for the calling process with the SDL_CreateThread() 56 start a new thread. This way, if it's the SDL.DLL which uses this API, 57 then the RTL of SDL.DLL will be used to create the new thread, and if it's 95 /* Get the 32-bit thread identifier for the current thread */ 98 /* Get the 32-bit thread identifier for the specified thread [all...] |
| /prebuilt/windows/sdl/include/SDL/ |
| SDL_thread.h | 26 /* Header for the SDL thread management routines 34 /* Thread synchronization primitives */ 43 /* The SDL thread structure, defined in SDL_thread.c */ 47 /* Create a thread */ 51 creates a new thread for the calling process with the SDL_CreateThread() 56 start a new thread. This way, if it's the SDL.DLL which uses this API, 57 then the RTL of SDL.DLL will be used to create the new thread, and if it's 95 /* Get the 32-bit thread identifier for the current thread */ 98 /* Get the 32-bit thread identifier for the specified thread [all...] |