Searched defs:arg (Results 51 - 75 of 280) sorted by relevance

1234567891011>>

/fuchsia/zircon/kernel/lib/hypervisor/
H A Dcpu.cpp29 static void percpu_task(void* arg) { argument
/fuchsia/zircon/kernel/lib/oom/
H A Doom.cpp50 static int oom_loop(void* arg) { argument
/fuchsia/zircon/kernel/tests/
H A Dpreempt_disable_tests.cpp18 static void timer_callback_func(timer_t* timer, zx_time_t now, void* arg) { argument
223 timer_set_preempt_pending(timer_t* timer, zx_time_t now, void* arg) argument
H A Dsync_ipi_tests.cpp44 static int deadlock_test_thread(void* arg) { argument
/fuchsia/zircon/system/dev/board/astro/
H A Dastro.c68 static int aml_start_thread(void* arg) { argument
/fuchsia/zircon/system/dev/board/machina/
H A Dmachina.c33 zx_pci_init_arg_t* arg; local
[all...]
/fuchsia/zircon/system/dev/board/qemu/
H A Dqemu-bus.c34 zx_pci_init_arg_t* arg; local
[all...]
/fuchsia/zircon/system/dev/bus/virtio/
H A Ddevice.cpp75 int Device::IrqThreadEntry(void* arg) { argument
H A Drng.cpp108 int RngDevice::SeedThreadEntry(void* arg) { argument
/fuchsia/zircon/system/dev/test/ddk-test/
H A Dddk-test.c22 static void ddk_test_output_func(const char* line, int len, void* arg) { argument
37 static zx_status_t ddk_test_func(void* cookie, test_report_t* report, const void* arg, size_t arglen) { argument
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dtest.h92 zx_status_t RunTests(test_report_t* report, const void* arg, size_t arglen) { argument
/fuchsia/zircon/system/ulib/ddktl/test/
H A Dddktl-test.cpp23 void ddktl_test_output_func(const char* line, int len, void* arg) { argument
41 zx_status_t ddktl_test_func(void* cookie, test_report_t* report, const void* arg, size_t arglen) { argument
/fuchsia/zircon/system/utest/core/c11-condvar/
H A Dcondvar.c17 static int cond_thread(void* arg) { argument
/fuchsia/zircon/system/utest/core/c11-thread/
H A Dthread.c17 static int thread_entry(void* arg) { argument
96 static int detach_thrd(void* arg) { argument
/fuchsia/zircon/system/utest/core/pthread-tls/
H A Dtls-test.c36 static void* do_work(void* arg) { argument
/fuchsia/zircon/system/utest/core/stack/
H A Dstack-test.c94 static void* thread_stack_tests(void* arg) { argument
/fuchsia/zircon/system/utest/core/threads/thread-functions/
H A Dthread-functions.cpp17 void threads_test_sleep_fn(void* arg) { argument
23 void threads_test_wait_fn(void* arg) { argument
29 void threads_test_wait_detach_fn(void* arg) { argument
36 void threads_test_wait_break_infinite_sleep_fn(void* arg) { argument
53 void threads_test_busy_fn(void* arg) { argument
61 void threads_test_infinite_sleep_fn(void* arg) { argument
66 threads_test_infinite_wait_fn(void* arg) argument
72 threads_test_port_fn(void* arg) argument
81 channel_call_suspend_test_arg* arg = static_cast<channel_call_suspend_test_arg*>(arg_); local
[all...]
/fuchsia/zircon/system/utest/fbl/
H A Dforward_tests.cpp11 static int category(const int& arg) { return CAT_LVALUE; } argument
13 static int category(int&& arg) { return CAT_RVALUE; } argument
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dallocated.c12 thd_start(void *arg) argument
/fuchsia/zircon/third_party/ulib/musl/src/exit/
H A Datexit.c24 void (*func)(void*), *arg; local
52 int __cxa_atexit(void (*func)(void*), void* arg, void* dso) { argument
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Del2_cpu_state.cpp74 static void el2_off_task(void* arg) { argument
/fuchsia/zircon/kernel/dev/pdev/include/pdev/
H A Dinterrupt.h17 void* arg; member in struct:int_handler_struct
/fuchsia/zircon/kernel/kernel/
H A Ddebug.cpp165 void RecurringCallback::CallbackWrapper(timer_t* t, zx_time_t now, void* arg) { argument
/fuchsia/zircon/kernel/lib/watchdog/
H A Dwatchdog.c32 static void watchdog_timer_callback(timer_t *timer, zx_time_t now, void *arg) argument
98 static void hw_watchdog_timer_callback(timer_t *timer, zx_time_t now, void *arg) argument
/fuchsia/zircon/kernel/object/
H A Dtimer_dispatcher.cpp21 static void timer_irq_callback(timer* timer, zx_time_t now, void* arg) { argument

Completed in 190 milliseconds

1234567891011>>