Searched defs:tasks (Results 1 – 3 of 3) sorted by relevance
67 std::unordered_map<uint32_t, task_info> tasks; // mapped from pid variable
175 int tasks = mkdir(buf, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in create_memcg() local
484 std::vector<std::function<void(void)>> tasks = mPostCommandTasks; in getAndExecuteCommand() local