Searched refs:MockMutex (Results 1 – 2 of 2) sorted by relevance
56 MockMutex sem(CreateAnd::IGNORE);67 MockMutex sem(CreateAnd::IGNORE);79 MockMutex sem(CreateAnd::FAIL);91 MockMutex sem(CreateAnd::IGNORE);103 MockMutex sem(CreateAnd::IGNORE);125 MockMutex sem(CreateAnd::IGNORE);
102 struct MockMutex : public CMockFix { struct103 MockMutex (CreateAnd flags) : sem(reinterpret_cast<QueueHandle_t>(0xdeadbeef)) in MockMutex() argument116 ~MockMutex() in ~MockMutex() argument