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

1 2 3 4 5 6 7

  /external/libcxx/test/thread/thread.threads/thread.thread.this/
yield.pass.cpp 12 // void this_thread::yield();
19 std::this_thread::yield();
get_id.pass.cpp 12 // thread::id this_thread::get_id();
19 std::thread::id id = std::this_thread::get_id();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/
yield.pass.cpp 12 // void this_thread::yield();
19 std::this_thread::yield();
get_id.pass.cpp 12 // thread::id this_thread::get_id();
19 std::thread::id id = std::this_thread::get_id();
  /external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
stream.pass.cpp 24 std::thread::id id0 = std::this_thread::get_id();
assign.pass.cpp 25 id1 = std::this_thread::get_id();
eq.pass.cpp 27 id1 = std::this_thread::get_id();
thread_id.pass.cpp 27 std::thread::id id2 = std::this_thread::get_id();
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_sysmutex.c 68 Uint32 this_thread;
75 this_thread = SDL_ThreadID();
76 if ( mutex->owner == this_thread ) {
84 mutex->owner = this_thread;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
stream.pass.cpp 24 std::thread::id id0 = std::this_thread::get_id();
assign.pass.cpp 25 id1 = std::this_thread::get_id();
eq.pass.cpp 27 id1 = std::this_thread::get_id();
thread_id.pass.cpp 27 std::thread::id id2 = std::this_thread::get_id();
  /external/libcxx/test/thread/futures/futures.async/
async.pass.cpp 29 std::this_thread::sleep_for(ms(200));
37 std::this_thread::sleep_for(ms(200));
43 std::this_thread::sleep_for(ms(200));
48 std::this_thread::sleep_for(ms(200));
54 std::this_thread::sleep_for(ms(200));
60 std::this_thread::sleep_for(ms(200));
68 std::this_thread::sleep_for(ms(300));
76 std::this_thread::sleep_for(ms(300));
84 std::this_thread::sleep_for(ms(300));
92 std::this_thread::sleep_for(ms(300))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/
async.pass.cpp 29 std::this_thread::sleep_for(ms(200));
37 std::this_thread::sleep_for(ms(200));
43 std::this_thread::sleep_for(ms(200));
48 std::this_thread::sleep_for(ms(200));
54 std::this_thread::sleep_for(ms(200));
60 std::this_thread::sleep_for(ms(200));
68 std::this_thread::sleep_for(ms(300));
76 std::this_thread::sleep_for(ms(300));
84 std::this_thread::sleep_for(ms(300));
92 std::this_thread::sleep_for(ms(300))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_sysmutex.c 75 Uint32 this_thread;
82 this_thread = SDL_ThreadID();
83 if ( mutex->owner == this_thread ) {
91 mutex->owner = this_thread;
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_sysmutex.c 81 pthread_t this_thread; local
91 this_thread = pthread_self();
92 if ( mutex->owner == this_thread ) {
100 mutex->owner = this_thread;
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_sysmutex.c 80 pthread_t this_thread; local
90 this_thread = pthread_self();
91 if ( mutex->owner == this_thread ) {
99 mutex->owner = this_thread;
  /external/libcxx/test/thread/thread.condition/thread.condition.condvar/
notify_one.pass.cpp 52 std::this_thread::sleep_for(std::chrono::milliseconds(100));
60 std::this_thread::sleep_for(std::chrono::milliseconds(100));
77 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_one.pass.cpp 56 std::this_thread::sleep_for(std::chrono::milliseconds(100));
64 std::this_thread::sleep_for(std::chrono::milliseconds(100));
81 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
notify_one.pass.cpp 52 std::this_thread::sleep_for(std::chrono::milliseconds(100));
60 std::this_thread::sleep_for(std::chrono::milliseconds(100));
77 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_one.pass.cpp 56 std::this_thread::sleep_for(std::chrono::milliseconds(100));
64 std::this_thread::sleep_for(std::chrono::milliseconds(100));
81 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /external/libcxx/test/thread/futures/futures.shared_future/
get.pass.cpp 23 std::this_thread::sleep_for(std::chrono::milliseconds(500));
29 std::this_thread::sleep_for(std::chrono::milliseconds(500));
37 std::this_thread::sleep_for(std::chrono::milliseconds(500));
44 std::this_thread::sleep_for(std::chrono::milliseconds(500));
50 std::this_thread::sleep_for(std::chrono::milliseconds(500));
56 std::this_thread::sleep_for(std::chrono::milliseconds(500));
  /external/libcxx/test/thread/futures/futures.unique_future/
get.pass.cpp 23 std::this_thread::sleep_for(std::chrono::milliseconds(500));
29 std::this_thread::sleep_for(std::chrono::milliseconds(500));
37 std::this_thread::sleep_for(std::chrono::milliseconds(500));
44 std::this_thread::sleep_for(std::chrono::milliseconds(500));
50 std::this_thread::sleep_for(std::chrono::milliseconds(500));
56 std::this_thread::sleep_for(std::chrono::milliseconds(500));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
get.pass.cpp 23 std::this_thread::sleep_for(std::chrono::milliseconds(500));
29 std::this_thread::sleep_for(std::chrono::milliseconds(500));
37 std::this_thread::sleep_for(std::chrono::milliseconds(500));
44 std::this_thread::sleep_for(std::chrono::milliseconds(500));
50 std::this_thread::sleep_for(std::chrono::milliseconds(500));
56 std::this_thread::sleep_for(std::chrono::milliseconds(500));

Completed in 161 milliseconds

1 2 3 4 5 6 7