Searched refs:threadfunc (Results 1 - 9 of 9) sorted by relevance
/external/valgrind/none/tests/s390x/ |
H A D | ex_clone.c | 15 void *threadfunc(void *arg) function 42 pthread_create(&thread, NULL, threadfunc, NULL);
|
/external/valgrind/helgrind/tests/ |
H A D | pth_barrier2.stderr.exp | 25 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 D | pth_barrier1.stderr.exp | 25 at 0x........: threadfunc (pth_barrier.c:60) 31 at 0x........: threadfunc (pth_barrier.c:60)
|
H A D | pth_barrier3.stderr.exp | 25 at 0x........: threadfunc (pth_barrier.c:60) 31 at 0x........: threadfunc (pth_barrier.c:60)
|
/external/valgrind/drd/tests/ |
H A D | annotate_barrier.stderr.exp | 10 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 D | pth_barrier.c | 47 static void* threadfunc(struct threadinfo* p) function 92 res = pthread_create(&t[i].tid, &attr, (void*(*)(void*))threadfunc, &t[i]);
|
H A D | annotate_barrier.c | 105 static void* threadfunc(struct threadinfo* p) function 147 pthread_create(&t[i].tid, 0, (void*(*)(void*))threadfunc, &t[i]);
|
H A D | annotate_barrier_xml.stderr.exp | 84 <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 D | exynos_fimg2d_event.c | 69 static void* threadfunc(void *arg) { function 304 pthread_create(&event_thread, NULL, threadfunc, &event_data);
|
Completed in 2886 milliseconds