Searched refs:create_thread (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/platforms/cell/ | 
| D | spu_syscalls.c | 70 			ret = calls->create_thread(name, flags, mode, neighbor.file);  in SYSCALL_DEFINE4()74 		ret = calls->create_thread(name, flags, mode, NULL);  in SYSCALL_DEFINE4()
 
 | 
| /Linux-v5.4/arch/powerpc/platforms/cell/spufs/ | 
| D | syscalls.c | 81 	.create_thread = do_spu_create,
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | spu.h | 229 	long (*create_thread)(const char __user *name,  member
 | 
| /Linux-v5.4/drivers/acpi/ | 
| D | acpi_dbg.c | 741 	.create_thread		 = acpi_aml_create_thread,
 | 
| D | osl.c | 893 	func = acpi_debugger.ops->create_thread;  in acpi_debugger_create_thread()
 | 
| /Linux-v5.4/include/linux/ | 
| D | acpi.h | 145 	int (*create_thread)(acpi_osd_exec_callback function, void *context);  member
 |