HomeSort by relevance Sort by last modified time
    Searched refs:lock_t (Results 1 - 2 of 2) sorted by null

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

Completed in 157 milliseconds