Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dmunmap-pthread.c12 static void *thread_mmap_munmap(void *arg) in thread_mmap_munmap() function
50 ret = pthread_create(&mmap_munmap, NULL, thread_mmap_munmap, (void *)&run); in main()