Searched refs:guard_size (Results 1 - 15 of 15) sorted by relevance
/third_party/musl/libc-test/src/functionalext/thread/ |
H A D | pthread_guard_size.c | 26 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/src/thread/linux/ |
H A D | pthread_create.c | 28 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() 511 new->guard_size = guard; in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 28 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/ |
H A D | pthread_getattr_np.c | 10 a->_a_guardsize = t->guard_size; in pthread_getattr_np()
|
H A D | pthread_create.c | 327 new->guard_size = guard; in __pthread_create()
|
/third_party/node/deps/v8/src/heap/ |
H A D | memory-allocator.cc | 665 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/ |
H A D | pthread_impl.h | 38 size_t guard_size; member
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_create.c | 146 new->guard_size = 0; in __pthread_create()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | pthread_impl.h | 67 size_t guard_size; member
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
H A D | pthread_impl.h | 46 size_t guard_size; member
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 103 pub guard_size: ::size_t,
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_create.c | 304 new->guard_size = guard; in __pthread_create()
|
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_create.c | 304 new->guard_size = guard; in __pthread_create()
|
/third_party/musl/src/internal/ |
H A D | pthread_impl.h | 54 size_t guard_size; member
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 31 pub guard_size: ::size_t,
|
Completed in 9 milliseconds