Home
last modified time | relevance | path

Searched refs:class_cache (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dsharedctypes.py116 scls = class_cache[cls]
121 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
174 class_cache = weakref.WeakKeyDictionary() variable
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h250 struct lock_class *class_cache[2]; member