Home
last modified time | relevance | path

Searched defs:Task (Results 226 – 250 of 6323) sorted by relevance

12345678910>>...253

/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() argument
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() argument
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() function
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() argument
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() function
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() argument
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() argument
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() function
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() function
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() function
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() argument
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() argument
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DTaskQueue.h40 template <typename Callable> struct Task { struct
42 explicit Task(Callable C, TaskQueue &Parent) in Task() argument
59 Parent->completeTask(); in operator() argument
64 TaskQueue *Parent; argument
86 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DTaskQueue.h41 template <typename Callable> struct Task { struct
43 explicit Task(Callable C, TaskQueue &Parent) in Task() argument
60 Parent->completeTask(); in operator() argument
65 TaskQueue *Parent; argument
87 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DTaskQueue.h41 template <typename Callable> struct Task { struct
43 explicit Task(Callable C, TaskQueue &Parent) in Task() argument
60 Parent->completeTask(); in operator() argument
65 TaskQueue *Parent; argument
87 Task<Callable> T{std::move(C), *this}; in async() argument
/dports/games/openlierox/OpenLieroX/include/
H A DTaskManager.h23 struct Task : Action { struct
24 Task() : manager(NULL), state(TS_INVALID) {} in Task() function
25 virtual ~Task() {} in ~Task() argument
27 TaskManager* manager; argument
41 std::set<Task*> runningTasks; argument
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dtaskmanager.h40 struct Task { struct
41 Task() : id(0), progress(0), progress_max(0), blocks_collection_scans(false) {} in Task() function
63 QList<Task> GetTasks(); argument
/dports/games/fishsupper/fishsupper-0.1.6/src/
H A DTutorial.h67 struct Task struct
69 TaskType type; argument
83 }; // struct Task argument
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dprogress_dialog.h44 struct Task { struct
50 Map<String, Task> tasks; argument
72 struct Task { struct
80 Map<String, Task> tasks; argument
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dprogress_dialog.h44 struct Task { struct
50 Map<String, Task> tasks; argument
72 struct Task { struct
80 Map<String, Task> tasks; argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-uds-0.2.5/
H A DCargo.toml26 [dependencies.futures]
29 [dependencies.iovec]
32 [dependencies.libc]
35 [dependencies.log]
44 [dependencies.tokio-codec]
50 [dependencies.tokio-reactor]
56 version = "0.1.6"
/dports/math/py-or-tools/or-tools-9.2/examples/dotnet/
H A DJobshopFt06Sat.cs21 public struct Task struct in JobshopFt06Sat
23 public Task(IntVar s, IntVar e, IntervalVar i) in Task() argument
30 public IntVar start;
31 public IntVar end;
32 public IntervalVar interval;
/dports/www/gitea/gitea-1.16.5/services/cron/
H A Dtasks.go28 type Task struct { struct
29 lock sync.Mutex
30 Name string
31 config Config
32 fun func(context.Context, *user_model.User, Config) error
33 ExecTimes int64
37 func (t *Task) DoRunAtStart() bool {
42 func (t *Task) IsEnabled() bool {
47 func (t *Task) GetConfig() Config {
57 func (t *Task) Run() {
[all …]
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DRowLoader.h89 struct Task struct
97 Task(RowLoader & row_loader_, int t, size_t a, size_t b) in Task() argument
103 ~Task() in ~Task() argument
/dports/net/traefik/traefik-2.6.1/vendor/github.com/gambol99/go-marathon/
H A Dtask.go30 type Task struct { struct
31 ID string `json:"id"`
32 AppID string `json:"appId"`
33 Host string `json:"host"`
35 Ports []int `json:"ports"`
37 SlaveID string `json:"slaveId"`
38 StagedAt string `json:"stagedAt"`
40 State string `json:"state"`
42 Version string `json:"version"`
75 func (r *Task) HasHealthCheckResults() bool {
[all …]

12345678910>>...253