Searched refs:thread0 (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 1-1.c | 94 pthread_t thread0, thread1, thread2; in main() local 103 if (pthread_create(&thread0, NULL, fn_wr, NULL) != 0) { in main() 131 if (pthread_join(thread0, NULL) != 0) { in main()
|
D | 3-1.c | 114 pthread_t thread0, thread1, thread2; in main() local 123 if (pthread_create(&thread0, NULL, fn_wr, NULL) != 0) { in main() 151 if (pthread_join(thread0, NULL) != 0) { in main()
|
/external/boringssl/src/crypto/chacha/asm/ |
D | chacha-armv8.pl | 451 my @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0); 456 foreach (@thread0) { 462 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1); 467 foreach (@thread0) { 795 my @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0); 802 my $diff = ($#thread0+1)*6 - $#thread67 - 1; 805 foreach (@thread0) { 814 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1); 822 foreach (@thread0) { 909 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0); [all …]
|
D | chacha-armv4.pl | 736 my @thread0=&NEONROUND($a0,$b0,$c0,$d0,$t0,0); 741 foreach (@thread0) { 747 @thread0=&NEONROUND($a0,$b0,$c0,$d0,$t0,1); 752 foreach (@thread0) {
|
/external/google-breakpad/src/processor/ |
D | minidump_unittest.cc | 491 Thread thread0(dump, 0xbbef4432, stack0, context0, in TEST() local 495 dump.Add(&thread0); in TEST()
|