Home
last modified time | relevance | path

Searched defs:msync (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/mman/
Dmsync.c5 int msync(void *start, size_t len, int flags) in msync() function
/third_party/musl/src/mman/
Dmsync.c4 int msync(void *start, size_t len, int flags) in msync() function
/third_party/iowow/src/platform/win32/mman/
Dmman.c111 int msync(void *addr, size_t len, int flags) { in msync() function
/third_party/uboot/u-boot-2020.01/arch/arm/mach-exynos/include/mach/
Ddsim.h24 unsigned int msync; member
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h465 #define msync(...) (pthread_testcancel(), msync(__VA_ARGS__)) macro