Home
last modified time | relevance | path

Searched refs:threadfunc (Results 1 – 25 of 146) sorted by relevance

123456

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/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_barrier.c:60)
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/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_barrier.c:60)
[all …]
/dports/print/photoprint/photoprint-0.4.2-pre2/support/
H A Dthread.cpp33 if(t->threadfunc) in LaunchStub()
34 t->returncode=t->threadfunc->Entry(*t); in LaunchStub()
127 Thread::Thread(ThreadFunction *threadfunc) in Thread() argument
128 : threadfunc(threadfunc), state(THREAD_IDLE) in Thread()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/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:?)
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/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:?)
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dthreadtest.c15 void* threadfunc(void* arg) { in threadfunc() function
49 pthread_create(&thread1, &attr, threadfunc, job1); in main()
50 pthread_create(&thread2, &attr, threadfunc, job2); in main()
/dports/audio/aften/aften-0.0.8/libaften/
H A Dthreading.h59 #define thread_create(threadid, threadfunc, threadparam) \ argument
60 pthread_create(threadid, NULL, (void *(*) (void *))threadfunc, threadparam)
130 thread_create(HANDLE *thread, int (*threadfunc)(void*), LPVOID threadparam) in thread_create()
133 *thread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)threadfunc, in thread_create()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/lang/gcc8/gcc-8.5.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/lang/gcc11/gcc-11.2.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/lang/gcc10/gcc-10.3.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/devel/avr-gcc/gcc-10.2.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/lang/gcc9/gcc-9.4.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/misc/cgo/test/
H A Dissue6997_linux.c13 static void* threadfunc(void* dummy) { in threadfunc() function
20 return pthread_create(&thread, NULL, &threadfunc, NULL); in StartThread()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.threads/
H A Dthread_events.c25 threadfunc (void *arg) in threadfunc() function
41 if (pthread_create (&thread, NULL, threadfunc, NULL) != 0) in main()

123456