Searched refs:thrd_create (Results 1 – 4 of 4) sorted by relevance
23 int thrd_create(thrd_t* thr, thrd_start_t func, void* arg) { in thrd_create() function
51 int thrd_create(thrd_t*, thrd_start_t, void*);
225 status = thrd_status_to_acpi_status(thrd_create(&os_execute_state.thread, AcpiOsExecuteTask, in AcpiOsInitialize()942 int ret = thrd_create(&arg->thread, acpi_irq_thread, arg.get()); in AcpiOsInstallInterruptHandler()
800 $(LOCAL_DIR)/src/thread/thrd_create.c \
Completed in 7 milliseconds