LeviLamina
Loading...
Searching...
No Matches
TaskStartInfoBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/threading/TaskOptions.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 16, ::std::string_view> name;
13 ::ll::TypedStorage<4, 4, ::std::thread::id> affinity;
14 ::ll::TypedStorage<4, 4, uint> priority;
15 ::ll::TypedStorage<4, 4, int> priorityBackDown;
16 ::ll::TypedStorage<4, 4, ::TaskOptions> options;
17 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> startAtTime;
18 // NOLINTEND
19
20public:
21 // static variables
22 // NOLINTBEGIN
23 MCAPI static ::std::thread::id const& NoAffinity();
24 // NOLINTEND
25};
Definition TaskStartInfoBase.h:8