Searched refs:Mutex (Results 1 – 9 of 9) sorted by relevance
14 kstat_t Mutex::create(const name_t *name) in create()24 kstat_t Mutex::destroy(void) in destroy()34 kstat_t Mutex::lock(uint32_t millisec) in lock()54 kstat_t Mutex::unlock(void) in unlock()64 kmutex_t *Mutex::self(void) in self()
23 - Mutex互斥信号量类32 ├── mutex.cpp # AOS: Mutex类
16 static Mutex * myMutex;72 myMutex = new Mutex; in test_mutex()
30 class Mutex
82 absl::Mutex mutex_;
75 std::lock_guard<std::mutex> lock(thread_stack.Mutex()); in Sample()
125 std::mutex& Mutex() const { return mutex_; } in Mutex() function
130 Mutex mutex;
1201 _mutex Mutex; member1203 _Mutex Mutex; member1285 _mutex Mutex; // mutext for atomic or link-list operation member1287 _Mutex Mutex; // mutext for atomic or link-list operation member
Completed in 65 milliseconds