Home
last modified time | relevance | path

Searched refs:unref (Results 76 - 100 of 156) sorted by relevance

1234567

/third_party/node/test/parallel/
H A Dtest-listen-fd-detached.js102 child.unref();
H A Dtest-vm-sigint-existing-handler.js66 timeout.unref();
H A Dtest-tls-passphrase.js224 })).unref();
/third_party/node/test/async-hooks/
H A Dtest-timers.setTimeout.js28 setTimeout(onSecondTimeout, TIMEOUT).unref();
/third_party/skia/src/core/
H A DSkYUVPlanesCache.cpp66 tmpData->unref(); in Visitor()
H A DSkFlattenable.cpp48 ((SkRefCnt*)ptr)->unref(); in decPtr()
H A DSkData.cpp170 src->unref();
/third_party/skia/src/gpu/vk/
H A DGrVkSemaphore.cpp58 fResource->unref(); in ~GrVkSemaphore()
H A DGrVkImageView.cpp79 fYcbcrConversion->unref(); in freeGPUData()
H A DGrVkPipelineState.cpp52 // using sk_sps here we should just move the immutable samplers to save the extra ref/unref. in GrVkPipelineState()
70 fImmutableSamplers[i]->unref(); in freeGPUResources()
217 sampler->unref(); in setAndBindTextures()
/third_party/skia/src/codec/
H A DSkStreamBuffer.cpp19 fMarkedData.foreach([](size_t, SkData** data) { (*data)->unref(); }); in ~SkStreamBuffer()
/third_party/skia/src/gpu/
H A DGrWindowRectangles.h107 fRec->unref(); in addWindow()
/third_party/node/lib/
H A Ddgram.js190 if (!oldHandle.hasRef() && typeof newHandle.unref === 'function') {
191 newHandle.unref();
962 Socket.prototype.unref = function() {
966 handle.unref();
H A Dnet.js1494 Socket.prototype.unref = function() {
1496 this.once('connect', this.unref);
1500 if (typeof this._handle.unref === 'function') {
1501 this._handle.unref();
1831 // Unref the handle if the server was unref'ed prior to listening
1833 this.unref();
2270 Server.prototype.unref = function() {
2274 this._handle.unref();
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c500 goto unref; in resync_update_sn()
503 goto unref; in resync_update_sn()
510 unref: in resync_update_sn()
/third_party/node/lib/internal/main/
H A Dworker_thread.js88 port.unref();
H A Dwatch_mode.js88 }, 500).unref();
/third_party/node/lib/timers/
H A Dpromises.js123 if (!ref) immediate.unref();
/third_party/skia/bench/
H A DGrResourceCacheBench.cpp49 resource->unref(); in populate_cache()
/third_party/node/deps/undici/src/lib/
H A Dclient.js299 openStreams: 0, // Keep track of them to decide wether or not unref the session
602 if (this.timeout.unref) {
603 this.timeout.unref()
1246 session.unref()
1368 if (!socket[kNoRef] && socket.unref) {
1369 socket.unref()
1701 // TODO(HTTP/2): unref only if current streams count is 0
1702 if (h2State.openStreams === 0) session.unref()
1804 // TODO(HTTP/2): unref only if current streams count is 0
1806 session.unref()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
H A Darmada_gem.c358 goto unref; in armada_gem_pwrite_ioctl()
368 unref: in armada_gem_pwrite_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/
H A Darmada_gem.c369 goto unref; in armada_gem_pwrite_ioctl()
379 unref: in armada_gem_pwrite_ioctl()
/third_party/node/lib/internal/
H A Dtimers.js221 unref() {
459 // TODO(RaisinTen): Destroy and unref the Immediate after _onImmediate()
637 unref() {
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c526 goto unref; in resync_update_sn()
529 goto unref; in resync_update_sn()
536 unref: in resync_update_sn()
/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js229 // check whether unref is available as it differs from browser to NodeJS (#33)
230 if (timer.unref && typeof timer.unref === 'function') {
231 timer.unref();

Completed in 16 milliseconds

1234567