HomeSort by relevance Sort by last modified time
    Searched refs:class_cache (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 141 scls = class_cache[cls]
146 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
198 class_cache = weakref.WeakKeyDictionary() variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 141 scls = class_cache[cls]
146 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
198 class_cache = weakref.WeakKeyDictionary() variable
  /external/kernel-headers/original/linux/
lockdep.h 123 struct lock_class *class_cache; member in struct:lockdep_map

Completed in 2530 milliseconds