Home
last modified time | relevance | path

Searched refs:_destroy (Results 1 - 25 of 29) sorted by relevance

12

/third_party/libunwind/libunwind/doc/
H A Dunw_destroy_addr_space.tex8 \begin{Name}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\_addr\_space}unw\_destroy\_addr\_space -- destroy unwind address space
15 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\
19 The \Func{unw\_destroy\_addr\_space}() routine destroys the
H A Dunw_get_accessors.tex24 by a call to \Func{unw\_destroy\_addr\_space}(3).
45 \SeeAlso{unw\_destroy\_addr\_space(3)}
H A Dlibunwind-ptrace.tex20 \Type{void} \Func{\_UPT\_destroy}(\Type{void~*});\\
84 process, \Func{\_UPT\_destroy}() needs to be called, passing it the
H A Dlibunwind.tex39 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t});\\
328 \SeeAlso{unw\_destroy\_addr\_space(3)},
H A Dunw_create_addr_space.tex252 \SeeAlso{unw\_destroy\_addr\_space(3)},
/third_party/node/lib/internal/bootstrap/switches/
H A Dis_main_thread.js152 // Override _destroy so that the fd is never actually closed.
153 stdoutDestroy = stdout._destroy;
154 stdout._destroy = dummyDestroy;
160 stdout._destroy = stdoutDestroy;
174 stderrDestroy = stderr._destroy;
175 // Override _destroy so that the fd is never actually closed.
176 stderr._destroy = dummyDestroy;
181 stderr._destroy = stderrDestroy;
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-gobject-structs.cc78 HB_DEFINE_BOXED_TYPE (name, hb_##name##_reference, hb_##name##_destroy)
88 static void _hb_##name##_destroy (hb_##name##_t *l) { hb_free (l); } \
89 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
/third_party/node/lib/internal/streams/
H A Ddestroy.js65 // If still constructing then defer calling _destroy.
68 _destroy(this, aggregateTwoErrors(er, err), cb);
71 _destroy(this, err, cb);
77 function _destroy(self, err, cb) { function
109 self._destroy(err || null, onDestroy);
H A Dfrom.js57 readable._destroy = function(error, cb) {
H A Dcompose.js232 d._destroy = function(err, callback) {
H A Dduplexify.js355 d._destroy = function(err, callback) {
H A Dwritable.js246 this._destroy = options.destroy;
902 Writable.prototype._destroy = function(err, cb) {
H A Dreadable.js236 this._destroy = options.destroy;
256 Readable.prototype._destroy = function(err, cb) {
/third_party/node/test/parallel/
H A Dtest-stream-writable-destroy.js55 write._destroy = function(err, cb) {
86 // Error is swallowed by the custom _destroy
98 write._destroy = common.mustCall(function(err, cb) {
112 write._destroy = common.mustCall(function(err, cb) {
137 write._destroy = common.mustCall(function(err, cb) {
206 // the `_destroy()` callback is called.
/third_party/node/test/async-hooks/
H A Dinit-hooks.js51 destroy: this._destroy.bind(this),
206 _destroy(uid) {
/third_party/node/lib/internal/fs/
H A Dsync_write_stream.js35 SyncWriteStream.prototype._destroy = function(err, cb) {
H A Dstreams.js253 // Tell ._destroy() that it's safe to close the fd now.
284 ReadStream.prototype._destroy = function(err, cb) {
460 // Tell ._destroy() that it's safe to close the fd now.
488 // Tell ._destroy() that it's safe to close the fd now.
500 WriteStream.prototype._destroy = function(err, cb) {
/third_party/libbpf/src/
H A Dbpf_helpers.h337 cleanup(bpf_iter_##type##_destroy))), \
342 /* for bpf_iter_##type##_destroy() when used from cleanup() attribute */ \
343 (void)bpf_iter_##type##_destroy, (void *)0); \
/third_party/node/lib/
H A D_http_incoming.js221 IncomingMessage.prototype._destroy = function _destroy(err, cb) {
H A D_http_client.js877 function _destroy(req, err) {
896 _destroy(req, er || err);
902 _destroy(req, err || req[kError]);
H A Dzlib.js407 ZlibBase.prototype._destroy = function(err, callback) {
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-object.c145 (destroy_func_t) hb_##name##_destroy, \
158 (destroy_func_t) hb_##name##_destroy, \
/third_party/python/Lib/turtledemo/
H A D__main__.py132 root.wm_protocol("WM_DELETE_WINDOW", self._destroy)
391 def _destroy(self): member in DemoWindow
/third_party/python/Modules/
H A D_abc.c150 _destroy(PyObject *setweakref, PyObject *objweakref) in _destroy() function
167 "_destroy", (PyCFunction) _destroy, METH_O
/third_party/python/Lib/
H A Dturtle.py3698 self._root.ondestroy(self._destroy)
3768 def _destroy(self): member in _Screen
3784 self._destroy()

Completed in 20 milliseconds

12