Searched refs:user_thread (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
H A Dc_user_thread.h15 void get_user_thread_process_name(const void* user_thread,
H A Dthread_dispatcher.h114 return reinterpret_cast<ThreadDispatcher*>(get_current_thread()->user_thread);
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h44 void* user_thread);
139 void* user_thread; member in struct:thread
/fuchsia/zircon/kernel/tests/
H A Dthread_tests.cpp625 t->user_thread = t;
634 t->user_thread = t;
642 t->user_thread = t;
653 t->user_thread = t;
664 t->user_thread = t;
674 t->user_thread = t;
685 t->user_thread = t;
/fuchsia/zircon/scripts/
H A Dzircon.elf-gdb.py323 user_thread = thread["tls"][tls_entry]
324 if user_thread:
325 user_thread_ptr = user_thread.cast(user_thread_ptr_t)
/fuchsia/zircon/kernel/kernel/
H A Dthread.cpp115 t->user_callback(new_state, t->user_thread);
1139 if (t->user_thread) {
1140 get_user_thread_process_name(t->user_thread, out_name);
1208 t->user_thread, t->user_pid, t->user_tid);
/fuchsia/zircon/kernel/object/
H A Dthread_dispatcher.cpp129 lkthread->user_thread = reinterpret_cast<void*>(this);
975 void get_user_thread_process_name(const void* user_thread, argument
978 reinterpret_cast<const ThreadDispatcher*>(user_thread);

Completed in 158 milliseconds