Searched refs:seqlock (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/content/browser/device_sensors/ |
D | data_fetcher_shared_memory_mac.cc | 23 buffer->seqlock.WriteBegin(); in FetchMotion() 31 buffer->seqlock.WriteEnd(); in FetchMotion() 81 buffer->seqlock.WriteBegin(); in FetchOrientation() 87 buffer->seqlock.WriteEnd(); in FetchOrientation() 131 motion_buffer_->seqlock.WriteBegin(); in Start() 133 motion_buffer_->seqlock.WriteEnd(); in Start() 143 orientation_buffer_->seqlock.WriteBegin(); in Start() 146 orientation_buffer_->seqlock.WriteEnd(); in Start() 149 orientation_buffer_->seqlock.WriteBegin(); in Start() 151 orientation_buffer_->seqlock.WriteEnd(); in Start() [all …]
|
D | sensor_manager_android.cc | 59 device_orientation_buffer_->seqlock.WriteBegin(); in GotOrientation() 66 device_orientation_buffer_->seqlock.WriteEnd(); in GotOrientation() 81 device_motion_buffer_->seqlock.WriteBegin(); in GotAcceleration() 88 device_motion_buffer_->seqlock.WriteEnd(); in GotAcceleration() 103 device_motion_buffer_->seqlock.WriteBegin(); in GotAccelerationIncludingGravity() 110 device_motion_buffer_->seqlock.WriteEnd(); in GotAccelerationIncludingGravity() 125 device_motion_buffer_->seqlock.WriteBegin(); in GotRotationRate() 132 device_motion_buffer_->seqlock.WriteEnd(); in GotRotationRate() 146 device_light_buffer_->seqlock.WriteBegin(); in GotLight() 148 device_light_buffer_->seqlock.WriteEnd(); in GotLight() [all …]
|
D | data_fetcher_shared_memory_default.cc | 16 buffer->seqlock.WriteBegin(); in SetMotionBuffer() 18 buffer->seqlock.WriteEnd(); in SetMotionBuffer() 26 buffer->seqlock.WriteBegin(); in SetOrientationBuffer() 28 buffer->seqlock.WriteEnd(); in SetOrientationBuffer() 36 buffer->seqlock.WriteBegin(); in SetLightBuffer() 38 buffer->seqlock.WriteEnd(); in SetLightBuffer()
|
D | data_fetcher_shared_memory_win.cc | 117 buffer_->seqlock.WriteBegin(); in UpdateSharedMemoryBuffer() 127 buffer_->seqlock.WriteEnd(); in UpdateSharedMemoryBuffer() 173 buffer_->seqlock.WriteBegin(); in UpdateSharedMemoryBuffer() 189 buffer_->seqlock.WriteEnd(); in UpdateSharedMemoryBuffer() 204 buffer_->seqlock.WriteBegin(); in UpdateSharedMemoryBuffer() 212 buffer_->seqlock.WriteEnd(); in UpdateSharedMemoryBuffer() 273 motion_buffer_->seqlock.WriteBegin(); in Start() 275 motion_buffer_->seqlock.WriteEnd(); in Start() 383 orientation_buffer_->seqlock.WriteBegin(); in SetBufferAvailableState() 385 orientation_buffer_->seqlock.WriteEnd(); in SetBufferAvailableState() [all …]
|
D | device_inertial_sensor_browsertest.cc | 110 buffer->seqlock.WriteBegin(); in SetMotionBufferReady() 112 buffer->seqlock.WriteEnd(); in SetMotionBufferReady() 116 buffer->seqlock.WriteBegin(); in SetOrientationBufferReady() 118 buffer->seqlock.WriteEnd(); in SetOrientationBufferReady() 122 buffer->seqlock.WriteBegin(); in UpdateMotion() 146 buffer->seqlock.WriteEnd(); in UpdateMotion() 150 buffer->seqlock.WriteBegin(); in UpdateOrientation() 158 buffer->seqlock.WriteEnd(); in UpdateOrientation() 162 buffer->seqlock.WriteBegin(); in UpdateLight() 164 buffer->seqlock.WriteEnd(); in UpdateLight()
|
D | data_fetcher_shared_memory_base_unittest.cc | 60 buffer->seqlock.WriteBegin(); in UpdateLight() 62 buffer->seqlock.WriteEnd(); in UpdateLight() 69 buffer->seqlock.WriteBegin(); in UpdateMotion() 71 buffer->seqlock.WriteEnd(); in UpdateMotion() 78 buffer->seqlock.WriteBegin(); in UpdateOrientation() 80 buffer->seqlock.WriteEnd(); in UpdateOrientation()
|
/external/chromium_org/content/common/ |
D | one_writer_seqlock_unittest.cc | 27 content::OneWriterSeqLock* seqlock, in Init() argument 30 seqlock_ = seqlock; in Init() 63 content::OneWriterSeqLock seqlock; in TEST() local 74 threads[i].Init(&seqlock, &data, &ready); in TEST() 81 seqlock.WriteBegin(); in TEST() 85 seqlock.WriteEnd(); in TEST()
|
D | shared_memory_seqlock_buffer.h | 24 OneWriterSeqLock seqlock;
|
/external/chromium_org/content/renderer/ |
D | shared_memory_seqlock_reader.cc | 28 content::OneWriterSeqLock* seqlock, void* final, void* temp, void* from, in FetchFromBuffer() argument 39 version = seqlock->ReadBegin(); in FetchFromBuffer() 44 } while (seqlock->ReadRetry(version)); in FetchFromBuffer()
|
D | shared_memory_seqlock_reader.h | 24 bool FetchFromBuffer(content::OneWriterSeqLock* seqlock, void* final, 48 return FetchFromBuffer(&buffer_->seqlock, data, temp_buffer_.get(), in GetLatestData()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | design.txt | 314 __u32 lock; /* seqlock for synchronization */
|