Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D1-1.c94 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()
D3-1.c114 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/
Dchacha-armv8.pl451 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 …]
Dchacha-armv4.pl736 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/
Dminidump_unittest.cc491 Thread thread0(dump, 0xbbef4432, stack0, context0, in TEST() local
495 dump.Add(&thread0); in TEST()