Home
last modified time | relevance | path

Searched refs:mmap_munmap (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/
H A Dmunmap-pthread.c41 pthread_t mmap_munmap, dummy; in main() local
50 ret = pthread_create(&mmap_munmap, NULL, thread_mmap_munmap, (void *)&run); in main()
61 ret = pthread_join(mmap_munmap, NULL); in main()