Searched refs:thread2 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/regress/lib/libpthread/pthread_kill/ |
| D | pthread_kill.c | 58 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/ |
| D | step.c | 12 void thread2 (); 100 if (pthread_create (&tid2, attr2, thread2, &count2) == -1) in main() 159 thread2 (count) in thread2() function
|
| D | pthreads.c | 90 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/ |
| D | av_simple.t | 60 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/ |
| D | ChangeLog | 4317 (thread2): Likewise.
|