Searched defs:IsEmpty (Results 1 – 6 of 6) sorted by relevance
| /commonlibrary/ets_utils/js_concurrent_module/worker/ | ||
| D | message_queue.cpp | 41 bool MessageQueue::IsEmpty() const in IsEmpty() function in Commonlibrary::Concurrent::WorkerModule::MessageQueue |
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ | ||
| D | task_queue.cpp | 44 bool ExecuteQueue::IsEmpty() const in IsEmpty() function in Commonlibrary::Concurrent::TaskPoolModule::ExecuteQueue |
| /commonlibrary/c_utils/base/include/ | ||
| D | safe_block_queue.h | 147 bool IsEmpty() in IsEmpty() function |
| D | safe_map.h | 87 bool IsEmpty() in IsEmpty() function |
| D | sorted_vector.h | 79 inline bool IsEmpty() const { return vec_.empty(); } in IsEmpty() function |
| /commonlibrary/ets_utils/js_concurrent_module/utils/locks/ | ||
| D | graph.h | 58 bool IsEmpty() in IsEmpty() function |