| /netbsd-src/external/mit/libuv/dist/docs/code/signal/ |
| H A D | main.c | 58 uv_thread_t thread1, thread2; in main() local 60 uv_thread_create(&thread1, thread1_worker, 0); in main() 63 uv_thread_join(&thread1); in main()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | threadstest.c | 472 thread_t thread1, thread2; in test_multi() local 537 if (!TEST_true(run_thread(&thread1, worker)) in test_multi() 547 if (!TEST_true(wait_for_thread(thread1))) in test_multi() 583 thread_t thread1, thread2; in test_multi_default() local 600 if (!TEST_true(run_thread(&thread1, thread_multi_simple_fetch)) in test_multi_default() 606 if (!TEST_true(wait_for_thread(thread1)) in test_multi_default()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/chacha/asm/ |
| H A D | chacha-armv8.pl | 457 my @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,0); 463 eval(shift(@thread1)); eval(shift(@thread3)); 468 @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,1); 474 eval(shift(@thread1)); eval(shift(@thread3)); 803 my @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,0); 814 eval(shift(@thread1)); eval(shift(@thread67)); 822 @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,1); 831 eval(shift(@thread1)); eval(shift(@thread67)); 917 @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,0); 926 eval(shift(@thread1)); eval(shift(@thread67)); [all …]
|
| H A D | chacha-armv4.pl | 733 my @thread1=&NEONROUND($a1,$b1,$c1,$d1,$t1,0); 739 eval(shift(@thread1)); eval(shift(@thread3)); 744 @thread1=&NEONROUND($a1,$b1,$c1,$d1,$t1,1); 750 eval(shift(@thread1)); eval(shift(@thread3));
|
| H A D | chacha-ppc.pl | 598 my @thread1=&VMXROUND($A1,$B1,$C1,$D1,0); 604 eval(shift(@thread1)); 614 @thread1=&VMXROUND($A1,$B1,$C1,$D1,1); 620 eval(shift(@thread1));
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | gettext-6-prg.c | 138 pthread_t thread1; in main() local 152 if (pthread_create (&thread1, NULL, &thread1_execution, NULL)) in main()
|
| H A D | gettext-7-prg.c | 142 pthread_t thread1; in main() local 156 if (pthread_create (&thread1, NULL, &thread1_execution, NULL)) in main()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/chacha/asm/ |
| H A D | chacha-armv8.pl | 947 my @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,0); 958 eval(shift(@thread1)); eval(shift(@thread67)); 966 @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,1); 975 eval(shift(@thread1)); eval(shift(@thread67)); 1061 @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,0); 1070 eval(shift(@thread1)); eval(shift(@thread67)); 1078 @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,1); 1087 eval(shift(@thread1)); eval(shift(@thread67));
|
| H A D | chacha-armv4.pl | 742 my @thread1=&NEONROUND($a1,$b1,$c1,$d1,$t1,0); 748 eval(shift(@thread1)); eval(shift(@thread3)); 753 @thread1=&NEONROUND($a1,$b1,$c1,$d1,$t1,1); 759 eval(shift(@thread1)); eval(shift(@thread3));
|
| H A D | chacha-ppc.pl | 602 my @thread1=&VMXROUND($A1,$B1,$C1,$D1,0); 608 eval(shift(@thread1)); 618 @thread1=&VMXROUND($A1,$B1,$C1,$D1,1); 624 eval(shift(@thread1));
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | diff3.c | 265 struct diff_block *thread0, *thread1, *last_block; local 461 thread1 = process_diff (file[rev_mapping[FILE1]], commonname, &last_block, 477 diff3 = make_3way_diff (thread0, thread1); 644 make_3way_diff (thread0, thread1) in make_3way_diff() argument 645 struct diff_block *thread0, *thread1; in make_3way_diff() 706 current[0] = thread0; current[1] = thread1;
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | diff3.c | 243 struct diff_block *thread0, *thread1, *last_block; in main() local 395 thread1 = process_diff (file[rev_mapping[FILE1]], commonname, &last_block); in main() 397 diff3 = make_3way_diff (thread0, thread1); in main() 538 make_3way_diff (struct diff_block *thread0, struct diff_block *thread1) in make_3way_diff() argument 594 current[0] = thread0; current[1] = thread1; in make_3way_diff()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ira-color.c | 2096 ira_allocno_t a, thread1, thread2; in form_threads_from_copies() local 2108 thread1 = ALLOCNO_COLOR_DATA (cp->first)->first_thread_allocno; in form_threads_from_copies() 2110 if (thread1 == thread2) in form_threads_from_copies() 2112 if (! allocno_thread_conflict_p (thread1, thread2)) in form_threads_from_copies() 2121 merge_threads (thread1, thread2); in form_threads_from_copies() 2124 thread1 = ALLOCNO_COLOR_DATA (thread1)->first_thread_allocno; in form_threads_from_copies() 2126 ALLOCNO_COLOR_DATA (thread1)->thread_freq, in form_threads_from_copies() 2127 ALLOCNO_NUM (thread1), ALLOCNO_REGNO (thread1), in form_threads_from_copies() 2128 ALLOCNO_FREQ (thread1)); in form_threads_from_copies() 2129 for (a = ALLOCNO_COLOR_DATA (thread1)->next_thread_allocno; in form_threads_from_copies() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ira-color.cc | 2349 ira_allocno_t a, thread1, thread2; in form_threads_from_copies() local 2358 thread1 = ALLOCNO_COLOR_DATA (cp->first)->first_thread_allocno; in form_threads_from_copies() 2360 if (thread1 == thread2) in form_threads_from_copies() 2362 if (! allocno_thread_conflict_p (thread1, thread2)) in form_threads_from_copies() 2371 merge_threads (thread1, thread2); in form_threads_from_copies() 2374 thread1 = ALLOCNO_COLOR_DATA (thread1)->first_thread_allocno; in form_threads_from_copies() 2376 ALLOCNO_COLOR_DATA (thread1)->thread_freq, in form_threads_from_copies() 2377 ALLOCNO_NUM (thread1), ALLOCNO_REGNO (thread1), in form_threads_from_copies() 2378 ALLOCNO_FREQ (thread1)); in form_threads_from_copies() 2379 for (a = ALLOCNO_COLOR_DATA (thread1)->next_thread_allocno; in form_threads_from_copies() [all …]
|
| /netbsd-src/external/mit/libuv/dist/docs/src/guide/ |
| H A D | threads.rst | 165 void thread1() {
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 23876 (gdb) PASS: gdb.threads/pthreads.exp: break thread1 23902 (gdb) PASS: gdb.threads/pthreads.exp: break thread1
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 16073 367b21b37820f516cd49cb6ead5340a9 gcc/testsuite/g++.dg/diagnostic/thread1.C
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 17868 367b21b37820f516cd49cb6ead5340a9 gcc/testsuite/g++.dg/diagnostic/thread1.C
|