Searched refs:Create (Results 1 – 11 of 11) sorted by relevance
| /TaskScheduler/Scheduler/Include/Platform/Windows/ |
| H A D | MTEventKernel.h | 51 Create(resetType, initialState); in Event() 60 void Create(EventReset::Type resetType, bool initialState) in Create() function
|
| H A D | MTEventUser.h | 73 Create(resetType_, initialState); in Event() 85 void Create(EventReset::Type resetType_, bool initialState) in Create() function
|
| H A D | MTFiberDefault.h | 120 void Create(size_t stackSize, TThreadEntryPoint entryPoint, void* userData) in Create() function
|
| H A D | MTFiberOptimized.h | 133 void Create(size_t stackSize, TThreadEntryPoint entryPoint, void* userData) in Create() function
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | PlatformTests.cpp | 67 event1.Create(MT::EventReset::MANUAL, false); in SUITE() 71 event2.Create(MT::EventReset::AUTOMATIC, false); in SUITE() 158 stressEvent.Create(MT::EventReset::AUTOMATIC, false); in SUITE()
|
| H A D | FiberTests.cpp | 66 fiber1.Create(SMALLEST_STACK_SIZE, FiberFunc, &fiber1); in SUITE()
|
| /TaskScheduler/Scheduler/Include/Platform/Posix/ |
| H A D | MTEvent.h | 79 Create(resetType, initialState); in Event() 96 void Create(EventReset::Type _resetType, bool initialState) in Create() function
|
| H A D | MTFiber.h | 145 void Create(size_t stackSize, TThreadEntryPoint entryPoint, void *userData) in Create() function
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTTaskQueue.h | 128 void Create() in Create() function 224 queues[i].Create(); in TaskQueue()
|
| /TaskScheduler/Scheduler/Source/ |
| H A D | MTScheduler.cpp | 64 context.fiber.Create(MT_STANDART_FIBER_STACK_SIZE, FiberMain, &context); in TaskScheduler() 76 context.fiber.Create(MT_EXTENDED_FIBER_STACK_SIZE, FiberMain, &context); in TaskScheduler()
|
| /TaskScheduler/ |
| H A D | README.md | 40 // Create scheduler
|