HomeSort by relevance Sort by last modified time
    Searched refs:threadfunc (Results 1 - 8 of 8) sorted by null

  /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.12/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/helgrind/tests/
pth_barrier2.stderr.exp 23 at 0x........: threadfunc (pth_barrier.c:60)
29 at 0x........: threadfunc (pth_barrier.c:60)
42 at 0x........: threadfunc (pth_barrier.c:60)
48 at 0x........: threadfunc (pth_barrier.c:60)
61 at 0x........: threadfunc (pth_barrier.c:60)
67 at 0x........: threadfunc (pth_barrier.c:60)
80 at 0x........: threadfunc (pth_barrier.c:60)
86 at 0x........: threadfunc (pth_barrier.c:60)
99 at 0x........: threadfunc (pth_barrier.c:60)
105 at 0x........: threadfunc (pth_barrier.c:60
    [all...]
pth_barrier1.stderr.exp 23 at 0x........: threadfunc (pth_barrier.c:60)
29 at 0x........: threadfunc (pth_barrier.c:60)
pth_barrier3.stderr.exp 23 at 0x........: threadfunc (pth_barrier.c:60)
29 at 0x........: threadfunc (pth_barrier.c:60)
  /external/valgrind/main/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]);

Completed in 334 milliseconds