Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dthread1 // <thread> -*- C++ -*-
59 /// thread
125 thread(thread&) = delete;
126 thread(const thread&) = delete;
128 thread(thread&& __t) noexcept
146 thread& operator=(const thread&) = delete;
148 thread& operator=(thread&& __t) noexcept
200 swap(thread& __x, thread& __y) noexcept
204 operator!=(thread::id __x, thread::id __y) noexcept
208 operator<=(thread::id __x, thread::id __y) noexcept
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dthread1 // <thread> -*- C++ -*-
59 /// thread
87 operator<(thread::id __x, thread::id __y) noexcept
125 thread(thread&) = delete;
126 thread(const thread&) = delete;
127 thread(const thread&&) = delete;
129 thread(thread&& __t) noexcept
155 thread& operator=(const thread&) = delete;
157 thread& operator=(thread&& __t) noexcept
212 swap(thread& __x, thread& __y) noexcept
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dtimer_routines.c148 thread->attr = *attr; in thread_init()
155 thread->exists = 0; in thread_init()
158 thread->current_timer = 0; in thread_init()
160 thread->clock_id = clock_id; in thread_init()
235 return thread; in __timer_thread_alloc()
247 thread_deinit (thread); in __timer_thread_dealloc()
273 thread->exists = 0; in thread_cleanup()
469 assert (!thread->exists); in __timer_thread_start()
470 thread->exists = 1; in __timer_thread_start()
472 if (pthread_create (&thread->id, &thread->attr, in __timer_thread_start()
[all …]
A Dtimer_create.c37 struct thread_node *thread = NULL; local
96 thread = &__timer_signal_thread_rclk;
97 if (! thread->exists)
99 if (__builtin_expect (__timer_thread_start (thread),
122 if (thread == NULL)
123 thread = __timer_thread_alloc (&newtimer->attr, clock_id);
126 if (__builtin_expect (thread == NULL, 0))
133 if (! thread->exists
149 newtimer->thread = thread;
157 if (thread != NULL)
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dtimer_routines.c149 thread->attr = *attr; in thread_init()
156 thread->exists = 0; in thread_init()
159 thread->current_timer = 0; in thread_init()
161 thread->clock_id = clock_id; in thread_init()
236 return thread; in __timer_thread_alloc()
248 thread_deinit (thread); in __timer_thread_dealloc()
274 thread->exists = 0; in thread_cleanup()
470 assert (!thread->exists); in __timer_thread_start()
471 thread->exists = 1; in __timer_thread_start()
473 if (pthread_create (&thread->id, &thread->attr, in __timer_thread_start()
[all …]
A Dtimer_create.c37 struct thread_node *thread = NULL; in timer_create() local
96 thread = &__timer_signal_thread_rclk; in timer_create()
97 if (! thread->exists) in timer_create()
99 if (__builtin_expect (__timer_thread_start (thread), in timer_create()
122 if (thread == NULL) in timer_create()
123 thread = __timer_thread_alloc (&newtimer->attr, clock_id); in timer_create()
126 if (__builtin_expect (thread == NULL, 0)) in timer_create()
133 if (! thread->exists in timer_create()
149 newtimer->thread = thread; in timer_create()
157 if (thread != NULL) in timer_create()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dthread1 // <thread> -*- C++ -*-
60 /// thread
120 thread(thread&) = delete;
121 thread(const thread&) = delete;
122 thread(const thread&&) = delete;
124 thread(thread&& __t) noexcept
149 thread& operator=(const thread&) = delete;
151 thread& operator=(thread&& __t) noexcept
231 swap(thread& __x, thread& __y) noexcept
235 operator!=(thread::id __x, thread::id __y) noexcept
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dstd_thread.h62 class thread in _GLIBCXX_VISIBILITY()
92 friend class thread; in _GLIBCXX_VISIBILITY()
149 ~thread() in _GLIBCXX_VISIBILITY()
155 thread(const thread&) = delete; in _GLIBCXX_VISIBILITY()
157 thread(thread&& __t) noexcept in _GLIBCXX_VISIBILITY()
160 thread& operator=(const thread&) = delete; in _GLIBCXX_VISIBILITY()
162 thread& operator=(thread&& __t) noexcept in _GLIBCXX_VISIBILITY()
277 swap(thread& __x, thread& __y) noexcept in _GLIBCXX_VISIBILITY()
281 operator==(thread::id __x, thread::id __y) noexcept in _GLIBCXX_VISIBILITY()
295 struct hash<thread::id> in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dthread1 // <thread> -*- C++ -*-
61 /// thread
109 thread(thread&) = delete;
110 thread(const thread&) = delete;
111 thread(const thread&&) = delete;
113 thread(thread&& __t) noexcept
138 thread& operator=(const thread&) = delete;
140 thread& operator=(thread&& __t) noexcept
263 swap(thread& __x, thread& __y) noexcept
281 operator<(thread::id __x, thread::id __y) noexcept
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dthread1 // <thread> -*- C++ -*-
61 /// thread
62 class thread
142 thread(const thread&) = delete;
144 thread(thread&& __t) noexcept
147 thread& operator=(const thread&) = delete;
149 thread& operator=(thread&& __t) noexcept
272 swap(thread& __x, thread& __y) noexcept
276 operator==(thread::id __x, thread::id __y) noexcept
290 operator<(thread::id __x, thread::id __y) noexcept
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dthread1 // <thread> -*- C++ -*-
61 /// thread
110 thread>>;
143 thread(const thread&) = delete;
145 thread(thread&& __t) noexcept
148 thread& operator=(const thread&) = delete;
150 thread& operator=(thread&& __t) noexcept
273 swap(thread& __x, thread& __y) noexcept
277 operator==(thread::id __x, thread::id __y) noexcept
291 operator<(thread::id __x, thread::id __y) noexcept
[all …]
/l4re-core-master/l4sys/include/
A Dthread.h88 l4_thread_ex_regs(l4_cap_idx_t thread, l4_addr_t ip, l4_addr_t sp,
323 l4_thread_control_commit(l4_cap_idx_t thread) L4_NOTHROW;
429 l4_thread_vcpu_resume_commit(l4_cap_idx_t thread,
437 l4_thread_vcpu_resume_commit_u(l4_cap_idx_t thread,
832 l4_thread_vcpu_resume_commit_u(l4_cap_idx_t thread, in l4_thread_vcpu_resume_commit_u() argument
835 return l4_ipc_call(thread, utcb, tag, L4_IPC_NEVER); in l4_thread_vcpu_resume_commit_u()
890 l4_thread_control_commit(l4_cap_idx_t thread) L4_NOTHROW in l4_thread_control_commit() argument
892 return l4_thread_control_commit_u(thread, l4_utcb()); in l4_thread_control_commit()
910 return l4_thread_stats_time_u(thread, us, l4_utcb()); in l4_thread_stats_time()
920 l4_thread_vcpu_resume_commit(l4_cap_idx_t thread, in l4_thread_vcpu_resume_commit() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dthread1 // <thread> -*- C++ -*-
72 /// thread
160 thread(const thread&) = delete;
162 thread(thread&& __t) noexcept
165 thread& operator=(const thread&) = delete;
167 thread& operator=(thread&& __t) noexcept
292 swap(thread& __x, thread& __y) noexcept
296 operator==(thread::id __x, thread::id __y) noexcept
311 operator!=(thread::id __x, thread::id __y) noexcept
315 operator<(thread::id __x, thread::id __y) noexcept
[all …]
/l4re-core-master/l4sys/include/ARCH-mips/L4API-l4f/
A Dthread_mips.h16 l4_thread_mips_set_ulr(l4_cap_idx_t thread, l4_umword_t ulr) L4_NOTHROW;
31 l4_thread_mips_save_vm_state(l4_cap_idx_t thread,
38 l4_thread_mips_set_ulr_u(l4_cap_idx_t thread, l4_umword_t ulr,
43 l4_thread_mips_set_ulr_u(l4_cap_idx_t thread, l4_umword_t ulr, in l4_thread_mips_set_ulr_u() argument
48 return l4_ipc_call(thread, utcb, in l4_thread_mips_set_ulr_u()
54 l4_thread_mips_set_ulr(l4_cap_idx_t thread, l4_umword_t ulr) L4_NOTHROW in l4_thread_mips_set_ulr() argument
55 { return l4_thread_mips_set_ulr_u(thread, ulr, l4_utcb()); } in l4_thread_mips_set_ulr()
58 l4_thread_mips_save_vm_state_u(l4_cap_idx_t thread, l4_umword_t vm_state_bits,
67 return l4_ipc_call(thread, utcb, in l4_thread_mips_save_vm_state_u()
73 l4_thread_mips_save_vm_state(l4_cap_idx_t thread, in l4_thread_mips_save_vm_state() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dthread1 // <thread> -*- C++ -*-
25 /** @file include/thread
62 operator<=>(thread::id __x, thread::id __y) noexcept
66 operator!=(thread::id __x, thread::id __y) noexcept
70 operator<(thread::id __x, thread::id __y) noexcept
78 operator<=(thread::id __x, thread::id __y) noexcept
82 operator>(thread::id __x, thread::id __y) noexcept
86 operator>=(thread::id __x, thread::id __y) noexcept
95 return __out << "thread::id of a non-executing thread";
211 static thread
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_getattr_np.c37 struct pthread *thread = (struct pthread *) thread_id; in pthread_getattr_np() local
41 lll_lock (thread->lock, LLL_PRIVATE); in pthread_getattr_np()
45 memcpy (&iattr->schedparam, &thread->schedparam, in pthread_getattr_np()
47 iattr->schedpolicy = thread->schedpolicy; in pthread_getattr_np()
50 iattr->flags = thread->flags; in pthread_getattr_np()
53 if (IS_DETACHED (thread)) in pthread_getattr_np()
57 iattr->guardsize = thread->reported_guardsize; in pthread_getattr_np()
60 if (__builtin_expect (thread->stackblock != NULL, 1)) in pthread_getattr_np()
62 iattr->stacksize = thread->stackblock_size; in pthread_getattr_np()
69 assert (abs (thread->pid) == thread->tid); in pthread_getattr_np()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dthread.cc79 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; in execute_native_thread_routine()
88 thread::_Impl_base* __t = static_cast<thread::_Impl_base*>(__p); in execute_native_thread_routine_compat()
89 thread::__shared_base_type __local; in execute_native_thread_routine_compat()
102 thread::_State::~_State() = default;
105 thread::join() in join()
119 thread::detach() in detach()
133 thread::_M_start_thread(_State_ptr state, void (*)()) in _M_start_thread()
145 thread::_M_start_thread(__shared_base_type __b) in _M_start_thread()
159 thread::_M_start_thread(__shared_base_type __b, void (*)()) in _M_start_thread()
175 thread::hardware_concurrency() noexcept in hardware_concurrency()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dthread.cc79 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; in execute_native_thread_routine()
101 thread::_Impl_base* __t = static_cast<thread::_Impl_base*>(__p); in execute_native_thread_routine_compat()
102 thread::__shared_base_type __local; in execute_native_thread_routine_compat()
128 thread::_State::~_State() = default;
131 thread::join() in join()
145 thread::detach() in detach()
159 thread::_M_start_thread(_State_ptr state, void (*)()) in _M_start_thread()
171 thread::_M_start_thread(__shared_base_type __b) in _M_start_thread()
185 thread::_M_start_thread(__shared_base_type __b, void (*)()) in _M_start_thread()
201 thread::hardware_concurrency() noexcept in hardware_concurrency()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dthread.cc79 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; in execute_native_thread_routine()
101 thread::_Impl_base* __t = static_cast<thread::_Impl_base*>(__p); in execute_native_thread_routine_compat()
102 thread::__shared_base_type __local; in execute_native_thread_routine_compat()
128 thread::_State::~_State() = default;
131 thread::join() in join()
145 thread::detach() in detach()
159 thread::_M_start_thread(_State_ptr state, void (*)()) in _M_start_thread()
171 thread::_M_start_thread(__shared_base_type __b) in _M_start_thread()
185 thread::_M_start_thread(__shared_base_type __b, void (*)()) in _M_start_thread()
201 thread::hardware_concurrency() noexcept in hardware_concurrency()
/l4re-core-master/l4sys/include/ARCH-arm/
A Dthread.h24 #include_next <l4/sys/thread.h>
35 l4_thread_arm_set_tpidruro(l4_cap_idx_t thread, l4_addr_t tpidruro) L4_NOTHROW;
42 l4_thread_arm_set_tpidruro_u(l4_cap_idx_t thread, l4_addr_t tpidruro,
48 l4_thread_arm_set_tpidruro_u(l4_cap_idx_t thread, l4_addr_t tpidruro, in l4_thread_arm_set_tpidruro_u() argument
54 return l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 2, 0, 0), in l4_thread_arm_set_tpidruro_u()
59 l4_thread_arm_set_tpidruro(l4_cap_idx_t thread, l4_addr_t tpidruro) L4_NOTHROW in l4_thread_arm_set_tpidruro() argument
61 return l4_thread_arm_set_tpidruro_u(thread, tpidruro, l4_utcb()); in l4_thread_arm_set_tpidruro()
/l4re-core-master/l4sys/include/ARCH-arm64/
A Dthread.h24 #include_next <l4/sys/thread.h>
35 l4_thread_arm_set_tpidruro(l4_cap_idx_t thread, l4_addr_t tpidruro) L4_NOTHROW;
42 l4_thread_arm_set_tpidruro_u(l4_cap_idx_t thread, l4_addr_t tpidruro,
48 l4_thread_arm_set_tpidruro_u(l4_cap_idx_t thread, l4_addr_t tpidruro, in l4_thread_arm_set_tpidruro_u() argument
54 return l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 2, 0, 0), in l4_thread_arm_set_tpidruro_u()
59 l4_thread_arm_set_tpidruro(l4_cap_idx_t thread, l4_addr_t tpidruro) L4_NOTHROW in l4_thread_arm_set_tpidruro() argument
61 return l4_thread_arm_set_tpidruro_u(thread, tpidruro, l4_utcb()); in l4_thread_arm_set_tpidruro()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dthread.cc79 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; in execute_native_thread_routine()
88 thread::_Impl_base* __t = static_cast<thread::_Impl_base*>(__p); in execute_native_thread_routine_compat()
89 thread::__shared_base_type __local; in execute_native_thread_routine_compat()
102 thread::_State::~_State() = default;
105 thread::join() in join()
119 thread::detach() in detach()
133 thread::_M_start_thread(_State_ptr state, void (*)()) in _M_start_thread()
145 thread::_M_start_thread(__shared_base_type __b) in _M_start_thread()
159 thread::_M_start_thread(__shared_base_type __b, void (*)()) in _M_start_thread()
175 thread::hardware_concurrency() noexcept in hardware_concurrency()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dthread.cc79 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; in execute_native_thread_routine()
88 thread::_Impl_base* __t = static_cast<thread::_Impl_base*>(__p); in execute_native_thread_routine_compat()
89 thread::__shared_base_type __local; in execute_native_thread_routine_compat()
102 thread::_State::~_State() = default;
105 thread::join() in join()
119 thread::detach() in detach()
133 thread::_M_start_thread(_State_ptr state, void (*)()) in _M_start_thread()
145 thread::_M_start_thread(__shared_base_type __b) in _M_start_thread()
159 thread::_M_start_thread(__shared_base_type __b, void (*)()) in _M_start_thread()
175 thread::hardware_concurrency() noexcept in hardware_concurrency()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dthread.cc81 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; in execute_native_thread_routine()
90 thread::_Impl_base* __t = static_cast<thread::_Impl_base*>(__p); in execute_native_thread_routine_compat()
91 thread::__shared_base_type __local; in execute_native_thread_routine_compat()
104 thread::_State::~_State() = default;
107 thread::join() in join()
121 thread::detach() in detach()
135 thread::_M_start_thread(_State_ptr state, void (*)()) in _M_start_thread()
157 thread::_M_start_thread(__shared_base_type __b) in _M_start_thread()
171 thread::_M_start_thread(__shared_base_type __b, void (*)()) in _M_start_thread()
187 thread::hardware_concurrency() noexcept in hardware_concurrency()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dcompatibility-thread-c++0x.cc111 void _M_join() { std::call_once(_M_once, &thread::join, ref(_M_thread)); } in _M_join()
112 thread _M_thread;
120 template void call_once(once_flag&, void (thread::*&&)(), reference_wrapper<thread>&&);
121 …d_simple_helper<void (thread::*)(), reference_wrapper<thread>>::__type __bind_simple(void (thread:…

Completed in 619 milliseconds

12345678910>>...12