Searched refs:thread (Results 276 - 300 of 1503) sorted by relevance

<<11121314151617181920>>

/external/conscrypt/src/test/java/org/conscrypt/
H A DFileClientSessionCacheTest.java48 for (Thread thread : threads) {
49 thread.start();
51 for (Thread thread : threads) {
52 thread.join();
/external/libcxx/test/thread/futures/futures.promise/
H A Dset_lvalue_at_thread_exit.pass.cpp33 std::thread(func, std::move(p)).detach();
H A Dset_value_at_thread_exit_const.pass.cpp30 std::thread(func, std::move(p)).detach();
H A Dset_value_at_thread_exit_void.pass.cpp33 std::thread(func, std::move(p)).detach();
/external/libcxxabi/test/
H A Dtest_guard.cpp13 #include <thread>
75 // A simple thread test of two threads racing to initialize a variable. This
89 std::thread t1(helper), t2(helper);
116 std::thread t(another_helper);
121 std::thread t(helper);
/external/lldb/include/lldb/Target/
H A DThreadPlanTracer.h37 ThreadPlanTracer (Thread &thread, lldb::StreamSP &stream_sp);
38 ThreadPlanTracer (Thread &thread);
109 ThreadPlanAssemblyTracer (Thread &thread, lldb::StreamSP &stream_sp);
110 ThreadPlanAssemblyTracer (Thread &thread);
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_x86_64.h19 RegisterContextFreeBSD_x86_64(lldb_private::Thread &thread, uint32_t concrete_frame_idx);
H A DRegisterContextLinux_x86_64.h19 RegisterContextLinux_x86_64(lldb_private::Thread &thread, uint32_t concrete_frame_idx);
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp179 SBThread thread(m_process.GetThreadAtIndex(thread_index));
180 SBFrame frame(thread.GetFrameAtIndex(0));
182 StopReason stop_reason = thread.GetStopReason();
183 if (m_verbose) printf("tid = 0x%llx pc = 0x%llx ",thread.GetThreadID(),frame.GetPC());
204 printf("thread exiting\n");
223 printf("breakpoint id = %lld.%lld\n",thread.GetStopReasonDataAtIndex(0),thread.GetStopReasonDataAtIndex(1));
228 printf("watchpoint id = %lld\n",thread.GetStopReasonDataAtIndex(0));
233 printf("signal %d\n",(int)thread.GetStopReasonDataAtIndex(0));
238 m_thread = thread;
[all...]
/external/qemu/audio/
H A Daudio_pt_int.h8 pthread_t thread; member in struct:audio_pt
/external/qemu/include/qemu/
H A Dthread-posix.h33 pthread_t thread; member in struct:QemuThread
H A Dthread-win32.h31 HANDLE qemu_thread_get_handle(QemuThread *thread);
H A Dthread.h14 #include "qemu/thread-win32.h"
16 #include "qemu/thread-posix.h"
57 void qemu_thread_create(QemuThread *thread,
60 void *qemu_thread_join(QemuThread *thread);
61 void qemu_thread_get_self(QemuThread *thread);
62 bool qemu_thread_is_self(QemuThread *thread);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHandlerThread.java18 private HandlerThread thread; field in class:ShadowHandlerThread
41 if (!thread.isAlive()) {
45 // If the thread has been started, wait until the looper has been created.
47 while (thread.isAlive() && looper == null) {
73 prepared.invoke(thread);
/external/valgrind/main/drd/tests/
H A Dpth_detached.c54 // thread attributes.
57 pthread_t thread; local
58 pthread_create(&thread, &attr, thread_func1, NULL);
66 pthread_t thread; local
67 pthread_create(&thread, &attr, thread_func2, NULL);
H A Dpth_detached_sem.c4 * in this test program the main thread uses a counting semaphore instead
61 // thread attributes.
64 pthread_t thread; local
65 pthread_create(&thread, &attr, thread_func1, &thread_arg[i]);
73 pthread_t thread; local
74 pthread_create(&thread, &attr, thread_func2, &thread_arg[i]);
H A Dtc01_simple_race.stderr.exp2 Conflicting load by thread 1 at 0x........ size 4
7 Conflicting store by thread 1 at 0x........ size 4
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dinvasive.cc14 // entry point for the threads created by the thread bombing function.
30 // Create the thread and leak the handle.
31 HANDLE thread = ::CreateThread(NULL, // Default security attributes local
37 if (thread) {
38 fprintf(output, "[GRANTED] Creating thread with tid 0x%lX\r\n", tid);
39 ::CloseHandle(thread);
42 fprintf(output, "[BLOCKED] Creating thread. Error %ld\r\n",
56 // designed to take all CPU on the processor where the thread is running.
84 HANDLE thread = ::CreateThread(NULL, // Default security attributes. local
90 ::SetThreadAffinityMask(thread, affinity_mas
[all...]
/external/lldb/source/Symbol/
H A DFuncUnwinders.cpp61 // thread has started to create the unwind plan and has put it into
62 // m_unwind_plan_call_site_sp, and have another thread enter this function
99 FuncUnwinders::GetUnwindPlanAtNonCallSite (Thread& thread) argument
104 // thread has started to create the unwind plan and has put it into
105 // the unique pointer member variable, and have another thread enter this function
118 if (!m_assembly_profiler->GetNonCallSiteUnwindPlanFromAssembly (m_range, thread, *m_unwind_plan_non_call_site_sp))
125 FuncUnwinders::GetUnwindPlanFastUnwind (Thread& thread) argument
130 // thread has started to create the unwind plan and has put it into
131 // the unique pointer member variable, and have another thread enter this function
144 if (!m_assembly_profiler->GetFastUnwindPlan (m_range, thread, *m_unwind_plan_fast_s
151 GetUnwindPlanArchitectureDefault(Thread& thread) argument
187 GetUnwindPlanArchitectureDefaultAtFunctionEntry(Thread& thread) argument
240 InvalidateNonCallSiteUnwindPlan(lldb_private::Thread& thread) argument
[all...]
/external/valgrind/main/memcheck/tests/
H A Derr_disable4.stderr.exp4 WARNING: exiting thread has error reporting disabled.
7 WARNING: exiting thread has error reporting disabled.
10 WARNING: exiting thread has error reporting disabled.
13 WARNING: exiting thread has error reporting disabled.
16 WARNING: exiting thread has error reporting disabled.
19 WARNING: exiting thread has error reporting disabled.
22 WARNING: exiting thread has error reporting disabled.
25 WARNING: exiting thread has error reporting disabled.
28 WARNING: exiting thread has error reporting disabled.
31 WARNING: exiting thread ha
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_message_loop.cc33 // The main thread message loop should be valid, and equal to the "current"
39 // We shouldn't be able to attach a new loop to the main thread.
47 // We can't run on a loop that isn't attached to a thread.
54 // Make sure we can post a task from the main thread back to the main thread.
61 pp::SimpleThread thread(instance_);
62 // Post a task before the thread is started, to make sure it is run.
63 // TODO(dmichael): CompletionCallbackFactory is not 100% thread safe for
64 // posting tasks to a thread other than where the factory was created. It
68 // make it safe to use a callback on another thread
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtestturnserver.h38 #include "webrtc/base/thread.h"
68 TestTurnServer(rtc::Thread* thread, argument
71 : server_(thread) {
92 rtc::Thread* thread = rtc::Thread::Current(); local
95 thread->socketserver(), int_addr), proto);
100 thread->socketserver()->CreateAsyncSocket(SOCK_STREAM);
/external/compiler-rt/lib/msan/
H A Dmsan_thread.cc14 MsanThread *thread = (MsanThread*)MmapOrDie(size, __func__); local
15 thread->start_routine_ = start_routine;
16 thread->arg_ = arg;
17 thread->destructor_iterations_ = kPthreadDestructorIterations;
19 return thread;
57 // We also clear the shadow on thread destruction because
70 // start_routine_ == 0 if we're on the main thread or on one of the
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex_duration.pass.cpp18 #include <thread>
60 std::vector<std::thread> v;
62 v.push_back(std::thread(f1));
70 std::vector<std::thread> v;
72 v.push_back(std::thread(f2));
H A Dmutex_time_point.pass.cpp18 #include <thread>
60 std::vector<std::thread> v;
62 v.push_back(std::thread(f1));
70 std::vector<std::thread> v;
72 v.push_back(std::thread(f2));

Completed in 6413 milliseconds

<<11121314151617181920>>