/external/compiler-rt/lib/tsan/go/ |
D | test.c | 53 void *thr0 = 0; in main() local 55 __tsan_init(&thr0, &proc0, symbolize_cb); in main() 59 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main() 61 __tsan_func_enter(thr0, (char*)&main + 1); in main() 62 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main() 63 __tsan_release(thr0, buf); in main() 64 __tsan_release_merge(thr0, buf); in main() 66 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); in main() 68 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main() 69 __tsan_func_exit(thr0); in main()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 308 SimpleThreadClock *thr0[kThreads]; in ClockFuzzer() local 313 thr0[i] = new SimpleThreadClock(i); in ClockFuzzer() 330 thr0[tid]->tick(); in ClockFuzzer() 337 thr0[tid]->acquire(sync0[cid]); in ClockFuzzer() 343 thr0[tid]->release(sync0[cid]); in ClockFuzzer() 349 thr0[tid]->acq_rel(sync0[cid]); in ClockFuzzer() 355 thr0[tid]->ReleaseStore(sync0[cid]); in ClockFuzzer() 367 u64 epoch = thr0[tid]->clock[tid] + 1; in ClockFuzzer() 369 delete thr0[tid]; in ClockFuzzer() 370 thr0[tid] = new SimpleThreadClock(tid); in ClockFuzzer() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_quantize_sse2.c | 77 const __m128i *thr0, const __m128i *thr1, in quantize() argument 90 const __m128i mask0 = _mm_or_si128(_mm_cmpgt_epi16(qcoeff0, *thr0), in quantize() 91 _mm_cmpeq_epi16(qcoeff0, *thr0)); in quantize() 161 const __m128i thr0 = _mm_srai_epi16(dequant0, 1); in av1_quantize_fp_sse2() local 166 &round1, &quant0, &quant1, &dequant0, &dequant1, &thr0, &thr1, &eob); in av1_quantize_fp_sse2()
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_posix.h | 288 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument 290 return pthread_equal(thr0, thr1); in thrd_equal()
|
D | threads_win32.h | 544 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument 546 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 | 562 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument 564 return GetThreadId(thr0) == GetThreadId(thr1); in thrd_equal()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 520 const uint8_t *thr0, const uint8_t *blt1, const uint8_t *lt1, in highbd_lpf_internal_14_dual_sse2() argument 525 get_limit_dual(blt0, lt0, thr0, blt1, lt1, thr1, bd, &blimit, &limit, &thresh, in highbd_lpf_internal_14_dual_sse2()
|