Searched refs:group (Results 1 – 8 of 8) sorted by relevance
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTScheduler.inl | 30 inline internal::GroupedTask GetGroupedTask(TaskGroup group, const T * src) argument 37 return internal::GroupedTask( desc, group ); 42 inline internal::GroupedTask GetGroupedTask(TaskGroup group, FiberContext* const * src) argument 44 MT_USED_IN_ASSERT(group); 45 MT_ASSERT(group == TaskGroup::ASSIGN_FROM_CONTEXT, "Group must be assigned from context"); 55 inline internal::GroupedTask GetGroupedTask(TaskGroup group, const MT::TaskHandle * src) argument 59 return internal::GroupedTask( desc, group ); 74 …inline bool DistibuteDescriptions(TaskGroup group, TTask* taskArray, ArrayView<internal::GroupedTa… argument 84 descriptions[index] = GetGroupedTask(group, &taskArray[i]); 102 void TaskScheduler::RunAsync(TaskGroup group, const TTask* taskArray, uint32 taskCount) argument [all …]
|
| H A D | MTGroupedTask.h | 41 TaskGroup group; member 52 , group(_group) in GroupedTask()
|
| H A D | MTScheduler.h | 334 TaskGroupDescription & GetGroupDesc(TaskGroup group); 362 void RunAsync(TaskGroup group, const TTask* taskArray, uint32 taskCount); 364 void RunAsync(TaskGroup group, const TaskHandle* taskHandleArray, uint32 taskHandleCount); 368 bool WaitGroup(TaskGroup group, uint32 milliseconds); 373 void ReleaseGroup(TaskGroup group);
|
| /TaskScheduler/Scheduler/Source/ |
| H A D | MTScheduler.cpp | 185 fiberContext->currentGroup = task.group; in RequestFiberContext() 662 int idx = task.group.GetValidIndex(); in RunTasksImpl() 847 TaskGroup group; in CreateGroup() local 848 if (!availableGroups.TryPop(group)) in CreateGroup() 853 int idx = group.GetValidIndex(); in CreateGroup() 860 return group; in CreateGroup() 863 void TaskScheduler::ReleaseGroup(TaskGroup group) in ReleaseGroup() argument 866 MT_ASSERT(group.IsValid(), "Invalid group ID"); in ReleaseGroup() 868 int idx = group.GetValidIndex(); in ReleaseGroup() 882 MT_ASSERT(group.IsValid(), "Invalid group ID"); in GetGroupDesc() [all …]
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | SubtasksTests.cpp | 186 GroupTask group; in SUITE() local 187 scheduler.RunAsync(sourceGroup, &group, 1); in SUITE()
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | style.css | 5 /* @group Heading Levels */ 83 /* @group Link Styling */ 217 /* @group Code Colorization */ 283 /* @group Member Descriptions */ 380 /* @group Member Details */
|
| H A D | Doxyfile | 350 # member in the group (if any) for the other members of the group. By default 351 # all members of a group must be documented explicitly. 357 # (for instance a group of public functions) to be put as a subgroup of that 366 # are shown inside the group in which they are included (e.g. using \ingroup) 379 # namespace, or group documentation), provided this scope is documented. If set 580 # of group names into alphabetical order. If set to NO the group names will 1327 # The TOC_EXPAND flag can be set to YES to add extra items for group members to 1446 # doxygen will group on one line in the generated HTML documentation.
|
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | texture_compression_s3tc.txt | 478 group members.
|