Home
last modified time | relevance | path

Searched refs:create_thread (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c72 return calls->create_thread(name, flags, mode, fd_file(neighbor)); in DEFINE_CLASS()
74 return calls->create_thread(name, flags, mode, NULL); in DEFINE_CLASS()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c81 .create_thread = do_spu_create,
/linux/arch/powerpc/include/asm/
H A Dspu.h215 long (*create_thread)(const char __user *name, member
/linux/drivers/acpi/
H A Dacpi_dbg.c734 .create_thread = acpi_aml_create_thread,
H A Dosl.c935 func = acpi_debugger.ops->create_thread; in acpi_debugger_create_thread()