Home
last modified time | relevance | path

Searched defs:mark_started (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/android/composd/src/
Dinstance_manager.rs154 fn mark_started(&mut self, instance_tracker: &Arc<()>) -> Result<()> { in mark_started() method
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpending_counts.h128 void mark_started(Handle h) { in mark_started() function
H A Dpropagator_state.h162 void mark_started(PendingCounts::Handle h) { counts.mark_started(h); } in mark_started() function
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dbuild_recipe.py402 def mark_started(self) -> None: member in BuildRecipeStatus