Searched defs:guardsize (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/sysdeps/htl/ |
D | pt-attr-getguardsize.c | 23 pthread_attr_getguardsize (const pthread_attr_t *attr, size_t * guardsize) in pthread_attr_getguardsize()
|
D | pt-attr-setguardsize.c | 23 pthread_attr_setguardsize (pthread_attr_t *attr, size_t guardsize) in pthread_attr_setguardsize()
|
/glibc-2.36/support/ |
D | xpthread_attr_setguardsize.c | 22 xpthread_attr_setguardsize (pthread_attr_t *attr, size_t guardsize) in xpthread_attr_setguardsize()
|
D | support.h | 213 size_t guardsize; member
|
D | support_stack_alloc.c | 56 size_t guardsize = roundup (MAX (2 * stacksize, 1024 * 1024), pagesize); in support_stack_alloc() local
|
/glibc-2.36/nptl/ |
D | pthread_attr_getguardsize.c | 22 __pthread_attr_getguardsize (const pthread_attr_t *attr, size_t *guardsize) in __pthread_attr_getguardsize()
|
D | pthread_attr_setguardsize.c | 22 __pthread_attr_setguardsize (pthread_attr_t *attr, size_t guardsize) in __pthread_attr_setguardsize()
|
D | allocatestack.c | 148 guard_position (void *mem, size_t size, size_t guardsize, struct pthread *pd, in guard_position() 163 setup_stack_prot (char *mem, size_t size, char *guard, size_t guardsize, in setup_stack_prot() 186 advise_stack_range (void *mem, size_t size, uintptr_t pd, size_t guardsize) in advise_stack_range() 324 size_t guardsize; in allocate_stack() local
|
D | tst-attr3.c | 273 size_t guardsize; in do_test() local
|
D | tst-default-attr.c | 41 static size_t guardsize; variable
|
D | perf.c | 120 static long int guardsize = -1; variable
|
D | descr.h | 378 size_t guardsize; member
|
/glibc-2.36/benchtests/ |
D | thread_create-source.c | 40 thread_create (int nthreads, size_t stacksize, size_t guardsize) in thread_create()
|
/glibc-2.36/rt/ |
D | tst-timer4.c | 68 size_t guardsize = -1; in thr2() local
|
/glibc-2.36/htl/ |
D | pt-internal.h | 86 size_t guardsize; member
|
/glibc-2.36/sysdeps/nptl/ |
D | internaltypes.h | 34 size_t guardsize; member
|