Searched refs:thread_mmap (Results 1 – 1 of 1) sorted by relevance
46 void *thread_mmap(void *);90 ret = pthread_create(&tid[0], NULL, thread_mmap, NULL); in main()142 void *thread_mmap(void *arg) { in thread_mmap() function