Searched defs:thread (Results 1 - 25 of 105) sorted by relevance

12345

/fuchsia/zircon/system/utest/exit/
H A Dexit.c24 thrd_t thread; variable
26 thrd_detach(thread); variable
/fuchsia/zircon/system/utest/async/
H A Ddefault_tests.cpp39 thrd_t thread; local
/fuchsia/zircon/system/ulib/inspector/
H A Dregisters.cpp14 zx_status_t inspector_read_general_regs(zx_handle_t thread, zx_thread_state_general_regs_t* regs) { argument
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dfuchsia_i.h41 zx_handle_t thread; member in struct:unw_fuchsia_info
/fuchsia/zircon/kernel/object/
H A Dsuspend_token_dispatcher.cpp16 zx_status_t SuspendTokenDispatcher::Create(fbl::RefPtr<ThreadDispatcher> thread, argument
34 SuspendTokenDispatcher::SuspendTokenDispatcher(fbl::RefPtr<ThreadDispatcher> thread) argument
H A Dprofile_dispatcher.cpp50 zx_status_t ProfileDispatcher::ApplyProfile(fbl::RefPtr<ThreadDispatcher> thread) { argument
/fuchsia/zircon/system/uapp/thread-depth/
H A Dthread-depth.c24 thrd_t thread; local
45 thrd_t thread; local
/fuchsia/zircon/kernel/arch/x86/
H A Dsmp.cpp83 thread_t* thread = static_cast<thread_t*>(calloc(1, sizeof(thread_t))); local
[all...]
H A Darch.cpp120 finish_secondary_entry( volatile int* aps_still_booting, thread_t* thread, uint cpu_num) argument
167 x86_secondary_entry(volatile int* aps_still_booting, thread_t* thread) argument
/fuchsia/zircon/kernel/syscalls/
H A Dprofile.cpp60 fbl::RefPtr<ThreadDispatcher> thread; local
/fuchsia/zircon/system/uapp/thread-stress/
H A Dthread-stress.c18 static void thread_create(thrd_t* thread) { argument
25 static void thread_join(thrd_t thread) { argument
34 thrd_t thread[NUM_THREADS]; local
[all...]
/fuchsia/zircon/system/utest/core/handle-transfer/
H A Dhandle-transfer.c77 static int thread(void* arg) { function
/fuchsia/zircon/system/utest/race-tests/
H A Drace-tests.cpp26 pthread_t thread; local
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dtsd_structs.h8 pthread_t thread; member in struct:tsd_init_block_s
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Darch_thread.h48 static inline void x86_set_suspended_general_regs(struct arch_thread *thread, argument
58 static inline void x86_reset_suspended_general_regs(struct arch_thread *thread) argument
/fuchsia/zircon/kernel/lib/hypervisor/
H A Dcpu.cpp48 thread_t* thread = get_current_thread(); local
53 bool check_pinned_cpu_invariant(uint16_t vpid, const thread_t* thread) { argument
/fuchsia/zircon/kernel/tests/
H A Dpreempt_disable_tests.cpp25 thread_t* thread = get_current_thread(); local
78 thread_t* thread = get_current_thread(); local
120 thread_t* thread local
148 thread_t* thread = get_current_thread(); local
181 thread_t* thread = get_current_thread(); local
209 thread_t* thread = get_current_thread(); local
234 thread_t* thread = get_current_thread(); local
263 thread_t* thread = get_current_thread(); local
[all...]
/fuchsia/zircon/system/ulib/fzl/
H A Dmemory-probe.cpp38 zx::thread thread; local
[all...]
/fuchsia/zircon/system/ulib/launchpad/include/launchpad/
H A Dlaunchpad.h116 zx_handle_t thread; member in struct:launchpad_start_data
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dthread.h14 class thread : public task<thread> { class in namespace:zx
20 explicit thread(zx_handle_t value) function in class:zx::thread
23 explicit thread(handle&& h) function in class:zx::thread
26 thread(thread&& other) function in class:zx::thread
[all...]
/fuchsia/zircon/system/utest/core/c11-thread/
H A Dthread.c30 thrd_t thread; local
85 thrd_t thread; local
[all...]
/fuchsia/zircon/system/utest/core/stack/
H A Dstack-test.c107 pthread_t thread; local
/fuchsia/zircon/system/utest/fidl-simple/
H A Dclient_tests.c58 thrd_t thread; local
/fuchsia/zircon/third_party/ulib/musl/sanitizers/
H A Dhooks.c17 __sanitizer_before_thread_create_hook( thrd_t thread, bool detached, const char* name, void* stack_base, size_t stack_size) argument
/fuchsia/zircon/kernel/arch/arm64/
H A Ddebugger.cpp27 zx_status_t arch_get_general_regs(struct thread* thread, zx_thread_state_general_regs_t* out) { argument
48 zx_status_t arch_set_general_regs(struct thread* thread, const zx_thread_state_general_regs_t* in) { argument
69 zx_status_t arch_get_single_step(struct thread* threa argument
85 arch_set_single_step(struct thread* thread, bool single_step) argument
103 arch_get_fp_regs(struct thread* thread, zx_thread_state_fp_regs* out) argument
109 arch_set_fp_regs(struct thread* thread, const zx_thread_state_fp_regs* in) argument
115 arch_get_vector_regs(struct thread* thread, zx_thread_state_vector_regs* out) argument
132 arch_set_vector_regs(struct thread* thread, const zx_thread_state_vector_regs* in) argument
149 arch_get_x86_register_fs(struct thread* thread, uint64_t* out) argument
155 arch_set_x86_register_fs(struct thread* thread, const uint64_t* in) argument
161 arch_get_x86_register_gs(struct thread* thread, uint64_t* out) argument
167 arch_set_x86_register_gs(struct thread* thread, const uint64_t* in) argument
[all...]

Completed in 131 milliseconds

12345