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

  /system/core/storaged/
storaged_uid_monitor.cpp 46 std::unique_ptr<lock_t> lock(new lock_t(&um_lock));
194 std::unique_ptr<lock_t> lock(new lock_t(&um_lock));
271 std::unique_ptr<lock_t> lock(new lock_t(&um_lock));
279 std::unique_ptr<lock_t> lock(new lock_t(&um_lock));
  /system/core/storaged/include/
storaged.h 116 class lock_t { class
119 lock_t(sem_t* sem) { function in class:lock_t
123 ~lock_t() {
  /external/harfbuzz_ng/src/
hb-private.hh 490 template <typename item_t, typename lock_t>
498 inline item_t *replace_or_insert (T v, lock_t &l, bool replace)
523 inline void remove (T v, lock_t &l)
539 inline bool find (T v, item_t *i, lock_t &l)
550 inline item_t *find_or_insert (T v, lock_t &l)
563 inline void finish (lock_t &l)

Completed in 99 milliseconds