Searched refs:thread (Results 226 - 250 of 1503) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/public/cpp/utility/tests/
H A Dmutex_unittest.cc13 #include "mojo/public/cpp/utility/thread.h"
193 TryThread thread(&mutex);
194 thread.Start();
195 thread.Join();
196 EXPECT_TRUE(thread.try_lock_succeeded());
204 TryThread thread(&mutex);
205 thread.Start();
206 thread.Join();
207 EXPECT_FALSE(thread.try_lock_succeeded());
215 TryThread thread(
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_key_delete.c5 * POSIX thread functions which implement thread-specific data (TSD).
46 * This function deletes a thread-specific data key. This
47 * does not change the value of the thread specific data key
48 * for any thread and does not run the key's destructor
49 * in any thread so it should be used with caution.
57 * This function deletes a thread-specific data key. This
58 * does not change the value of the thread specific data key
59 * for any thread and does not run the key's destructor
60 * in any thread s
89 ptw32_thread_t * thread = assoc->thread; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/login/
H A Dlogin_main.cc36 #include "webrtc/base/thread.h"
47 // Start xmpp on a different thread
48 buzz::XmppThread thread; local
49 thread.Start();
58 thread.Login(xcs);
60 // Use main thread for console input
/external/libcxx/test/thread/futures/futures.tas/futures.task.members/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/futures/futures.tas/futures.task.members/Android.mk
19 test_name := thread/futures/futures.tas/futures.task.members/operator
23 test_name := thread/futures/futures.tas/futures.task.members/get_future
27 test_name := thread/futures/futures.tas/futures.task.members/dtor
31 test_name := thread/futures/futures.tas/futures.task.members/ctor_func_alloc
35 test_name := thread/futures/futures.tas/futures.task.members/swap
39 test_name := thread/futures/futures.tas/futures.task.members/make_ready_at_thread_exit
43 test_name := thread/futures/futures.tas/futures.task.members/ctor_func
47 test_name := thread/futures/futures.tas/futures.task.members/reset
51 test_name := thread/future
[all...]
/external/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/Android.mk
19 test_name := thread/futures/futures.tas/futures.task.nonmembers/swap
23 test_name := thread/futures/futures.tas/futures.task.nonmembers/uses_allocator
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Ddestructor.pass.cpp18 #include <thread>
48 std::thread th2(g);
53 std::thread th1(f);
H A Dwait.pass.cpp18 #include <thread>
41 std::thread t(f);
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Ddestructor.pass.cpp18 #include <thread>
49 std::thread th2(g);
54 std::thread th1(f);
H A Dwait.exception.pass.cpp1 #include <thread>
46 std::thread(signal_me).detach();
H A Dwait.pass.cpp19 #include <thread>
46 std::thread t(f);
/external/lldb/include/lldb/Target/
H A DOperatingSystem.h73 ThreadWasSelected (Thread *thread) = 0;
76 CreateRegisterContextForThread (Thread *thread, lldb::addr_t reg_data_addr) = 0;
79 CreateThreadStopReason (Thread *thread) = 0;
/external/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h29 StopInfoMachException (Thread &thread, argument
34 StopInfo (thread, exc_type),
59 CreateStopReasonWithMachException (Thread &thread,
/external/lldb/test/api/multithreaded/
H A Dlistener_test.cpp7 #include <thread>
19 // Listener thread and related variables
22 thread g_listener_thread;
65 // start listener thread
66 g_listener_thread = thread(listener_func);
/external/ltrace/testsuite/ltrace.torture/
H A Dvfork-thread.c40 pthread_t thread; local
41 pthread_create (&thread, NULL, &routine, NULL);
48 pthread_join (thread, NULL);
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DSharedWorkerGlobalScope.cpp54 PassRefPtrWillBeRawPtr<SharedWorkerGlobalScope> SharedWorkerGlobalScope::create(const String& name, SharedWorkerThread* thread, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) argument
56 RefPtrWillBeRawPtr<SharedWorkerGlobalScope> context = adoptRefWillBeNoop(new SharedWorkerGlobalScope(name, startupData->m_scriptURL, startupData->m_userAgent, thread, startupData->m_workerClients.release()));
61 SharedWorkerGlobalScope::SharedWorkerGlobalScope(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread, PassOwnPtrWillBeRawPtr<WorkerClients> workerClients) argument
62 : WorkerGlobalScope(url, userAgent, thread, monotonicallyIncreasingTime(), workerClients)
76 SharedWorkerThread* SharedWorkerGlobalScope::thread() function in class:blink::SharedWorkerGlobalScope
78 return static_cast<SharedWorkerThread*>(Base::thread());
/external/valgrind/main/memcheck/tests/
H A Dsupp_unknown.stderr.exp7 overflow in your program's main thread (unlikely but
9 main thread stack using the --main-stacksize= flag.
10 The main thread stack size used in this run was ....
/external/valgrind/main/none/tests/linux/
H A Dblockfault.stderr.exp7 overflow in your program's main thread (unlikely but
9 main thread stack using the --main-stacksize= flag.
10 The main thread stack size used in this run was ....
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc196 // Just keep the messages from one thread
246 // Rate is computed on actual elapsed time, not the sum of per-thread
274 // Each thread goes through the following states:
287 // Per-thread state for concurrent executions of the same benchmark.
488 num_threads++; // Add extra thread for writing
535 ThreadState* thread; member in struct:leveldb::__anon12439::RandomGenerator::Benchmark::ThreadArg
542 ThreadState* thread = arg->thread; local
554 thread->stats.Start();
555 (arg->bm->*(arg->method))(thread);
608 Crc32c(ThreadState* thread) argument
627 AcquireLoad(ThreadState* thread) argument
643 SnappyCompress(ThreadState* thread) argument
668 SnappyUncompress(ThreadState* thread) argument
705 WriteSeq(ThreadState* thread) argument
709 WriteRandom(ThreadState* thread) argument
713 DoWrite(ThreadState* thread, bool seq) argument
743 ReadSequential(ThreadState* thread) argument
756 ReadReverse(ThreadState* thread) argument
769 ReadRandom(ThreadState* thread) argument
787 ReadMissing(ThreadState* thread) argument
799 ReadHot(ThreadState* thread) argument
812 SeekRandom(ThreadState* thread) argument
831 DoDelete(ThreadState* thread, bool seq) argument
852 DeleteSeq(ThreadState* thread) argument
856 DeleteRandom(ThreadState* thread) argument
860 ReadWhileWriting(ThreadState* thread) argument
890 Compact(ThreadState* thread) argument
[all...]
/external/chromium_org/chrome/browser/signin/
H A Dprincipals_message_filter.cc18 content::BrowserThread::ID* thread) {
20 // thread, so no need to change thread, otherwise switch to UI thread
22 *thread = content::BrowserThread::UI;
16 OverrideThreadForMessage( const IPC::Message& message, content::BrowserThread::ID* thread) argument
/external/chromium_org/content/renderer/battery_status/
H A Dbattery_status_dispatcher.cc13 BatteryStatusDispatcher::BatteryStatusDispatcher(RenderThread* thread) argument
14 : PlatformEventObserver<blink::WebBatteryStatusListener>(thread) {
/external/chromium_org/net/proxy/
H A Dnetwork_delegate_error_observer_unittest.cc10 #include "base/threading/thread.h"
95 // thread.
97 base::Thread thread("test_thread");
98 thread.Start();
102 thread.message_loop()
108 thread.Stop();
115 base::Thread thread("test_thread");
116 thread.Start();
119 thread.message_loop()
125 thread
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/glue/
H A DMessageLoopInterruptor.h41 explicit MessageLoopInterruptor(blink::WebThread* thread) : m_thread(thread) { } argument
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
H A Dpprthred.h58 ** Associate a thread object with an existing native thread.
59 ** "type" is the type of thread object to attach
60 ** "priority" is the priority to assign to the thread
65 ** function returns. The thread object is automatically destroyed.
68 ** thread. PR_Init does this automatically for the primordial thread.
75 ** Detach the nspr thread from the currently executing native thread.
76 ** The thread objec
91 NSPR_API(PRUint32) PR_GetThreadID(PRThread *thread); variable
193 NSPR_API(void *) PR_GetSP(PRThread *thread); variable
218 NSPR_API(void*) GetExecutionEnvironment(PRThread *thread); variable
318 NSPR_API(void) PR_Mac_PostAsyncNotify(PRThread *thread); variable
[all...]
/external/compiler-rt/test/tsan/
H A Dbench_local_mutex.cc9 void thread(int tid) { function
23 start_thread_group(bench_nthread, thread);
H A Dgetline_nohang.cc4 // See https://code.google.com/p/thread-sanitizer/issues/detail?id=47
9 void *thread(void *unused) { function
28 pthread_create(&t, &a, thread, NULL);

Completed in 7002 milliseconds

1234567891011>>