Searched defs:LockImpl (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/synchronization/
H A Dlock_impl_posix.cc14 LockImpl::LockImpl() { function in class:base::internal::LockImpl
32 LockImpl::~LockImpl() {
37 bool LockImpl::Try() {
43 void LockImpl::Lock() {
48 void LockImpl::Unlock() {
H A Dlock_impl_win.cc10 LockImpl::LockImpl() { function in class:base::internal::LockImpl
16 LockImpl::~LockImpl() {
20 bool LockImpl::Try() {
27 void LockImpl::Lock() {
31 void LockImpl::Unlock() {
H A Dlock_impl.h24 // used for the Lock class. Most users should not use LockImpl directly, but
26 class BASE_API LockImpl { class in namespace:base::internal
34 LockImpl();
35 ~LockImpl();
58 DISALLOW_COPY_AND_ASSIGN(LockImpl);
/external/chromium_org/base/synchronization/
H A Dlock_impl_posix.cc14 LockImpl::LockImpl() { function in class:base::internal::LockImpl
32 LockImpl::~LockImpl() {
37 bool LockImpl::Try() {
43 void LockImpl::Lock() {
48 void LockImpl::Unlock() {
H A Dlock_impl_win.cc10 LockImpl::LockImpl() { function in class:base::internal::LockImpl
16 LockImpl::~LockImpl() {
20 bool LockImpl::Try() {
27 void LockImpl::Lock() {
31 void LockImpl::Unlock() {
H A Dlock_impl.h23 // used for the Lock class. Most users should not use LockImpl directly, but
25 class BASE_EXPORT LockImpl { class in namespace:base::internal
33 LockImpl();
34 ~LockImpl();
55 DISALLOW_COPY_AND_ASSIGN(LockImpl);
/external/chromium_org/gpu/command_buffer/client/
H A Datomicops.cc27 class LockImpl { class in namespace:gpu
29 LockImpl() function in class:gpu::LockImpl
34 ~LockImpl() {
65 DISALLOW_COPY_AND_ASSIGN(LockImpl);
70 class LockImpl : public base::Lock { class in namespace:gpu
76 : lock_(new LockImpl()) {

Completed in 124 milliseconds