Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTAtomic.h87 return tmp; in AddFetch()
97 return tmp; in IncFetch()
107 return tmp; in DecFetch()
113 T tmp = LoadRelaxed(); in Load() local
115 return tmp; in Load()
132 return tmp; in Exchange()
142 return tmp; in CompareAndSwap()
179 T* tmp = LoadRelaxed(); in Load() local
181 return tmp; in Load()
203 return tmp; in Exchange()
[all …]
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTAtomic.h92 return tmp; in AddFetch()
102 return tmp; in IncFetch()
112 return tmp; in DecFetch()
118 T tmp = LoadRelaxed(); in Load() local
120 return tmp; in Load()
137 return tmp; in Exchange()
147 return tmp; in CompareAndSwap()
184 T* tmp = LoadRelaxed(); in Load() local
186 return tmp; in Load()
203 return tmp; in Exchange()
[all …]