| /TaskScheduler/Scheduler/Include/Platform/Windows/ |
| H A D | MTFiberOptimized.h | 190 static void SwitchTo(Fiber & from, Fiber & to) in SwitchTo() argument 194 MT_ASSERT(from.isInitialized, "Invalid from fiber"); in SwitchTo() 199 from.fiberContext.ContextFlags = MW_CONTEXT_FULL; in SwitchTo() 200 MW_BOOL res = GetThreadContext(thread, &from.fiberContext ); in SwitchTo() 215 …WriteTeb(MW_STACK_BASE_OFFSET /*FIELD_OFFSET(NT_TIB, StackBase)*/, (uint64)from.stackDesc.stackTop… in SwitchTo() 216 …WriteTeb(MW_STACK_STACK_LIMIT_OFFSET /*FIELD_OFFSET(NT_TIB, StackLimit)*/, (uint64)from.stackDesc.… in SwitchTo()
|
| H A D | MTFiberDefault.h | 137 static void SwitchTo(Fiber & from, Fiber & to) in SwitchTo() argument 139 MT_USED_IN_ASSERT(from); in SwitchTo() 143 MT_ASSERT(from.fiber != nullptr, "Invalid from fiber"); in SwitchTo()
|
| /TaskScheduler/Scheduler/Include/Platform/Posix/ |
| H A D | MTFiber.h | 176 static void SwitchTo(Fiber & from, Fiber & to) in SwitchTo() argument 180 MT_ASSERT(from.isInitialized, "Invalid from fiber"); in SwitchTo() 183 int res = swapcontext(&from.fiberContext, &to.fiberContext); in SwitchTo()
|
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | README | 14 from the preprocessor symbols. 18 either change or remove SQUISH_USE_ALTIVEC=1 from the preprocessor symbols. I 25 necessary. Then make can be used to build the library, and make install (from
|
| H A D | ChangeLog | 4 Castano from NVIDIA 13 * Switched from using floor to trunc for much better SSE performance (again)
|
| H A D | texture_compression_s3tc.txt | 147 (add to end of TexSubImage discussion, p.123 -- after edit from the 261 The following restrictions from the ARB_texture_compression specification 314 The data corresponding to a specific texel (<x>, <y>) are extracted from a 339 bits is a 32-bit unsigned integer, from which a two-bit control code 409 alpha is a 64-bit unsigned integer, from which a four-bit alpha value 443 bits is a 48-bit unsigned integer, from which a three-bit control code 488 is really done. Added enum values from the
|
| /TaskScheduler/ThirdParty/Boost.Context/asm/ |
| H A D | jump_arm64_aapcs_macho_gas.S | 85 ; restore RSP (pointing to context-data) from A2 (x1) 117 ; restore stack from GP + FPU
|
| H A D | jump_arm64_aapcs_elf_gas.S | 96 # restore RSP (pointing to context-data) from A2 (x1) 125 # restore stack from GP + FPU
|
| H A D | jump_arm_aapcs_elf_gas.S | 68 @ restore RSP (pointing to context-data) from A2
|
| H A D | make_ppc64_sysv_xcoff_gas.S | 36 # restore return address from R6
|
| H A D | make_ppc32_sysv_xcoff_gas.S | 38 # restore return address from R6
|
| H A D | jump_i386_ms_pe_masm.asm | 74 ; first arg of jump_fcontext() == context jumping from 86 ; restore ESP (pointing to context-data) from EDX
|
| H A D | jump_arm_aapcs_macho_gas.S | 76 @ restore RSP (pointing to context-data) from A2
|
| H A D | make_ppc64_sysv_macho_gas.S | 123 ; restore return address from R6
|
| H A D | make_ppc32_sysv_elf_gas.S | 103 # restore return address from R6
|
| H A D | make_ppc32_sysv_macho_gas.S | 102 ; restore return address from R6
|
| H A D | make_ppc64_sysv_elf_gas.S | 160 # restore return address from R6
|
| H A D | jump_mips32_o32_elf_gas.S | 72 # restore SP (pointing to context-data) from A1
|
| H A D | jump_ppc32_sysv_xcoff_gas.S | 69 # restore RSP (pointing to context-data) from R4
|
| H A D | jump_ppc64_sysv_xcoff_gas.S | 65 # restore RSP (pointing to context-data) from R4
|
| H A D | jump_x86_64_ms_pe_masm.asm | 140 ; restore RSP (pointing to context-data) from RDX
|
| H A D | jump_ppc32_sysv_elf_gas.S | 135 # restore RSP (pointing to context-data) from R4
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | README.md | 68 * Matt Kimmel -- Submitted with permission from Blue Fang Games 78 - CHECK macros work at arbitrary stack depth from inside TESTs.
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 162 # will be relative from the directory where doxygen is started. 213 # documentation from any documented member that it re-implements. 405 # the optimal cache size from a speed point of view. 656 # will remove the Files entry from the Quick Index and from the Folder Tree View 663 # page. This will remove the Namespaces entry from the Quick Index and from the 851 # from the input. 858 # certain files from those directories. 989 # to YES then the hyperlinks from functions in REFERENCES_RELATION and 1517 # MathJax from http://www.mathjax.org before deployment. 1972 # output from the Perl module output. [all …]
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTScheduler.inl | 45 MT_ASSERT(group == TaskGroup::ASSIGN_FROM_CONTEXT, "Group must be assigned from context");
|