Searched defs:threadfunc (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dex_clone.c15 void *threadfunc(void *arg) function
42 pthread_create(&thread, NULL, threadfunc, NULL);
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/
H A DSDL_systhread.c41 static void threadfunc(void *pparm) function
74 thread->threadid = thread->handle = (*pfnBeginThread)(threadfunc, NULL, 512*1024, pThreadParms);
/external/valgrind/main/drd/tests/
H A Dpth_barrier.c47 static void* threadfunc(struct threadinfo* p) function
92 res = pthread_create(&t[i].tid, &attr, (void*(*)(void*))threadfunc, &t[i]);
H A Dannotate_barrier.c105 static void* threadfunc(struct threadinfo* p) function
147 pthread_create(&t[i].tid, 0, (void*(*)(void*))threadfunc, &t[i]);

Completed in 1282 milliseconds