Home
last modified time | relevance | path

Searched refs:__mprotect (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/mman/
H A Dmprotect.c5 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 Dmman.h14 hidden int __mprotect(void *, size_t, int);
/third_party/musl/src/include/sys/
H A Dmman.h14 hidden int __mprotect(void *, size_t, int);
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_create.c283 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE) in __pthread_create()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c283 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE) in __pthread_create()
/third_party/musl/src/thread/
H A Dpthread_create.c306 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE) in __pthread_create()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c486 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE) in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c422 if (__mprotect(map+guard, size-guard, PROT_READ|PROT_WRITE) in __pthread_create()

Completed in 6 milliseconds