Home
last modified time | relevance | path

Searched refs:mt_forceinline (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTConfig.h153 #define mt_forceinline __forceinline macro
155 #define mt_forceinline __attribute__((always_inline)) inline macro
157 #error Can not define mt_forceinline. Unknown platform.
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTThread.h60 mt_forceinline ThreadId(const ThreadId& other) in ThreadId()
65 mt_forceinline ThreadId& operator=(const ThreadId& other)
71 mt_forceinline static ThreadId Self() in Self()
79 mt_forceinline bool IsValid() const in IsValid()
84 mt_forceinline bool IsEqual(const ThreadId& other) const in IsEqual()
97 mt_forceinline uint64 AsUInt64() const in AsUInt64()
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTThread.h86 mt_forceinline ThreadId(const ThreadId& other) in ThreadId()
91 mt_forceinline ThreadId& operator=(const ThreadId& other)
97 mt_forceinline static ThreadId Self() in Self()
105 mt_forceinline bool IsValid() const in IsValid()
110 mt_forceinline bool IsEqual(const ThreadId& other) const in IsEqual()
123 mt_forceinline uint64 AsUInt64() const in AsUInt64()