/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue6997_linux.c | 13 static void* threadfunc(void* dummy) { function 20 return pthread_create(&thread, NULL, &threadfunc, NULL);
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue6997_linux.c | 13 static void* threadfunc(void* dummy) { function 20 return pthread_create(&thread, NULL, &threadfunc, NULL);
|
/external/valgrind/none/tests/s390x/ |
ex_clone.c | 15 void *threadfunc(void *arg) function 42 pthread_create(&thread, NULL, threadfunc, NULL);
|
/external/valgrind/helgrind/tests/ |
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_barrier.c:60 [all...] |
pth_barrier1.stderr.exp | 25 at 0x........: threadfunc (pth_barrier.c:60) 31 at 0x........: threadfunc (pth_barrier.c:60)
|
pth_barrier3.stderr.exp | 25 at 0x........: threadfunc (pth_barrier.c:60) 31 at 0x........: threadfunc (pth_barrier.c:60)
|
/external/valgrind/drd/tests/ |
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:?)
|
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]);
|
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/ |
exynos_fimg2d_event.c | 69 static void* threadfunc(void *arg) { function 304 pthread_create(&event_thread, NULL, threadfunc, &event_data);
|