Searched refs:CreateAnd (Results 1 – 2 of 2) sorted by relevance
55 MockQueue queue(CreateAnd::IGNORE);56 MockMutex sem(CreateAnd::IGNORE);57 MockTask task(CreateAnd::IGNORE);66 MockQueue queue(CreateAnd::FAIL);67 MockMutex sem(CreateAnd::IGNORE);68 MockTask task(CreateAnd::IGNORE);78 MockQueue queue(CreateAnd::IGNORE);79 MockMutex sem(CreateAnd::FAIL);80 MockTask task(CreateAnd::IGNORE);90 MockQueue queue(CreateAnd::IGNORE);[all …]
73 enum class CreateAnd { enum80 MockQueue (CreateAnd flags) : queue(reinterpret_cast<QueueHandle_t>(0xdeadbeef)) in MockQueue()82 if (flags == CreateAnd::FAIL) { in MockQueue()84 } else if (flags == CreateAnd::IGNORE) { in MockQueue()103 MockMutex (CreateAnd flags) : sem(reinterpret_cast<QueueHandle_t>(0xdeadbeef)) in MockMutex()105 if (flags == CreateAnd::FAIL) { in MockMutex()107 } else if (flags == CreateAnd::IGNORE) { in MockMutex()126 MockTask (CreateAnd flags) : task((void*) 1) in MockTask()128 if (flags == CreateAnd::FAIL) { in MockTask()130 } else if (flags == CreateAnd::IGNORE) { in MockTask()