Home
last modified time | relevance | path

Searched refs:recursive_guard (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h91 char recursive_guard : 1; member
/third_party/python/Lib/
H A Dtyping.py363 def _eval_type(t, globalns, localns, recursive_guard=frozenset()):
367 recursive_guard is used to prevent infinite recursion with a recursive
371 return t._evaluate(globalns, localns, recursive_guard)
385 ev_args = tuple(_eval_type(a, globalns, localns, recursive_guard) for a in t.__args__)
862 def _evaluate(self, globalns, localns, recursive_guard):
863 if self.__forward_arg__ in recursive_guard:
883 type_, globalns, localns, recursive_guard | {self.__forward_arg__}
/third_party/musl/src/internal/
H A Dpthread_impl.h77 char recursive_guard : 1; member

Completed in 9 milliseconds