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

  /external/libnl/src/
nl-tctree-list.c 18 static struct nl_cache *qdisc_cache, *class_cache; variable in typeref:struct:
53 rtnl_class_foreach_child(class, class_cache, &print_class, arg + 2);
72 rtnl_qdisc_foreach_child(qdisc, class_cache, &print_class, arg + 2);
91 if (rtnl_class_alloc_cache(sock, ifindex, &class_cache) < 0)
112 nl_cache_free(class_cache);
  /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

Completed in 227 milliseconds