Home
last modified time | relevance | path

Searched refs:create_thread (Results 1 – 4 of 4) 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,