Searched refs:threadfunc (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Dex_clone.c15 void *threadfunc(void *arg) function
42 pthread_create(&thread, NULL, threadfunc, NULL);
/external/valgrind/helgrind/tests/
H A Dpth_barrier2.stderr.exp25 at 0x........: threadfunc (pth_barrier.c:60)
31 at 0x........: threadfunc (pth_barrier.c:60)
44 at 0x........: threadfunc (pth_barrier.c:60)
50 at 0x........: threadfunc (pth_barrier.c:60)
63 at 0x........: threadfunc (pth_barrier.c:60)
69 at 0x........: threadfunc (pth_barrier.c:60)
82 at 0x........: threadfunc (pth_barrier.c:60)
88 at 0x........: threadfunc (pth_barrier.c:60)
101 at 0x........: threadfunc (pth_barrier.c:60)
107 at 0x........: threadfunc (pth_barrie
[all...]
H A Dpth_barrier1.stderr.exp25 at 0x........: threadfunc (pth_barrier.c:60)
31 at 0x........: threadfunc (pth_barrier.c:60)
H A Dpth_barrier3.stderr.exp25 at 0x........: threadfunc (pth_barrier.c:60)
31 at 0x........: threadfunc (pth_barrier.c:60)
/external/valgrind/drd/tests/
H A Dannotate_barrier.stderr.exp10 by 0x........: threadfunc (annotate_barrier.c:?)
16 by 0x........: threadfunc (annotate_barrier.c:?)
21 by 0x........: threadfunc (annotate_barrier.c:?)
26 at 0x........: threadfunc (annotate_barrier.c:?)
36 by 0x........: threadfunc (annotate_barrier.c:?)
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]);
H A Dannotate_barrier_xml.stderr.exp84 <fn>threadfunc</fn>
117 <fn>threadfunc</fn>
150 <fn>threadfunc</fn>
175 <fn>threadfunc</fn>
237 <fn>threadfunc</fn>
/external/libdrm/tests/exynos/
H A Dexynos_fimg2d_event.c69 static void* threadfunc(void *arg) { function
304 pthread_create(&event_thread, NULL, threadfunc, &event_data);

Completed in 2886 milliseconds