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

/external/chromium_org/ppapi/thunk/
H A Denter.h48 // inherit from |LockOnEntry<true>| before all other base classes. This ensures
53 // For cases where you don't want to lock, inherit from |LockOnEntry<false>|.
56 struct LockOnEntry;
59 struct LockOnEntry<false> { struct in namespace:ppapi::thunk::subtle
61 LockOnEntry() { function in struct:ppapi::thunk::subtle::LockOnEntry
65 ~LockOnEntry() {
74 struct LockOnEntry<true> { struct in namespace:ppapi::thunk::subtle
75 LockOnEntry() { function in struct:ppapi::thunk::subtle::LockOnEntry
78 ~LockOnEntry() {
174 : public subtle::LockOnEntry<lock_on_entr
[all...]

Completed in 363 milliseconds