Searched refs:args2 (Results 1 – 7 of 7) sorted by relevance
/haiku/headers/private/system/ |
H A D | thread_defs.h | 48 void* args2; member
|
/haiku/headers/private/kernel/arch/ |
H A D | thread.h | 28 void *args1, void *args2);
|
/haiku/src/system/kernel/arch/x86/32/ |
H A D | thread.cpp | 223 void* args2) in arch_thread_enter_userspace() argument 229 "ustack_top 0x%lx\n", entry, args1, args2, stackTop)); in arch_thread_enter_userspace() 240 args[2] = (uint32)args2; in arch_thread_enter_userspace()
|
/haiku/src/system/kernel/arch/arm/ |
H A D | arch_thread.cpp | 180 void *args1, void *args2) in arch_thread_enter_userspace() argument 187 "ustack_top 0x%" B_PRIxADDR "\n", entry, args1, args2, stackTop); in arch_thread_enter_userspace() 201 frame.r1 = (uint32)args2; in arch_thread_enter_userspace()
|
/haiku/src/system/kernel/arch/x86/64/ |
H A D | thread.cpp | 275 void* args2) in arch_thread_enter_userspace() argument 281 "stackTop %#lx\n", entry, args1, args2, stackTop); in arch_thread_enter_userspace() 300 frame.si = (uint64)args2; in arch_thread_enter_userspace()
|
/haiku/src/system/libroot/posix/pthread/ |
H A D | pthread.cpp | 124 attributes->args2 = argument2; in __pthread_init_creation_attributes()
|
/haiku/src/system/kernel/ |
H A D | thread.cpp | 528 this->args2 = NULL; in ThreadCreationAttributes() 985 entryArgs.userlandArgument2 = attributes.args2; in thread_create_thread()
|