/external/compiler-rt/lib/tsan/go/ |
D | test.c | 65 void *thr1 = 0; in main() local 66 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); in main() 70 __tsan_func_enter(thr1, (char*)&foobar + 1); in main() 71 __tsan_func_enter(thr1, (char*)&foobar + 1); in main() 72 __tsan_write(thr1, buf, (char*)&barfoo + 1); in main() 73 __tsan_acquire(thr1, buf); in main() 74 __tsan_func_exit(thr1); in main() 75 __tsan_func_exit(thr1); in main() 76 __tsan_go_end(thr1); in main()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 73 ThreadClock thr1(1); in TEST() local 74 thr1.tick(); in TEST() 79 thr1.ReleaseStore(&cache, &sync); in TEST() 309 ThreadClock *thr1[kThreads]; in ClockFuzzer() local 314 thr1[i] = new ThreadClock(i, reused[i]); in ClockFuzzer() 331 thr1[tid]->tick(); in ClockFuzzer() 338 thr1[tid]->acquire(&cache, sync1[cid]); in ClockFuzzer() 344 thr1[tid]->release(&cache, sync1[cid]); in ClockFuzzer() 350 thr1[tid]->acq_rel(&cache, sync1[cid]); in ClockFuzzer() 356 thr1[tid]->ReleaseStore(&cache, sync1[cid]); in ClockFuzzer() [all …]
|
/external/libaom/av1/encoder/x86/ |
D | av1_quantize_sse2.c | 78 const __m128i *thr0, const __m128i *thr1, in quantize() argument 93 const __m128i mask1 = _mm_or_si128(_mm_cmpgt_epi16(qcoeff1, *thr1), in quantize() 94 _mm_cmpeq_epi16(qcoeff1, *thr1)); in quantize() 163 const __m128i thr1 = _mm_srai_epi16(dequant1, 1); in av1_quantize_fp_sse2() local 167 &round1, &quant0, &quant1, &dequant0, &dequant1, &thr0, &thr1, &eob); in av1_quantize_fp_sse2() 174 &round1, &quant1, &quant1, &dequant1, &dequant1, &thr1, &thr1, in av1_quantize_fp_sse2()
|
/external/compiler-rt/test/tsan/ |
D | cond_cancel.c | 24 void *thr1(void *p) { in thr1() function 42 pthread_create(&th, 0, thr1, 0); in main()
|
D | cond.c | 15 void *thr1(void *p) { in thr1() function 48 pthread_create(&th1, 0, thr1, 0); in main()
|
/external/virglrenderer/src/mesa/compat/c11/ |
D | threads_posix.h | 312 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument 314 return pthread_equal(thr0, thr1); in thrd_equal()
|
D | threads_win32.h | 421 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument 423 return GetThreadId(thr0) == GetThreadId(thr1); in thrd_equal()
|
/external/mesa3d/include/c11/ |
D | threads_posix.h | 312 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument 314 return pthread_equal(thr0, thr1); in thrd_equal()
|
D | threads_win32.h | 552 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument 554 return GetThreadId(thr0) == GetThreadId(thr1); in thrd_equal()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 76 ThreadState *thr1 = static_cast<ThreadState*>(arg); in OnDetached() local 77 sync.Reset(&thr1->proc()->clock_cache); in OnDetached()
|
/external/libaom/aom_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 522 const uint8_t *thr1, int bd) { in highbd_lpf_internal_14_dual_sse2() argument 526 get_limit_dual(blt0, lt0, thr0, blt1, lt1, thr1, bd, &blimit, &limit, &thresh, in highbd_lpf_internal_14_dual_sse2()
|