Home
last modified time | relevance | path

Searched defs:CondContext (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cc100 struct CondContext { struct
107 CondContext &ctx = *static_cast<CondContext*>(p); in cond_thread() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_ops.py766 class CondContext(ControlFlowContext): class