Home
last modified time | relevance | path

Searched refs:guard_size (Results 1 – 13 of 13) 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/musl/porting/linux/user/src/thread/
Dpthread_create.c28 if (new->guard_size) { in stack_naming()
30 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, new->map_base, new->guard_size, name); in stack_naming()
31 start_addr = new->map_base + new->guard_size; in stack_naming()
32 size_len = new->map_size - new->guard_size; in stack_naming()
447 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.c323 new->guard_size = guard; in __pthread_create()
/third_party/node/deps/v8/src/heap/
Dmemory-allocator.cc665 const size_t guard_size = MemoryChunkLayout::CodePageGuardSize(); in SetPermissionsOnExecutableMemoryChunk() local
670 DCHECK_EQ(pre_guard_offset + guard_size + area_size + guard_size, chunk_size); in SetPermissionsOnExecutableMemoryChunk()
674 const Address post_guard_page = start + chunk_size - guard_size; in SetPermissionsOnExecutableMemoryChunk()
/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/src/internal/
Dpthread_impl.h46 size_t guard_size; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h46 size_t guard_size; member
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs103 pub guard_size: ::size_t,
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h66 size_t guard_size; member
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs31 pub guard_size: ::size_t,
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c304 new->guard_size = guard; in __pthread_create()