Home
last modified time | relevance | path

Searched refs:unref (Results 26 - 50 of 156) sorted by relevance

1234567

/third_party/node/test/parallel/
H A Dtest-net-socket-constructor.js22 socket.unref();
33 socket.unref();
/third_party/node/deps/undici/src/lib/
H A Dtimers.js47 if (fastNowTimeout.unref) {
48 fastNowTimeout.unref()
/third_party/node/lib/internal/
H A Dworker.js227 this[kPort].unref();
295 this[kPublicPort].unref();
296 this[kPort].unref();
402 unref() {
405 this[kHandle].unref();
406 this[kPublicPort].unref();
H A Dabort_controller.js118 // over the WeakRef rather than directly over the AbortSignal, and we unref
133 timeout.unref();
290 port1.unref();
291 port2.unref();
314 // The unref() has to be called *after* setting the onmessage handler.
315 port.unref();
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ft.cc85 bool unref; /* Whether to destroy ft_face when done. */ member
92 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref) in _hb_ft_font_create() argument
100 ft_font->unref = unref; in _hb_ft_font_create()
123 if (ft_font->unref) in _hb_ft_font_destroy()
611 _hb_ft_font_set_funcs (hb_font_t *font, FT_Face ft_face, bool unref) in _hb_ft_font_set_funcs() argument
615 hb_ft_font_t *ft_font = _hb_ft_font_create (ft_face, symbol, unref); in _hb_ft_font_set_funcs()
/third_party/skia/tests/
H A DSkResourceCacheTest.cpp59 mm->unref(); in test_mipmapcache()
64 mipmap->unref(); in test_mipmapcache()
76 mipmap->unref(); in test_mipmapcache()
89 SkMipmapCache::AddAndRef(as_IB(img[i].get()), cache)->unref(); in test_mipmap_notify()
H A DGrContextFactoryTest.cpp40 info1.directContext()->unref(); in DEF_GPUTEST()
60 info1.directContext()->unref(); in DEF_GPUTEST()
H A DProxyRefTest.cpp81 proxy->unref(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
82 proxy->unref(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DYUVCacheTest.cpp60 data->unref(); in DEF_TEST()
81 data->unref(); in DEF_TEST()
/third_party/node/lib/internal/cluster/
H A Dchild.js174 function unref() {
196 unref();
215 // so we control its state(ref or unref) by setInterval.
216 const handle = { close, listen, ref, unref };
/third_party/node/deps/openssl/openssl/util/
H A Dmkerr.pl25 my $unref = 0;
69 -unref List all unreferenced function and reason codes on stderr;
89 $unref = 1;
100 } elsif ( $arg eq "-unref" ) {
101 $unref = 1;
652 if ( $unref ) {
/third_party/openssl/util/
H A Dmkerr.pl25 my $unref = 0;
69 -unref List all unreferenced function and reason codes on stderr;
89 $unref = 1;
100 } elsif ( $arg eq "-unref" ) {
101 $unref = 1;
652 if ( $unref ) {
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dselection.c44 goto unref; in __speakup_set_selection()
53 unref: in __speakup_set_selection()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dselection.c44 goto unref; in __speakup_set_selection()
53 unref: in __speakup_set_selection()
/third_party/node/test/node-api/test_reference_by_node_api_version/
H A Dtest.js58 assert.strictEqual(addon.unref(index), 1);
59 assert.strictEqual(addon.unref(index), 0);
/third_party/node/deps/npm/node_modules/retry/lib/
H A Dretry.js7 unref: options && options.unref,
/third_party/skia/src/gpu/
H A DGrManagedResource.h29 When an owner wants to release its reference, it calls unref(). When the
30 shared object's reference count goes to zero as the result of an unref()
35 This is nearly identical to SkRefCntBase. The exceptions are that unref()
41 // Simple refCount tracing, to ensure that everything ref'ed is unref'ed.
107 // until previous owners are all totally done calling unref(). in unique()
112 Must be balanced by a call to unref() or unrefAndFreeResources().
125 void unref() const { in unref() function in GrManagedResource
197 // decides not to recycle the objects, it is their responsibility to call unref on the object.
202 this->unref(); in recycle()
H A DGrBuffer.h22 // class pointers with sk_sp we virtualize ref() and unref().
24 virtual void unref() const = 0;
/third_party/node/test/fixtures/
H A Dparent-process-nonpersistent.js13 child.unref();
/third_party/skia/src/gpu/vk/
H A DGrVkSampler.cpp119 ycbcrConversion->unref(); in Create()
130 fYcbcrConversion->unref(); in freeGPUData()
H A DGrVkDescriptorSet.cpp26 fPool->unref(); in freeGPUData()
H A DGrVkDescriptorSetManager.cpp254 fFreeSets[i]->unref(); in release()
260 fImmutableSamplers[i]->unref(); in release()
312 fPool->unref(); in getNewPool()
361 fPool->unref(); in freeGPUResources()
/third_party/node/benchmark/timers/
H A Dtimers-timeout-unpooled.js31 // unref().ref() will cause each of these timers to
33 setTimeout(i % 2 ? cb : cb2, 1).unref().ref();
/third_party/skia/tools/gpu/
H A DFlushFinishTracker.h22 tracker->unref(); in FlushFinished()
/third_party/node/lib/internal/modules/esm/
H A Dhooks.js218 insidePreload.unref();
219 insideLoader.unref();
581 this.#worker.unref(); // ! Allows the process to eventually exit.
648 this.#worker.unref();

Completed in 12 milliseconds

1234567