/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
H A D | 3-1.c | 16 * 2. Main creats thread0. 114 pthread_t thread0, thread1, thread2; in main() local 121 printf("main: create thread0\n"); in main() 123 if (pthread_create(&thread0, NULL, fn_wr, NULL) != 0) { in main() 124 printf("Error creating thread0\n"); in main() 128 /* thread0 should not block at all since no one else has locked rwlock */ in main() 141 printf("thread0 correctly acquired the write lock.\n"); in main() 144 ("Test FAILED: thread0 incorrectly blocked on timedwrlock\n"); in main() 147 printf("Unexpected state for thread0 %d\n", thread_state); in main() 151 if (pthread_join(thread0, NUL in main() [all...] |
H A D | 1-1.c | 16 * 2. Main creats thread0. 94 pthread_t thread0, thread1, thread2; in main() local 101 printf("main: create thread0\n"); in main() 103 if (pthread_create(&thread0, NULL, fn_wr, NULL) != 0) { in main() 104 printf("Error creating thread0\n"); in main() 108 /* thread0 should not block at all since no one else has locked rwlock */ in main() 121 printf("thread0 correctly acquired the write lock.\n"); in main() 124 ("Test FAILED: thread0 incorrectly blocked on timedwrlock\n"); in main() 127 printf("Unexpected state for thread0 %d\n", thread_state); in main() 131 if (pthread_join(thread0, NUL in main() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLContextSharingTest.cpp | 693 std::thread thread0 = std::thread([&]() { in TEST_P() local 758 thread0.join(); in TEST_P() 804 std::thread thread0 = std::thread([&]() { in TEST_P() local 875 thread0.join(); in TEST_P()
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 946 my @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0); 953 my $diff = ($#thread0+1)*6 - $#thread67 - 1; 956 foreach (@thread0) { 965 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1); 973 foreach (@thread0) { 1060 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0); 1068 foreach (@thread0) { 1077 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1); 1085 foreach (@thread0) {
|
H A D | chacha-ppc.pl | 601 my @thread0=&VMXROUND($A0,$B0,$C0,$D0,0); 606 foreach (@thread0) { 617 @thread0=&VMXROUND($A0,$B0,$C0,$D0,1); 622 foreach (@thread0) {
|
H A D | chacha-armv4.pl | 741 my @thread0=&NEONROUND($a0,$b0,$c0,$d0,$t0,0); 746 foreach (@thread0) { 752 @thread0=&NEONROUND($a0,$b0,$c0,$d0,$t0,1); 757 foreach (@thread0) {
|
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 951 my @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0); 958 my $diff = ($#thread0+1)*6 - $#thread67 - 1; 961 foreach (@thread0) { 970 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1); 978 foreach (@thread0) { 1065 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0); 1073 foreach (@thread0) { 1082 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1); 1090 foreach (@thread0) {
|
H A D | chacha-ppc.pl | 601 my @thread0=&VMXROUND($A0,$B0,$C0,$D0,0); 606 foreach (@thread0) { 617 @thread0=&VMXROUND($A0,$B0,$C0,$D0,1); 622 foreach (@thread0) {
|
H A D | chacha-armv4.pl | 741 my @thread0=&NEONROUND($a0,$b0,$c0,$d0,$t0,0); 746 foreach (@thread0) { 752 @thread0=&NEONROUND($a0,$b0,$c0,$d0,$t0,1); 757 foreach (@thread0) {
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 832 std::thread thread0 = std::thread([&]() { local 884 thread0.join();
|