Searched refs:destroy_cb (Results 1 – 6 of 6) sorted by relevance
/external/adhd/cras/src/server/ |
D | stream_list.c | 54 stream_destroy_func *destroy_cb, in stream_list_create() argument 62 list->stream_destroy_cb = destroy_cb; in stream_list_create()
|
D | stream_list.h | 23 stream_destroy_func *destroy_cb,
|
/external/python/cpython3/Modules/ |
D | _abc.c | 145 PyObject *destroy_cb; in _add_to_weak_set() local 150 destroy_cb = PyCFunction_NewEx(&_destroy_def, wr, NULL); in _add_to_weak_set() 151 if (destroy_cb == NULL) { in _add_to_weak_set() 155 ref = PyWeakref_NewRef(obj, destroy_cb); in _add_to_weak_set() 156 Py_DECREF(destroy_cb); in _add_to_weak_set()
|
/external/jemalloc_new/test/unit/ |
D | rb.c | 220 destroy_cb(node_t *node, void *data) { in destroy_cb() function 334 tree_destroy(&tree, destroy_cb, &nnodes); in TEST_BEGIN()
|
/external/jemalloc/test/unit/ |
D | rb.c | 220 destroy_cb(node_t *node, void *data) in destroy_cb() function 331 tree_destroy(&tree, destroy_cb, &nnodes); in TEST_BEGIN()
|
/external/adhd/cras/src/tests/ |
D | iodev_list_unittest.cc | 1786 stream_destroy_func *destroy_cb, in stream_list_create() argument
|