Searched defs:start_thread (Results 51 - 59 of 59) sorted by relevance
123
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | process_64.c | 533 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() function 538 EXPORT_SYMBOL_GPL(start_thread); variable
|
| /kernel/linux/linux-6.6/tools/usb/ |
| H A D | ffs-test.c | 464 static void start_thread(struct thread *t) in start_thread() function
|
| /third_party/node/src/ |
| H A D | node_platform.cc | 63 auto start_thread = [](void* data) { in Start() local
|
| /third_party/mesa3d/src/gallium/include/frontend/ |
| H A D | api.h | 443 void (*start_thread)(struct st_context_iface *stctxi); member
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| H A D | processor.h | 300 #define start_thread(regs,new_ip,new_sp) do { \ macro
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | process.c | 1775 void start_thread(struct pt_regs *regs, unsigned long start, unsigned long sp) in start_thread() function 1899 EXPORT_SYMBOL(start_thread); variable
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| H A D | processor.h | 296 #define start_thread(regs,new_ip,new_sp) do { \ macro
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| H A D | process.c | 1890 void start_thread(struct pt_regs *regs, unsigned long start, unsigned long sp) in start_thread() function 2005 EXPORT_SYMBOL(start_thread); variable
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | module-bluez5-device.c | 1712 static int start_thread(struct userdata *u) { in start_thread() function
|
Completed in 15 milliseconds
123