Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c40 attr->guard_size = USER_STACK_GUARD_SIZE; in pthread_attr_init()
185 *guardsize = attr->guard_size; in pthread_attr_getguardsize()
199 attr->guard_size = guardsize; in pthread_attr_setguardsize()
266 attr->guard_size = 0; in __pthread_attr_get_np()
H A Dpthread.cpp127 attributes->guard_size = attr->guard_size; in __pthread_init_creation_attributes()
/haiku/headers/private/system/
H A Dthread_defs.h51 size_t guard_size; member
/haiku/headers/private/libroot/
H A Dpthread_private.h51 size_t guard_size; member
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c1022 int error, guard_size, i; in ale_dma_alloc() local
1025 guard_size = ALE_JUMBO_FRAMELEN; in ale_dma_alloc()
1027 guard_size = ALE_MAX_FRAMELEN; in ale_dma_alloc()
1028 sc->ale_pagesize = roundup(guard_size + ALE_RX_PAGE_SZ, in ale_dma_alloc()
/haiku/src/system/kernel/
H A Dthread.cpp531 this->guard_size = 0; in ThreadCreationAttributes()
971 attributes.additional_stack_size, attributes.guard_size, in thread_create_thread()