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

  /system/core/storaged/
storaged_uid_monitor.cpp 55 std::unique_ptr<lock_t> lock(new lock_t(&um_lock));
168 std::unique_ptr<lock_t> lock(new lock_t(&um_lock));
245 std::unique_ptr<lock_t> lock(new lock_t(&um_lock));
253 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/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 714 struct lock_t struct
717 lock_t(T& mutex) function in struct:lock_t
723 ~lock_t()
848 lock_t<mutex_t> lock(private_data_mutex);
889 lock_t<mutex_t> lock(private_data_mutex);
913 lock_t<mutex_t> lock(private_data_mutex);
  /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)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 104 #define SYNCHRONIZED lock_t<maybe_mutex_t<threadsafe> > lock_(mutex)
    [all...]
d3d11_context.h 126 #define SYNCHRONIZED lock_t<maybe_mutex_t<threadsafe> > lock_(this->mutex)
    [all...]

Completed in 2403 milliseconds