/external/valgrind/main/none/tests/s390x/ |
ex_clone.c | 15 void *threadfunc(void *arg) function 42 pthread_create(&thread, NULL, threadfunc, NULL);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/ |
SDL_systhread.c | 41 static void threadfunc(void *pparm) function 74 thread->threadid = thread->handle = (*pfnBeginThread)(threadfunc, NULL, 512*1024, pThreadParms);
|
/external/valgrind/main/drd/tests/ |
pth_barrier.c | 47 static void* threadfunc(struct threadinfo* p) function 92 res = pthread_create(&t[i].tid, &attr, (void*(*)(void*))threadfunc, &t[i]);
|
annotate_barrier.c | 105 static void* threadfunc(struct threadinfo* p) function 147 pthread_create(&t[i].tid, 0, (void*(*)(void*))threadfunc, &t[i]);
|