Searched refs:threadfunc (Results 1 – 7 of 7) sorted by relevance
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 …]
25 at 0x........: threadfunc (pth_barrier.c:60)31 at 0x........: threadfunc (pth_barrier.c:60)
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:?)
47 static void* threadfunc(struct threadinfo* p) in threadfunc() function92 res = pthread_create(&t[i].tid, &attr, (void*(*)(void*))threadfunc, &t[i]); in barriers_and_races()
105 static void* threadfunc(struct threadinfo* p) in threadfunc() function147 pthread_create(&t[i].tid, 0, (void*(*)(void*))threadfunc, &t[i]); in barriers_and_races()
15 void *threadfunc(void *arg) in threadfunc() function42 pthread_create(&thread, NULL, threadfunc, NULL); in main()