Home
last modified time | relevance | path

Searched refs:args2 (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/private/system/
H A Dthread_defs.h48 void* args2; member
/haiku/headers/private/kernel/arch/
H A Dthread.h28 void *args1, void *args2);
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp223 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 Darch_thread.cpp180 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 Dthread.cpp275 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 Dpthread.cpp124 attributes->args2 = argument2; in __pthread_init_creation_attributes()
/haiku/src/system/kernel/
H A Dthread.cpp528 this->args2 = NULL; in ThreadCreationAttributes()
985 entryArgs.userlandArgument2 = attributes.args2; in thread_create_thread()