Searched refs:thread_utcb (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/l4util/lib/src/ |
A D | thread.c | 21 l4util_create_thread(l4_cap_idx_t id, l4_utcb_t *thread_utcb, in l4util_create_thread() argument 33 l4_thread_control_bind(thread_utcb, task); in l4util_create_thread()
|
/l4re-core-master/l4sys/include/ |
A D | thread.h | 258 l4_thread_control_bind(l4_utcb_t *thread_utcb, 266 l4_thread_control_bind_u(l4_utcb_t *thread_utcb, 751 l4_thread_control_bind_u(l4_utcb_t *thread_utcb, l4_cap_idx_t task, in l4_thread_control_bind_u() argument 756 v->mr[L4_THREAD_CONTROL_MR_IDX_BIND_UTCB] = (l4_addr_t)thread_utcb; in l4_thread_control_bind_u() 872 l4_thread_control_bind(l4_utcb_t *thread_utcb, l4_cap_idx_t task) L4_NOTHROW in l4_thread_control_bind() argument 874 l4_thread_control_bind_u(thread_utcb, task, l4_utcb()); in l4_thread_control_bind()
|
A D | thread | 186 * \param thread_utcb The thread’s UTCB address within the task it shall 203 void bind(l4_utcb_t *thread_utcb, Cap<Task> const &task) noexcept 204 { l4_thread_control_bind_u(thread_utcb, task.cap(), _u); }
|
/l4re-core-master/l4util/include/ |
A D | thread.h | 47 l4util_create_thread(l4_cap_idx_t id, l4_utcb_t *thread_utcb,
|
/l4re-core-master/libstdc++-headers/include/ |
A D | thread-l4 | 30 inline l4_utcb_t * thread_utcb(std::thread &t)
|
Completed in 9 milliseconds