Home
last modified time | relevance | path

Searched defs:destructor (Results 1 – 25 of 41) sorted by relevance

12

/external/v8/src/objects/
Dmanaged.cc14 auto destructor = in ManagedObjectFinalizerSecondPass() local
26 auto destructor = in ManagedObjectFinalizer() local
Dmanaged.h95 auto destructor = new ManagedPtrDestructor( in FromSharedPtr() local
112 auto destructor = in GetSharedPtrPtr() local
/external/libchrome/base/threading/
Dthread_local_storage.cc121 base::ThreadLocalStorage::TLSDestructorFunc destructor; member
255 base::ThreadLocalStorage::TLSDestructorFunc destructor = in OnThreadExitInternal() local
326 void ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) { in Initialize()
400 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor) { in Slot()
Dsequence_local_storage_map.cc74 DestructorFunc* destructor) in ValueDestructorPair()
Dsequence_local_storage_map_unittest.cc41 SequenceLocalStorageMap::ValueDestructorPair::DestructorFunc* destructor = in CreateValueDestructorPair() local
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp20.cpp10 void destructor() { in destructor() function
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor_bridge.cc70 std::function<void()>* destructor; member
190 std::function<void()> destructor, PyObject** result) { in ArrayFromMemory()
/external/python/cpython2/Objects/
Dcapsule.c11 PyCapsule_Destructor destructor; member
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New()
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) in PyCapsule_SetDestructor()
/external/python/cpython3/Objects/
Dcapsule.c11 PyCapsule_Destructor destructor; member
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New()
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) in PyCapsule_SetDestructor()
/external/python/cpython2/Include/
Dcobject.h82 void (*destructor)(void *); member
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D3-1.c34 void destructor(void *tmp) in destructor() function
D3-2.c109 void destructor(void *arg) in destructor() function
D5-1.c106 void destructor(void *arg) in destructor() function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D2-2.c33 void destructor(void *tmp) in destructor() function
D2-3.c40 void destructor(void *tmp) in destructor() function
/external/ImageMagick/MagickCore/
Dthread.c56 (*destructor)(void *); member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_posix_test.cc29 void destructor(void *arg) { in destructor() function
/external/boringssl/src/crypto/
Dthread_none.c54 thread_local_destructor_t destructor) { in CRYPTO_set_thread_local()
Dthread_pthread.c173 thread_local_destructor_t destructor) { in CRYPTO_set_thread_local()
Dthread_win.c226 thread_local_destructor_t destructor) { in CRYPTO_set_thread_local()
/external/ltp/utils/ffsb-6.0-rc2/
Drbt.h75 typedef void(destructor)(datatype); typedef
/external/libvpx/libvpx/vp8/common/
Dthreading.h42 #define ts_key_create(ts_key, destructor) \ argument
/external/python/cpython3/Doc/includes/
Dcapsulethunk.h27 #define PyCapsule_New(pointer, name, destructor) \ argument
/external/python/cpython2/Doc/includes/
Dcapsulethunk.h27 #define PyCapsule_New(pointer, name, destructor) \ argument
/external/python/cpython2/Python/
Dthread_pthread.h7 #define destructor xxdestructor macro

12