Home
last modified time | relevance | path

Searched refs:this_thread (Results 1 – 25 of 91) sorted by relevance

1234

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dthread_info_base.hpp39 static void* allocate(thread_info_base* this_thread, std::size_t size) in allocate() argument
41 if (this_thread && this_thread->reusable_memory_) in allocate()
43 void* const pointer = this_thread->reusable_memory_; in allocate()
44 this_thread->reusable_memory_ = 0; in allocate()
62 static void deallocate(thread_info_base* this_thread, in deallocate() argument
67 if (this_thread && this_thread->reusable_memory_ == 0) in deallocate()
71 this_thread->reusable_memory_ = pointer; in deallocate()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dtask_io_service.ipp135 thread_info this_thread;
136 this_thread.private_outstanding_work = 0;
137 thread_call_stack::context ctx(this, this_thread);
142 for (; do_run_one(lock, this_thread, ec); lock.lock())
157 thread_info this_thread;
158 this_thread.private_outstanding_work = 0;
159 thread_call_stack::context ctx(this, this_thread);
163 return do_run_one(lock, this_thread, ec);
175 thread_info this_thread;
176 this_thread.private_outstanding_work = 0;
[all …]
/external/libcxx/test/std/thread/futures/futures.async/
Dasync.pass.cpp39 std::this_thread::sleep_for(ms(200)); in f0()
48 std::this_thread::sleep_for(ms(200)); in f1()
55 std::this_thread::sleep_for(ms(200)); in f2()
61 std::this_thread::sleep_for(ms(200)); in f3()
68 std::this_thread::sleep_for(ms(200)); in f4()
74 std::this_thread::sleep_for(ms(200)); in f5()
86 std::this_thread::sleep_for(ms(300)); in test()
146 std::this_thread::sleep_for(ms(300)); in main()
151 std::this_thread::sleep_for(ms(300)); in main()
/external/libcxx/test/std/thread/futures/futures.unique_future/
Dget.pass.cpp28 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func1()
34 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func2()
42 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func3()
49 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func4()
55 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func5()
61 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func6()
Dwait.pass.cpp24 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func1()
32 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func3()
39 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func5()
Dwait_for.pass.cpp28 std::this_thread::sleep_for(ms(500)); in func1()
36 std::this_thread::sleep_for(ms(500)); in func3()
43 std::this_thread::sleep_for(ms(500)); in func5()
/external/libcxx/test/std/thread/futures/futures.shared_future/
Dget.pass.cpp28 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func1()
34 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func2()
42 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func3()
49 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func4()
55 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func5()
61 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func6()
Dwait.pass.cpp24 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func1()
32 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func3()
39 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in func5()
Dwait_for.pass.cpp28 std::this_thread::sleep_for(ms(500)); in func1()
36 std::this_thread::sleep_for(ms(500)); in func3()
43 std::this_thread::sleep_for(ms(500)); in func5()
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dnotify_one.pass.cpp58 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in main()
66 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in main()
83 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in main()
Dnotify_all.pass.cpp58 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in main()
66 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in main()
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
Dnotify_one.pass.cpp55 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in main()
63 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in main()
82 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in main()
Dnotify_all.pass.cpp54 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in main()
62 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in main()
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp33 std::this_thread::sleep_for(ms(250)); in init0()
50 std::this_thread::sleep_for(ms(250)); in init3()
116 std::this_thread::sleep_for(ms(250)); in init41()
122 std::this_thread::sleep_for(ms(250)); in init42()
/external/libvpx/libvpx/test/
Dregister_state_check.h57 const HANDLE this_thread = GetCurrentThread(); in StoreRegisters() local
58 EXPECT_TRUE(this_thread != NULL); in StoreRegisters()
60 const bool context_saved = GetThreadContext(this_thread, context) == TRUE; in StoreRegisters()
/external/drm_hwcomposer/tests/
Dqueue_worker_test.cpp152 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in TEST_F()
174 std::this_thread::sleep_for(timeout); in TEST_F()
184 std::this_thread::sleep_for(timeout); in TEST_F()
190 std::this_thread::sleep_for(3 * timeout); in TEST_F()
/external/libcxx/include/
Dthread69 namespace this_thread
82 } // this_thread
204 namespace this_thread
209 } // this_thread
254 friend __thread_id this_thread::get_id() _NOEXCEPT;
270 namespace this_thread
280 } // this_thread
427 namespace this_thread
477 } // this_thread
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
Dtry_lock_for.pass.cpp56 std::this_thread::sleep_for(ms(250)); in main()
63 std::this_thread::sleep_for(ms(300)); in main()
Dtry_lock_until.pass.cpp56 std::this_thread::sleep_for(ms(250)); in main()
63 std::this_thread::sleep_for(ms(300)); in main()
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
Dtry_lock_for.pass.cpp58 std::this_thread::sleep_for(ms(250)); in main()
65 std::this_thread::sleep_for(ms(300)); in main()
Dtry_lock_until.pass.cpp58 std::this_thread::sleep_for(ms(250)); in main()
65 std::this_thread::sleep_for(ms(300)); in main()
/external/python/cpython2/Python/
Dthread_atheos.h104 atomic_t this_thread; in PyThread_start_new_thread() local
108 this_thread = atomic_add(&thread_count, 1); in PyThread_start_new_thread()
109 PyOS_snprintf(name, sizeof(name), "python thread (%d)", this_thread); in PyThread_start_new_thread()
Dthread_beos.h120 int32 this_thread; in PyThread_start_new_thread() local
125 this_thread = atomic_add( &thread_count, 1 ); in PyThread_start_new_thread()
127 "python thread (%d)", this_thread ); in PyThread_start_new_thread()
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
Dtry_lock_until.pass.cpp73 std::this_thread::sleep_for(WaitTime); in main()
80 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
Dtry_lock_for.pass.cpp73 std::this_thread::sleep_for(WaitTime); in main()
80 std::this_thread::sleep_for(WaitTime + Tolerance); in main()

1234