HomeSort by relevance Sort by last modified time
    Searched refs:this_thread (Results 1 - 25 of 255) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libcxx/test/std/thread/thread.threads/thread.thread.this/
yield.pass.cpp 14 // void this_thread::yield();
21 std::this_thread::yield();
get_id.pass.cpp 14 // thread::id this_thread::get_id();
21 std::thread::id id = std::this_thread::get_id();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.this/
yield.pass.cpp 14 // void this_thread::yield();
21 std::this_thread::yield();
get_id.pass.cpp 14 // thread::id this_thread::get_id();
21 std::thread::id id = std::this_thread::get_id();
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
thread_info_base.hpp 39 static void* allocate(thread_info_base* this_thread, std::size_t size)
41 if (this_thread && this_thread->reusable_memory_)
43 void* const pointer = this_thread->reusable_memory_;
44 this_thread->reusable_memory_ = 0;
62 static void deallocate(thread_info_base* this_thread,
67 if (this_thread && this_thread->reusable_memory_ == 0)
71 this_thread->reusable_memory_ = pointer;
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
ThreadYield.h 17 #define EIGEN_THREAD_YIELD() std::this_thread::yield()
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
stream.pass.cpp 26 std::thread::id id0 = std::this_thread::get_id();
assign.pass.cpp 27 id1 = std::this_thread::get_id();
eq.pass.cpp 29 id1 = std::this_thread::get_id();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
stream.pass.cpp 26 std::thread::id id0 = std::this_thread::get_id();
assign.pass.cpp 27 id1 = std::this_thread::get_id();
eq.pass.cpp 29 id1 = std::this_thread::get_id();
  /external/libcxx/test/std/atomics/atomics.types.generic/
trivially_copyable.pass.cpp 75 test(std::this_thread::get_id());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
trivially_copyable.pass.cpp 75 test(std::this_thread::get_id());
  /system/extras/libperfmgr/tests/
NodeLooperThreadTest.cc 67 std::this_thread::sleep_for(kSLEEP_TOLERANCE_MS);
84 std::this_thread::sleep_for(kSLEEP_TOLERANCE_MS);
87 std::this_thread::sleep_for(200ms);
90 std::this_thread::sleep_for(200ms);
106 std::this_thread::sleep_for(kSLEEP_TOLERANCE_MS);
114 std::this_thread::sleep_for(200ms);
117 std::this_thread::sleep_for(150ms);
121 std::this_thread::sleep_for(150ms);
137 std::this_thread::sleep_for(kSLEEP_TOLERANCE_MS);
141 std::this_thread::sleep_for(kSLEEP_TOLERANCE_MS)
    [all...]
  /external/libcxx/test/std/thread/futures/futures.async/
async.pass.cpp 39 std::this_thread::sleep_for(ms(200));
48 std::this_thread::sleep_for(ms(200));
55 std::this_thread::sleep_for(ms(200));
61 std::this_thread::sleep_for(ms(200));
68 std::this_thread::sleep_for(ms(200));
74 std::this_thread::sleep_for(ms(200));
86 std::this_thread::sleep_for(ms(300));
146 std::this_thread::sleep_for(ms(300));
151 std::this_thread::sleep_for(ms(300));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.async/
async.pass.cpp 39 std::this_thread::sleep_for(ms(200));
48 std::this_thread::sleep_for(ms(200));
55 std::this_thread::sleep_for(ms(200));
61 std::this_thread::sleep_for(ms(200));
68 std::this_thread::sleep_for(ms(200));
74 std::this_thread::sleep_for(ms(200));
86 std::this_thread::sleep_for(ms(300));
146 std::this_thread::sleep_for(ms(300));
151 std::this_thread::sleep_for(ms(300));
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
notify_one.pass.cpp 55 std::this_thread::sleep_for(std::chrono::milliseconds(100));
63 std::this_thread::sleep_for(std::chrono::milliseconds(100));
82 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
notify_one.pass.cpp 58 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));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
notify_one.pass.cpp 55 std::this_thread::sleep_for(std::chrono::milliseconds(100));
63 std::this_thread::sleep_for(std::chrono::milliseconds(100));
82 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
notify_one.pass.cpp 58 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));
  /system/core/adb/
socket_test.cpp 101 std::this_thread::sleep_for(SLEEP_FOR_FDEVENT);
148 std::this_thread::sleep_for(SLEEP_FOR_FDEVENT);
150 std::this_thread::sleep_for(SLEEP_FOR_FDEVENT);
153 std::this_thread::sleep_for(SLEEP_FOR_FDEVENT);
171 std::this_thread::sleep_for(SLEEP_FOR_FDEVENT);
173 std::this_thread::sleep_for(SLEEP_FOR_FDEVENT);
182 std::this_thread::sleep_for(SLEEP_FOR_FDEVENT);
203 std::this_thread::sleep_for(SLEEP_FOR_FDEVENT);
207 std::this_thread::sleep_for(SLEEP_FOR_FDEVENT);
246 std::this_thread::sleep_for(SLEEP_FOR_FDEVENT)
    [all...]
  /external/libcxx/test/std/thread/futures/futures.shared_future/
get.pass.cpp 28 std::this_thread::sleep_for(std::chrono::milliseconds(500));
34 std::this_thread::sleep_for(std::chrono::milliseconds(500));
42 std::this_thread::sleep_for(std::chrono::milliseconds(500));
49 std::this_thread::sleep_for(std::chrono::milliseconds(500));
55 std::this_thread::sleep_for(std::chrono::milliseconds(500));
61 std::this_thread::sleep_for(std::chrono::milliseconds(500));
  /external/libcxx/test/std/thread/futures/futures.unique_future/
get.pass.cpp 28 std::this_thread::sleep_for(std::chrono::milliseconds(500));
34 std::this_thread::sleep_for(std::chrono::milliseconds(500));
42 std::this_thread::sleep_for(std::chrono::milliseconds(500));
49 std::this_thread::sleep_for(std::chrono::milliseconds(500));
55 std::this_thread::sleep_for(std::chrono::milliseconds(500));
61 std::this_thread::sleep_for(std::chrono::milliseconds(500));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.shared_future/
get.pass.cpp 28 std::this_thread::sleep_for(std::chrono::milliseconds(500));
34 std::this_thread::sleep_for(std::chrono::milliseconds(500));
42 std::this_thread::sleep_for(std::chrono::milliseconds(500));
49 std::this_thread::sleep_for(std::chrono::milliseconds(500));
55 std::this_thread::sleep_for(std::chrono::milliseconds(500));
61 std::this_thread::sleep_for(std::chrono::milliseconds(500));

Completed in 263 milliseconds

1 2 3 4 5 6 7 8 91011