| /TaskScheduler/Scheduler/Source/ |
| H A D | MTDefaultAppInterop.cpp | 71 void* Memory::Alloc(size_t size, size_t align) in Alloc() argument 75 p = _mm_malloc(size, align); in Alloc() 77 if (posix_memalign(&p, size, align) != 0) in Alloc() 95 Memory::StackDesc Memory::AllocStack(size_t size) in AllocStack() argument 105 size_t pagesCount = size / pageSize; in AllocStack() 108 if ((size % pageSize) > 0) in AllocStack() 131 int pagesCount = (int)(size / pageSize); in AllocStack() 134 if ((size % pageSize) > 0) in AllocStack()
|
| H A D | MTScheduler.cpp | 763 waitingThreads[waitingSlotIndex % waitingThreads.size()] = ThreadId::Self(); in WaitGroup() 766 …MT_ASSERT( waitingThreads[waitingSlotIndex % waitingThreads.size()].IsEqual(ThreadId::Self()), "wa… in WaitGroup() 767 waitingThreads[waitingSlotIndex % waitingThreads.size()] = ThreadId(); in WaitGroup() 798 waitingThreads[waitingSlotIndex % waitingThreads.size()] = ThreadId::Self(); in WaitAll() 802 …MT_ASSERT( waitingThreads[waitingSlotIndex % waitingThreads.size()].IsEqual(ThreadId::Self()), "wa… in WaitAll() 803 waitingThreads[waitingSlotIndex % waitingThreads.size()] = ThreadId(); in WaitAll() 834 for (uint32 i = 0; i < waitingThreads.size(); i++) in IsWorkerThread()
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTConcurrentRingBuffer.h | 51 size_t size; variable 83 , size(0) in ConcurrentRingBuffer() 100 if (size >= numElements) in Push() 107 size++; in Push() 118 size_t elementsCount = size; in PopAll() 128 size -= elementsCount; in PopAll()
|
| H A D | MTAppInterop.h | 78 static void* Alloc(size_t size, size_t align = MT_DEFAULT_ALIGN); 81 static StackDesc AllocStack(size_t size);
|
| /TaskScheduler/SchedulerTests/ |
| H A D | main.cpp | 65 size_t size = backtrace(callStack, 32); in PosixSignalHandler() local 69 char** symbollist = backtrace_symbols( callStack, size ); in PosixSignalHandler() 72 for ( size_t i = 0; i < size; i++ ) in PosixSignalHandler()
|
| /TaskScheduler/ThirdParty/Boost.Context/asm/ |
| H A D | make_ppc64_sysv_elf_gas.S | 113 .size make_fcontext,24 179 .size make_fcontext, .-make_fcontext 182 .size .make_fcontext, .-.L.make_fcontext 184 .size .make_fcontext, .-.make_fcontext
|
| H A D | make_x86_64_sysv_elf_gas.S | 72 .size make_fcontext,.-make_fcontext
|
| H A D | make_i386_sysv_elf_gas.S | 74 .size make_fcontext,.-make_fcontext
|
| H A D | jump_ppc64_sysv_elf_gas.S | 113 .size jump_fcontext,24 256 .size jump_fcontext, .-jump_fcontext 259 .size .jump_fcontext, .-.L.jump_fcontext 261 .size .jump_fcontext, .-.jump_fcontext
|
| H A D | jump_x86_64_sysv_elf_gas.S | 95 .size jump_fcontext,.-jump_fcontext
|
| H A D | jump_i386_sysv_elf_gas.S | 87 .size jump_fcontext,.-jump_fcontext
|
| H A D | jump_arm_aapcs_pe_armasm.asm | 62 ; load TIB to save/restore thread size and limit.
|
| H A D | make_arm_aapcs_elf_gas.S | 68 .size make_fcontext,.-make_fcontext
|
| H A D | make_i386_ms_pe_masm.asm | 41 ; size for fc_mxcsr .. EIP + return-address for context-function 50 ; second arg of make_fcontext() == size of context-stack 52 ; negate stack size for LEA instruction (== substraction)
|
| H A D | make_arm64_aapcs_elf_gas.S | 83 .size make_fcontext,.-make_fcontext
|
| H A D | make_arm64_aapcs_macho_gas.S | 65 ; 0x0c = 3 instructions * size (4) before label 'finish'
|
| H A D | make_sparc_sysv_elf_gas.S | 82 .size make_fcontext,.-make_fcontext
|
| H A D | make_sparc64_sysv_elf_gas.S | 86 .size make_fcontext,.-make_fcontext
|
| H A D | jump_arm_aapcs_elf_gas.S | 90 .size jump_fcontext,.-jump_fcontext
|
| H A D | make_ppc32_sysv_elf_gas.S | 120 .size make_fcontext, .-make_fcontext
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | style.css | 8 font-size: 16px; 19 font-size: 16px; 24 font-size: 13px; 286 font-size: 13px; 407 font-size: 13px; 502 font-size: 11px; 563 font-size: 13px; 586 font-size: 13px; 597 font-size: 13px; 602 font-size: 13px; [all …]
|
| /TaskScheduler/ThirdParty/Boost.Context/ |
| H A D | fcontext.h | 51 , size_t size
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestDeferredTestReporter.cpp | 52 CHECK_EQUAL(1, (int)reporter.GetResults().size()); in TEST_FIXTURE() 96 CHECK_EQUAL(2, (int)result.failures.size()); in TEST_FIXTURE()
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | MemoryOutStream.cpp | 80 MemoryOutStream::MemoryOutStream(int const size) in MemoryOutStream() argument 85 GrowBuffer(size); in MemoryOutStream()
|
| H A D | MemoryOutStream.h | 50 explicit MemoryOutStream(int const size = 256);
|