Namespaces

Records

Functions

  • zx::result<std::vector<RoleParameter>> SetRoleForVmarWithParams (zx::unowned_vmar borrowed_vmar, std::string_view role, const std::vector<wire::Parameter> & input_parameters)

    Defined at line 134 of file ../../sdk/lib/scheduler/cpp/role.cc

  • zx_status_t SetRoleForVmar (zx::unowned_vmar vmar, std::string_view role)

    Defined at line 145 of file ../../sdk/lib/scheduler/cpp/role.cc

  • zx_status_t SetRoleForRootVmar (std::string_view role)

    Defined at line 150 of file ../../sdk/lib/scheduler/cpp/role.cc

  • zx::result<std::vector<RoleParameter>> SetRoleForThreadWithParams (zx::unowned_thread borrowed_thread, std::string_view role, const std::vector<wire::Parameter> & input_parameters)

    Defined at line 154 of file ../../sdk/lib/scheduler/cpp/role.cc

  • zx_status_t SetRoleForThread (zx::unowned_thread thread, std::string_view role)

    Defined at line 165 of file ../../sdk/lib/scheduler/cpp/role.cc

  • zx::result<std::vector<RoleParameter>> SetRoleForThread (zx::unowned_thread borrowed_thread, std::string_view role, std::vector<RoleParameter> & input_parameters)

    Defined at line 170 of file ../../sdk/lib/scheduler/cpp/role.cc

  • zx_status_t SetRoleForThisThread (std::string_view role)

    Defined at line 207 of file ../../sdk/lib/scheduler/cpp/role.cc

  • zx::result<std::vector<RoleParameter>> SetRoleForThisThread (std::string_view rolestd::vector<RoleParameter> & input_parameters)

    Defined at line 211 of file ../../sdk/lib/scheduler/cpp/role.cc