Searched refs:other (Results 1 – 10 of 10) sorted by relevance
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTTaskPool.h | 135 : check_id(other.check_id) in TaskHandle() 136 , task(other.task) in TaskHandle() 141 TaskHandle(TaskHandle && other) in TaskHandle() argument 142 : check_id(other.check_id) in TaskHandle() 143 , task(other.task) in TaskHandle() 146 other.task = nullptr; in TaskHandle() 172 check_id = other.check_id; 173 task = other.task; 181 check_id = other.check_id; 182 task = other.task; [all …]
|
| H A D | MTTaskGroup.h | 76 bool operator== (const TaskGroup & other) const 78 return (id == other.id); 81 bool operator!= (const TaskGroup & other) const 83 return (id != other.id);
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | DxtTests.cpp | 102 , srcX(other.srcX) in SUITE() 103 , srcY(other.srcY) in SUITE() 104 , stride(other.stride) in SUITE() 107 other.srcX = -1; in SUITE() 108 other.srcY = -1; in SUITE() 109 other.stride = -1; in SUITE() 256 , dstX(other.dstX) in SUITE() 257 , dstY(other.dstY) in SUITE() 261 other.dstX = -1; in SUITE() 262 other.dstY = -1; in SUITE() [all …]
|
| H A D | FireAndForget.cpp | 58 SimpleTask(SimpleTask&& other) in SUITE() 59 : doCounter(other.doCounter) in SUITE() 60 , dtorCounter(other.dtorCounter) in SUITE() 61 , taskPool(other.taskPool) in SUITE() 63 other.doCounter = nullptr; in SUITE() 64 other.dtorCounter = nullptr; in SUITE() 65 other.taskPool = nullptr; in SUITE()
|
| /TaskScheduler/Scheduler/Include/Platform/Windows/ |
| H A D | MTThread.h | 47 void Assign(const ThreadId& other) in Assign() argument 49 id = other.id; in Assign() 50 isInitialized.Store(other.isInitialized.Load()); in Assign() 60 mt_forceinline ThreadId(const ThreadId& other) in ThreadId() argument 62 Assign(other); in ThreadId() 65 mt_forceinline ThreadId& operator=(const ThreadId& other) 67 Assign(other); 84 mt_forceinline bool IsEqual(const ThreadId& other) const in IsEqual() argument 86 if (isInitialized.Load() != other.isInitialized.Load()) in IsEqual() 90 if (id != other.id) in IsEqual()
|
| /TaskScheduler/Scheduler/Include/Platform/Posix/ |
| H A D | MTThread.h | 73 void Assign(const ThreadId& other) in Assign() argument 75 id = other.id; in Assign() 76 isInitialized.Store(other.isInitialized.Load()); in Assign() 86 mt_forceinline ThreadId(const ThreadId& other) in ThreadId() argument 88 Assign(other); in ThreadId() 91 mt_forceinline ThreadId& operator=(const ThreadId& other) 93 Assign(other); 110 mt_forceinline bool IsEqual(const ThreadId& other) const in IsEqual() argument 112 if (isInitialized.Load() != other.isInitialized.Load()) in IsEqual() 116 if (pthread_equal(id, other.id) == false) in IsEqual()
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | README.md | 85 - Removed dynamic memory allocations (other than streams) 94 use of standard class types such as std::string or other custom classes with
|
| H A D | INSTALL | 83 all sorts of other programs in order to regenerate files that came 92 distcheck', which can by used by developers to test that all other 146 can specify an installation prefix other than `/usr/local' by giving 154 Documentation and other data files still use the regular prefix. 161 specifying just `--prefix' will affect all of the other directory 187 does not work on platforms that have drive letters. On the other hand, 361 for more details, including other options available for fine-tuning 369 `configure' also accepts some other, not widely useful, options. Run
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 32 # title of most generated pages and in a few other places. 350 # member in the group (if any) for the other members of the group. By default 1161 # other source files which should be copied to the HTML output directory. Note 1724 # other source files which should be copied to the LATEX_OUTPUT output 1767 # Note that which sources are shown also depends on other settings such as 1841 # Note that which sources are shown also depends on other settings such as 1991 # overwrite each other's variables. 2215 # class with other documented classes. 2259 # direct and indirect include dependencies of the file with other documented 2305 # dependencies a directory has on other directories in a graphical way. The [all …]
|
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | texture_compression_s3tc.txt | 395 bits always use the non-transparent encodings. In other words, they are 426 bits always use the non-transparent encodings. In other words, they are
|