Searched refs:lock_t (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | mutex_ops.cc | 217 const Tensor& lock_t = c->input(0); in Compute() local 219 c, lock_t.dims() == 0, in Compute() 221 lock_t.shape().DebugString())); in Compute() 223 c, lock_t.dtype() == DT_VARIANT, in Compute() 225 DataTypeString(lock_t.dtype()))); in Compute() 227 lock_t.scalar<Variant>()().get<Mutex::SharedLockReleaser>(); in Compute() 232 lock_t.scalar<Variant>()().DebugString(), "'")); in Compute()
|
/external/harfbuzz_ng/src/ |
D | hb-object.hh | 45 template <typename item_t, typename lock_t> 53 item_t *replace_or_insert (T v, lock_t &l, bool replace) in replace_or_insert() 76 void remove (T v, lock_t &l) in remove() 92 bool find (T v, item_t *i, lock_t &l) in find() 103 item_t *find_or_insert (T v, lock_t &l) in find_or_insert() 114 void fini (lock_t &l) in fini()
|