Home
last modified time | relevance | path

Searched refs:thread_func (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dattach-flag.c8 thread_func (void *p) in thread_func() function
23 pthread_create (&threads[i], NULL, thread_func, NULL); in main()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cc39 void *thread_func(void *arg) { in thread_func() function
46 ASSERT_EQ(0, pthread_create(&tid, 0, &thread_func, in SpawnThread()
/netbsd-src/external/bsd/flex/dist/tests/
H A Dpthread.l117 static void * thread_func ( void* arg ) in thread_func() function
181 if( pthread_create( &threads[i], NULL, thread_func, NULL) != 0) in main()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dthreadstest.c271 static int start_threads(size_t n, void (*thread_func)(void)) in start_threads()
279 if (!TEST_true(run_thread(multi_threads + multi_num_threads++, thread_func))) in start_threads()
286 size_t num_threads, void (*thread_func)(void), in thread_run_test()
293 || !start_threads(num_threads, thread_func)) in thread_run_test()
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dtls.m452 thread_func (void *arg)
62 thread_func, (void *)0))
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dtls.m452 thread_func (void *arg)
62 thread_func, (void *)0))
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dtls.m452 thread_func (void *arg)
62 thread_func, (void *)0))
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dtls.m452 thread_func (void *arg)
62 thread_func, (void *)0))
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dtls.m452 thread_func (void *arg)
62 thread_func, (void *)0))
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dtls.m452 thread_func (void *arg)
62 thread_func, (void *)0))
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dconfigure11466 thread_func (void *arg)
11479 thread_func, (void *)0))
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dconfigure11460 thread_func (void *arg)
11473 thread_func, (void *)0))
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dconfigure15920 thread_func (void *arg)
15933 thread_func, (void *)0))
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dconfigure15958 thread_func (void *arg)
15971 thread_func, (void *)0))
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure28254 thread_func (void *arg)
28267 thread_func, (void *)0))
47777 thread_func (void *arg)
47790 thread_func, (void *)0))
53964 thread_func (void *arg)
53977 thread_func, (void *)0))
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure28270 thread_func (void *arg)
28283 thread_func, (void *)0))
47891 thread_func (void *arg)
47904 thread_func, (void *)0))
54090 thread_func (void *arg)
54103 thread_func, (void *)0))
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git76283 (gdb) break thread_func
76293 …Thread 2 "frame-view" hit Breakpoint 1, thread_func (p=0x0) at /home/simark/src/binutils-gdb/gdb/t…
76297 …rip = 0x5555555551a2 in thread_func (/home/simark/src/binutils-gdb/gdb/testsuite/gdb.base/frame-vi…
76316 …#0 thread_func (p=0x7ffff7d4e630) at /home/simark/src/binutils-gdb/gdb/testsuite/gdb.base/frame-v…
111983 thread_func (void *arg)
111999 GDB prematurely stops the thread_func thread after the first of
112002 pthread_create (&thread, NULL, thread_func, NULL); /* set break here */