Home
last modified time | relevance | path

Searched defs:abort_fn (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dcollective_ops_multi_worker_test.py191 def abort_fn(): function
242 def abort_fn(): function
289 def abort_fn(): function
Dcollective_ops_test.py745 def abort_fn(): function
821 def abort_fn(): function
890 def abort_fn(): function
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_pools.h255 #define apr_pool_create_ex(newpool, parent, abort_fn, allocator) \ argument
291 #define apr_pool_create_core_ex(newpool, abort_fn, allocator) \ argument
295 #define apr_pool_create_unmanaged_ex(newpool, abort_fn, allocator) \ argument
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_pools.h255 #define apr_pool_create_ex(newpool, parent, abort_fn, allocator) \ argument
291 #define apr_pool_create_core_ex(newpool, abort_fn, allocator) \ argument
295 #define apr_pool_create_unmanaged_ex(newpool, abort_fn, allocator) \ argument
/external/cronet/stable/third_party/apache-portable-runtime/src/memory/unix/
Dapr_pools.c509 apr_abortfunc_t abort_fn; member
870 apr_abortfunc_t abort_fn, in apr_pool_create_ex()
952 apr_abortfunc_t abort_fn, in apr_pool_create_core_ex()
959 apr_abortfunc_t abort_fn, in apr_pool_create_unmanaged_ex()
1685 apr_abortfunc_t abort_fn, in apr_pool_create_ex_debug()
1785 apr_abortfunc_t abort_fn, in apr_pool_create_core_ex_debug()
1794 apr_abortfunc_t abort_fn, in apr_pool_create_unmanaged_ex_debug()
2064 APR_DECLARE(void) apr_pool_abort_set(apr_abortfunc_t abort_fn, in apr_pool_abort_set()
2556 apr_abortfunc_t abort_fn,
2564 apr_abortfunc_t abort_fn,
[all …]
/external/cronet/tot/third_party/apache-portable-runtime/src/memory/unix/
Dapr_pools.c509 apr_abortfunc_t abort_fn; member
870 apr_abortfunc_t abort_fn, in apr_pool_create_ex()
952 apr_abortfunc_t abort_fn, in apr_pool_create_core_ex()
959 apr_abortfunc_t abort_fn, in apr_pool_create_unmanaged_ex()
1685 apr_abortfunc_t abort_fn, in apr_pool_create_ex_debug()
1785 apr_abortfunc_t abort_fn, in apr_pool_create_core_ex_debug()
1794 apr_abortfunc_t abort_fn, in apr_pool_create_unmanaged_ex_debug()
2064 APR_DECLARE(void) apr_pool_abort_set(apr_abortfunc_t abort_fn, in apr_pool_abort_set()
2556 apr_abortfunc_t abort_fn,
2564 apr_abortfunc_t abort_fn,
[all …]
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops_gpu_test.py309 def abort_fn(): function