Searched refs:this_thread (Results 1 - 25 of 66) sorted by relevance

123

/external/libcxx/test/std/thread/thread.threads/thread.thread.this/
H A Dyield.pass.cpp14 // void this_thread::yield();
21 std::this_thread::yield();
H A Dget_id.pass.cpp14 // thread::id this_thread::get_id();
21 std::thread::id id = std::this_thread::get_id();
H A Dsleep_until.pass.cpp28 std::this_thread::sleep_until(t0 + ms);
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
H A Dstream.pass.cpp26 std::thread::id id0 = std::this_thread::get_id();
H A Dassign.pass.cpp27 id1 = std::this_thread::get_id();
H A Deq.pass.cpp29 id1 = std::this_thread::get_id();
H A Dlt.pass.cpp28 std::thread::id id2 = std::this_thread::get_id();
H A Dthread_id.pass.cpp29 std::thread::id id2 = std::this_thread::get_id();
/external/libcxx/test/std/thread/futures/futures.async/
H A Dasync.pass.cpp31 std::this_thread::sleep_for(ms(200));
39 std::this_thread::sleep_for(ms(200));
45 std::this_thread::sleep_for(ms(200));
50 std::this_thread::sleep_for(ms(200));
56 std::this_thread::sleep_for(ms(200));
62 std::this_thread::sleep_for(ms(200));
70 std::this_thread::sleep_for(ms(300));
78 std::this_thread::sleep_for(ms(300));
86 std::this_thread::sleep_for(ms(300));
94 std::this_thread
[all...]
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp75 test(std::this_thread::get_id());
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dnotify_one.pass.cpp54 std::this_thread::sleep_for(std::chrono::milliseconds(100));
62 std::this_thread::sleep_for(std::chrono::milliseconds(100));
79 std::this_thread::sleep_for(std::chrono::milliseconds(100));
H A Dnotify_all.pass.cpp54 std::this_thread::sleep_for(std::chrono::milliseconds(100));
62 std::this_thread::sleep_for(std::chrono::milliseconds(100));
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_one.pass.cpp58 std::this_thread::sleep_for(std::chrono::milliseconds(100));
66 std::this_thread::sleep_for(std::chrono::milliseconds(100));
83 std::this_thread::sleep_for(std::chrono::milliseconds(100));
H A Dwait.exception.pass.cpp47 std::this_thread::sleep_for(std::chrono::milliseconds(500));
H A Dwait_for.exception.pass.cpp47 std::this_thread::sleep_for(std::chrono::milliseconds(500));
H A Dnotify_all.pass.cpp58 std::this_thread::sleep_for(std::chrono::milliseconds(100));
66 std::this_thread::sleep_for(std::chrono::milliseconds(100));
/external/libcxx/test/std/thread/futures/futures.shared_future/
H A Dget.pass.cpp25 std::this_thread::sleep_for(std::chrono::milliseconds(500));
31 std::this_thread::sleep_for(std::chrono::milliseconds(500));
39 std::this_thread::sleep_for(std::chrono::milliseconds(500));
46 std::this_thread::sleep_for(std::chrono::milliseconds(500));
52 std::this_thread::sleep_for(std::chrono::milliseconds(500));
58 std::this_thread::sleep_for(std::chrono::milliseconds(500));
/external/libcxx/test/std/thread/futures/futures.unique_future/
H A Dget.pass.cpp25 std::this_thread::sleep_for(std::chrono::milliseconds(500));
31 std::this_thread::sleep_for(std::chrono::milliseconds(500));
39 std::this_thread::sleep_for(std::chrono::milliseconds(500));
46 std::this_thread::sleep_for(std::chrono::milliseconds(500));
52 std::this_thread::sleep_for(std::chrono::milliseconds(500));
58 std::this_thread::sleep_for(std::chrono::milliseconds(500));
/external/lldb/test/lang/objc/print-obj/
H A DTestPrintObj.py65 this_thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
66 self.assertTrue(this_thread)
72 if t != this_thread:
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp31 std::this_thread::sleep_for(ms(250));
48 std::this_thread::sleep_for(ms(250));
112 std::this_thread::sleep_for(ms(250));
118 std::this_thread::sleep_for(ms(250));
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/
H A Ddtor.pass.cpp57 std::this_thread::sleep_for(std::chrono::milliseconds(250));
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
H A Ddetach.pass.cpp52 std::this_thread::sleep_for(std::chrono::milliseconds(250));
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex.pass.cpp67 std::this_thread::sleep_for(ms(250));
75 std::this_thread::sleep_for(ms(250));
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
H A Dmutex_duration.pass.cpp57 std::this_thread::sleep_for(ms(250));
64 std::this_thread::sleep_for(ms(300));
H A Dmutex_time_point.pass.cpp57 std::this_thread::sleep_for(ms(250));
64 std::this_thread::sleep_for(ms(300));

Completed in 340 milliseconds

123