Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTQueueMPMC.h95 uint32 pos = enqueuePos.LoadRelaxed(); in TryPush() local
135 uint32 pos = dequeuePos.LoadRelaxed(); in TryPop() local
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DXmlTestReporter.cpp18 for (size_t pos = str.find(c); pos != string::npos; pos = str.find(c, pos + 1)) in ReplaceChar() local