Searched refs:getLock (Results 1 – 5 of 5) sorted by relevance
115 uptr getLock(uptr idx) const { return all_locks_with_contexts_[idx].lock; } in getLock() function232 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()
68 public Object getLock() in getLock() method in ByteArrayISO8859Writer
238 FX_BOOL getLock(IJS_Context* cc,568 JS_STATIC_METHOD(getLock, Field);
93 JS_STATIC_METHOD_ENTRY(getLock) in END_JS_STATIC_CONST()3202 FX_BOOL Field::getLock(IJS_Context* cc, in getLock() function in Field
3231 const Mutex& getLock(const Inner* i);3233 void lockInner (Inner* i) EXCLUSIVE_LOCK_FUNCTION(getLock(i));3234 void unlockInner(Inner* i) UNLOCK_FUNCTION(getLock(i));3235 void foo(Inner* i) EXCLUSIVE_LOCKS_REQUIRED(getLock(i));3247 const Mutex& Base::getLock(const Inner* i) LOCK_RETURNED(i->lock_) { in getLock() function in LockReturnedScopeFix::Base