Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_guard_size.c26 size_t guard_size = 0; in pthread_guard_size_0100() local
28 pthread_attr_getguardsize(&attr, &guard_size); in pthread_guard_size_0100()
30 TEST(guard_size == TARGET_GUARD_SIZE); in pthread_guard_size_0100()
32 TEST(guard_size == DEFAULT_GUARD_SIZE); in pthread_guard_size_0100()
/third_party/grpc/third_party/upb/upb/
Dupb.h184 size_t guard_size = 32; in upb_arena_malloc() local
185 if (_upb_arenahas(a) >= guard_size) { in upb_arena_malloc()
186 h->ptr += guard_size; in upb_arena_malloc()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c25 if (new->guard_size) { in stack_naming()
27 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, new->map_base, new->guard_size, name); in stack_naming()
28 start_addr = new->map_base + new->guard_size; in stack_naming()
29 size_len = new->map_size - new->guard_size; in stack_naming()
390 new->guard_size = guard; in __pthread_create()
/third_party/musl/src/thread/
Dpthread_getattr_np.c10 a->_a_guardsize = t->guard_size; in pthread_getattr_np()
Dpthread_create.c312 new->guard_size = guard; in __pthread_create()
/third_party/musl/src/internal/
Dpthread_impl.h37 size_t guard_size; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h37 size_t guard_size; member
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h38 size_t guard_size; member
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c146 new->guard_size = 0; in __pthread_create()
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h52 size_t guard_size; member
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c307 new->guard_size = guard; in __pthread_create()