Home
last modified time | relevance | path

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

/external/chromium_org/cc/layers/
Dtexture_layer_unittest.cc105 MOCK_METHOD4(ReleaseImpl,
130 release_mailbox1_impl_ = base::Bind(&MockMailboxCallback::ReleaseImpl, in CommonMailboxObjects()
133 release_mailbox2_impl_ = base::Bind(&MockMailboxCallback::ReleaseImpl, in CommonMailboxObjects()
956 ReleaseImpl(test_data_.mailbox_name1_, test_data_.sync_point1_, false, _)) in TEST_F()
1045 ReleaseImpl(test_data_.mailbox_name1_, test_data_.sync_point1_, false, _)) in TEST_F()
1056 EXPECT_CALL(test_data_.mock_callback_, ReleaseImpl(_, _, _, _)).Times(0); in TEST_F()
1063 ReleaseImpl(test_data_.mailbox_name2_, _, false, _)).Times(1); in TEST_F()
1070 ReleaseImpl(test_data_.mailbox_name1_, _, false, _)).Times(1); in TEST_F()
1080 ReleaseImpl(test_data_.mailbox_name1_, test_data_.sync_point1_, false, _)) in TEST_F()
1094 ReleaseImpl(test_data_.mailbox_name1_, _, false, _)).Times(1); in TEST_F()
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc284 ReleaseImpl(thr, pc, &s->read_clock); in MutexReadUnlock()
314 ReleaseImpl(thr, pc, &s->read_clock); in MutexReadOrWriteUnlock()
324 ReleaseImpl(thr, pc, &s->clock); in MutexReadOrWriteUnlock()
391 ReleaseImpl(thr, pc, &s->clock); in Release()
436 void ReleaseImpl(ThreadState *thr, uptr pc, SyncClock *c) { in ReleaseImpl() function
Dtsan_rtl_thread.cc61 ReleaseImpl(args->thr, 0, &sync); in OnCreated()
129 ReleaseImpl(thr, 0, &sync); in OnFinished()
Dtsan_interface_atomic.cc332 ReleaseImpl(thr, pc, &s->clock); in AtomicStore()
349 ReleaseImpl(thr, pc, &s->clock); in AtomicRMW()
473 ReleaseImpl(thr, pc, &s->clock); in AtomicCAS()
Dtsan_rtl.h662 void ReleaseImpl(ThreadState *thr, uptr pc, SyncClock *c);