Searched refs:forkArgs (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/
H A Dthread.h50 arch_fork_arg* forkArgs; // If non-NULL, the userland thread member in struct:BKernel::ThreadCreationAttributes
/haiku/src/system/kernel/
H A Dthread.cpp113 arch_fork_arg* forkArgs; member in struct:UserThreadEntryArguments
539 this->forkArgs = NULL;
586 forkArgs = NULL;
645 free(args->forkArgs);
669 if (args->forkArgs == NULL) {
684 arch_fork_arg archArgs = *args->forkArgs;
685 free(args->forkArgs);
710 entryArgs.forkArgs = NULL;
986 entryArgs.forkArgs = attributes.forkArgs;
[all...]
H A Dteam.cpp2108 arch_fork_arg* forkArgs; local
2157 forkArgs = (arch_fork_arg*)malloc(sizeof(arch_fork_arg));
2158 if (forkArgs == NULL) {
2233 arch_store_fork_frame(forkArgs);
2270 threadCreationAttributes.forkArgs = forkArgs;
2314 free(forkArgs);

Completed in 56 milliseconds