Home
last modified time | relevance | path

Searched refs:MutexOwnerType (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/ffrt/src/sync/
H A Drecord_mutex.h26 enum class MutexOwnerType { class
33 MutexOwnerType type;
68 MutexOwnerType GetOwnerType() in GetOwnerType()
H A Drecord_mutex.cpp35 owner_.type = MutexOwnerType::MUTEX_OWNER_TYPE_TASK; in LoadInfo()
38 owner_.type = MutexOwnerType::MUTEX_OWNER_TYPE_THREAD; in LoadInfo()
/foundation/resourceschedule/ffrt/src/queue/
H A Dbase_queue.cpp104 MutexOwnerType type = mutex_.GetOwnerType(); in PrintMutexOwner()
105 if (type == MutexOwnerType::MUTEX_OWNER_TYPE_TASK) { in PrintMutexOwner()

Completed in 1 milliseconds