Searched defs:guardsize (Results 1 – 10 of 10) sorted by relevance
24 pthread_attr_getguardsize (const pthread_attr_t *attr, size_t *guardsize) in pthread_attr_getguardsize()
24 pthread_attr_setguardsize (pthread_attr_t* attr, size_t guardsize) in pthread_attr_setguardsize()
440 size_t guardsize; in allocate_stack() local
358 size_t guardsize; member
352 size_t stacksize, guardsize; in pthread_allocate_stack() local596 size_t guardsize = 0, stksize = 0; in pthread_handle_create() local889 size_t guardsize = th->p_guardsize; in pthread_free() local
391 size_t stacksize, guardsize; in pthread_allocate_stack() local675 size_t guardsize = 0, stksize = 0; in pthread_handle_create() local906 size_t guardsize = th->p_guardsize; in pthread_free() local
271 size_t guardsize; in do_test() local
68 size_t guardsize = -1; in thr2() local
350 size_t stacksize, guardsize; in pthread_allocate_stack() local485 size_t guardsize = 0; in pthread_handle_create() local
33 size_t guardsize; member
Completed in 17 milliseconds