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

  /external/libnl/src/
nl-class-delete.c 72 struct nl_cache *link_cache, *class_cache; local
120 class_cache = nl_cli_class_alloc_cache(sock, rtnl_tc_get_ifindex(tc));
122 nl_cache_foreach_filter(class_cache, OBJ_CAST(class), delete_cb, NULL);
nl-qdisc-list.c 66 struct nl_cache *class_cache; local
69 class_cache = nl_cli_class_alloc_cache(sock, ifindex);
73 nl_cache_foreach_filter(class_cache, OBJ_CAST(filter), list_class, NULL);
77 nl_cache_free(class_cache);
nl-tctree-list.c 19 static struct nl_cache *qdisc_cache, *class_cache; variable in typeref:struct:
74 nl_cache_foreach_filter(class_cache, OBJ_CAST(filter), &print_class, arg);
107 if (rtnl_class_alloc_cache(sock, ifindex, &class_cache) < 0)
128 nl_cache_free(class_cache);
  /external/python/cpython2/Lib/multiprocessing/
sharedctypes.py 146 scls = class_cache[cls]
151 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
203 class_cache = weakref.WeakKeyDictionary() variable
  /external/python/cpython3/Lib/multiprocessing/
sharedctypes.py 116 scls = class_cache[cls]
121 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
174 class_cache = weakref.WeakKeyDictionary() variable

Completed in 666 milliseconds