Searched defs:arg (Results 26 - 50 of 280) sorted by relevance

1234567891011>>

/fuchsia/zircon/system/dev/board/hikey960/
H A Dhikey960.c46 static int hikey960_start_thread(void* arg) { argument
/fuchsia/zircon/system/dev/board/imx8mevk/
H A Dimx8mevk.c107 static int imx8mevk_start_thread(void* arg) { argument
/fuchsia/zircon/system/dev/board/vim/
H A Dvim.c49 static int vim_start_thread(void* arg) { argument
/fuchsia/zircon/system/host/abigen/
H A Dkernel_wrapper_generator.cpp104 os << inin << "out_handle_" << arg local
[all...]
/fuchsia/zircon/system/uapp/driverctl/
H A Ddriverctl.c126 char* arg = argv[i]; local
[all...]
/fuchsia/zircon/system/uapp/ihda/
H A Dihda.cpp28 int arg = 1; local
[all...]
/fuchsia/zircon/system/uapp/psutils/
H A Dkill.c32 const char* arg = argv[i]; local
/fuchsia/zircon/system/uapp/thread-stress/
H A Dthread-stress.c14 static int thread_func(void* arg) { argument
/fuchsia/zircon/system/ulib/perftest/include/perftest/
H A Dperftest.h157 void RegisterTest(const char* name, Func test_func, Arg arg, Args... args) { argument
/fuchsia/zircon/system/utest/core/handle-transfer/
H A Dhandle-transfer.c77 static int thread(void* arg) { argument
/fuchsia/zircon/system/utest/core/pthread-barrier/
H A Dbarrier.c37 static void* barrier_wait(void* arg) { argument
/fuchsia/zircon/system/utest/core/sync-completion/
H A Dmain.c21 static int sync_completion_thread_wait(void* arg) { argument
30 static int sync_completion_thread_signal(void* arg) { argument
H A Dcompletion.cpp19 static int sync_completion_thread_wait(void* arg) { argument
28 static int sync_completion_thread_signal(void* arg) { argument
/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwsleep.c113 zx_system_powerctl_arg_t arg; local
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A DMALLOCX_ARENA.c14 thd_start(void *arg) argument
H A Dthread_arena.c6 thd_start(void *arg) argument
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dmq.c34 thd_receiver_start(void *arg) argument
48 thd_sender_start(void *arg) argument
H A Dtsd.c56 thd_start(void *arg) argument
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dremote.h11 fetch8(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int8_t *valp, void *arg) argument
31 fetch16(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int16_t *valp, void *arg) argument
53 fetch32(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int32_t *valp, void *arg) argument
75 fetchw(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t *valp, void *arg) argument
/fuchsia/zircon/third_party/ulib/ngunwind/src/aarch64/
H A DGsignal_frame.c43 void *arg; local
/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A DGget_proc_name.c30 intern_string(unw_addr_space_t as, unw_accessors_t *a, unw_word_t addr, char *buf, size_t buf_len, void *arg) argument
49 get_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) argument
H A DGfind_dynamic_proc_info.c29 local_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
48 remote_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
55 unwi_find_dynamic_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
H A Dcommon.c63 unwi_load_as_contents(unw_addr_space_t as, struct as_contents *contents, unw_word_t offset, size_t size, void *arg) argument
/fuchsia/zircon/kernel/include/kernel/
H A Dtimer.h39 void* arg; member in struct:timer
103 timer_set_oneshot( timer_t* timer, zx_time_t deadline, timer_callback callback, void* arg) argument
/fuchsia/zircon/kernel/include/lib/
H A Dktrace.h65 static inline void ktrace_name(uint32_t tag, uint32_t id, uint32_t arg, const char* name) { argument

Completed in 65 milliseconds

1234567891011>>