Searched refs:__mprotect (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/src/mman/ |
H A D | mprotect.c | 5 int __mprotect(void *addr, size_t len, int prot) in __mprotect() function 13 weak_alias(__mprotect, mprotect);
|
/third_party/musl/porting/liteos_a/kernel/src/include/sys/ |
H A D | mman.h | 14 hidden int __mprotect(void *, size_t, int);
|
/third_party/musl/src/include/sys/ |
H A D | mman.h | 14 hidden int __mprotect(void *, size_t, int);
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_create.c | 283 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE) in __pthread_create()
|
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_create.c | 283 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE) in __pthread_create()
|
/third_party/musl/src/thread/ |
H A D | pthread_create.c | 306 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE) in __pthread_create()
|
/third_party/musl/src/thread/linux/ |
H A D | pthread_create.c | 486 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE) in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 422 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE) in __pthread_create()
|
Completed in 4 milliseconds