Searched refs:stack_base (Results 1 - 9 of 9) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DMultiLocker.cpp172 uint32 stack_base = 0; local
175 if (IsWriteLocked(&stack_base, &thread)) {
203 fWriterStackBase = stack_base;
323 /* so all of the stack_base and thread_id info is determined here. WriteLock passes */
340 uint32 stack_base; local
347 stack_base = (uint32) &write_lock_holder/B_PAGE_SIZE;
348 if (fWriterStackBase == stack_base) {
361 *the_stack_base = stack_base;
H A DMultiLocker.h34 bool IsWriteLocked(uint32 *stack_base = NULL, thread_id *thread = NULL);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c263 attr->stack_address = info.stack_base;
264 attr->stack_size = (size_t)info.stack_end - (size_t)info.stack_base;
/haiku/headers/private/fs_shell/
H A Dfssh_os.h127 void *stack_base; member in struct:__anon369
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp415 return threadInfo.stack_base;
/haiku/src/apps/expander/
H A DGenericThread.cpp407 return info.stack_base;
/haiku/headers/os/kernel/
H A DOS.h319 void *stack_base; member in struct:__anon7
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp294 *stackBase = (void*)threadInfo.stack_base;
/haiku/src/system/kernel/
H A Dthread.cpp1217 info->stack_base = (void *)thread->user_stack_base;

Completed in 229 milliseconds