Home
last modified time | relevance | path

Searched refs:thread2 (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/regress/lib/libpthread/pthread_kill/
Dpthread_kill.c58 pthread_t thread2; in main() local
66 CHECKr(pthread_create(&thread2, NULL, thread, "T2")); in main()
80 CHECKr(pthread_kill(thread2, SIGUSR1)); in main()
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
Dstep.c12 void thread2 ();
100 if (pthread_create (&tid2, attr2, thread2, &count2) == -1) in main()
159 thread2 (count) in thread2() function
Dpthreads.c90 thread2 (void * arg) in thread2() function
154 if (pthread_create (&tid2, PTHREAD_CREATE_NULL_ARG2, thread2, (void *) 0xdeadbeef))
/openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/
Dav_simple.t60 threads->create(sub { push @foo, "thread2" })->join();
61 ok(15, $foo[7] eq "thread2", "Check push in another thread");
71 ok(21, $var eq "thread2", "Check pop");
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/
DChangeLog4317 (thread2): Likewise.