Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmanaged.cc16 auto destructor = in ManagedObjectFinalizerSecondPass() local
30 auto destructor = in ManagedObjectFinalizer() local
Dmanaged-inl.h47 auto destructor = new ManagedPtrDestructor( in FromSharedPtr() local
Dmanaged.h91 auto destructor = in GetSharedPtrPtr() local
/third_party/python/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()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D3-1.c34 static void destructor(void *tmp PTS_ATTRIBUTE_UNUSED) in destructor() function
D3-2.c109 static void destructor(void *arg) in destructor() function
D5-1.c101 static void destructor(void *arg) in destructor() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D2-2.c33 static void destructor(void *tmp PTS_ATTRIBUTE_UNUSED) in destructor() function
D2-3.c40 static void destructor(void *tmp PTS_ATTRIBUTE_UNUSED) in destructor() function
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dcommon.c42 FUNC_DESTRUCTOR (destructor)() in FUNC_DESTRUCTOR() argument
/third_party/skia/third_party/externals/angle2/src/common/
Dtls.cpp39 TLSIndex CreateTLSIndex(PthreadKeyDestructor destructor) in CreateTLSIndex()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.hpp192 DestroyFunc destructor; member
/third_party/python/Python/
Dthread_pthread.h8 #define destructor xxdestructor macro
Dgetargs.c63 destr_t destructor; member
222 addcleanup(void *ptr, freelist_t *freelist, destr_t destructor) in addcleanup()
/third_party/python/Include/
Dobject.h213 typedef void (*destructor)(PyObject *); typedef
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1011 destructor: Option<(MethodKind, FunctionId)>, field
1227 pub fn destructor(&self) -> Option<(MethodKind, FunctionId)> { in destructor() method
/third_party/mesa3d/src/util/
Dralloc.c66 void (*destructor)(void *); member
/third_party/node/deps/v8/src/execution/
Disolate.cc2941 void Isolate::RegisterManagedPtrDestructor(ManagedPtrDestructor* destructor) { in ThrowInternal()
2952 void Isolate::UnregisterManagedPtrDestructor(ManagedPtrDestructor* destructor) { in ThrowInternal()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81473 static nsIAtom* destructor; member in nsGkAtoms