Searched refs:guard_size (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/system/
H A Dthread_defs.h51 size_t guard_size; member in struct:thread_creation_attributes
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c40 attr->guard_size = USER_STACK_GUARD_SIZE;
185 *guardsize = attr->guard_size;
199 attr->guard_size = guardsize;
266 attr->guard_size = 0;
H A Dpthread.cpp125 attributes->guard_size = attr->guard_size;
/haiku/headers/private/libroot/
H A Dpthread_private.h51 size_t guard_size; member in struct:_pthread_attr
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c1035 int error, guard_size, i; local
1038 guard_size = ALE_JUMBO_FRAMELEN;
1040 guard_size = ALE_MAX_FRAMELEN;
1041 sc->ale_pagesize = roundup(guard_size + ALE_RX_PAGE_SZ,
/haiku/src/system/kernel/
H A Dthread.cpp530 this->guard_size = 0;
970 attributes.additional_stack_size, attributes.guard_size,

Completed in 157 milliseconds