Home
last modified time | relevance | path

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

/cts/hostsidetests/security/securityPatch/Bug-34173755/
Dpoc.c46 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