Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp256 bool destroyed = false; in JoinThread() local
266 if ((destroyed = tctx->GetDestroyed())) { in JoinThread()
273 if (!destroyed) in JoinThread()
275 } while (!destroyed); in JoinThread()
/freebsd/contrib/libcbor/doc/source/api/
H A Ditem_reference_counting.rst26 …lt of parsing) with reference count set to 1. When the refcount reaches zero, it will be destroyed.
28 Items containing nested items will be destroyed recursively - the refcount of every nested item wil…
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dzones.cfg29 # then destroyed in zones_004_pos - or cleanup.
33 # These zones are created and destroyed by zones_003_pos - or cleanup.
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h9 OPTION('d', destroyed, config_stats, false) \
H A Dctl.h85 ql_head(ctl_arena_t) destroyed;
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp156 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex() argument
162 *destroyed = false; in __tsan_get_report_mutex()
H A Dtsan_interface.h174 int *destroyed, void **trace, uptr trace_size);
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h292 int destroyed; member
431 if (rx_ring->destroyed) { in rx_ring_trylock()
441 rx_ring->destroyed = 1; in rx_ring_destroy_lock()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js123 this.rendered = this.destroyed = this.disabled = this.waiting =
242 if(this.destroyed) { return this.target; }
245 if(this.destroyed) { return; }
246 this.destroyed = TRUE;
346 if(api.destroyed || xhr.status === 0) { return; }
500 if(this.destroyed) { return this; }
530 if(this.destroyed) { return this; }
962 else if(this.destroyed || this.disabled) { return this; }
1097 if(!this.rendered || this.destroyed) { return this; }
1131 if(!this.rendered || this.destroyed) { return this; }
[all …]
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h275 int *destroyed, void **trace,
/freebsd/contrib/jemalloc/src/
H A Dctl.c831 bool destroyed) { in ctl_arena_stats_sdmerge() argument
834 if (!destroyed) { in ctl_arena_stats_sdmerge()
850 if (!destroyed) { in ctl_arena_stats_sdmerge()
880 if (!destroyed) { in ctl_arena_stats_sdmerge()
894 if (!destroyed) { in ctl_arena_stats_sdmerge()
905 if (!destroyed) { in ctl_arena_stats_sdmerge()
934 if (!destroyed) { in ctl_arena_stats_sdmerge()
945 if (!destroyed) { in ctl_arena_stats_sdmerge()
966 if (!destroyed) { in ctl_arena_stats_sdmerge()
994 unsigned i, bool destroyed) { in ctl_arena_refresh() argument
[all …]
H A Dstats.c1233 stats_print_helper(emitter_t *emitter, bool merged, bool destroyed, in stats_print_helper() argument
1324 if (merged || destroyed || unmerged) { in stats_print_helper()
1363 if (destroyed_initialized && destroyed) { in stats_print_helper()
1450 stats_print_helper(&emitter, merged, destroyed, unmerged, in stats_print()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h537 uint8_t destroyed; member
686 bool destroyed; member
/freebsd/sys/xen/xenbus/
H A Dxenbus_if.m58 * string indicates the root of the tree was destroyed.
H A Dxenbusb_if.m104 * string indicates the root of the tree was destroyed.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_peer_certificate.pod40 is incremented by one, so that it will not be destroyed when the session
H A DSSL_CTX_add_extra_chain_cert.pod50 freed by the library when the B<SSL_CTX> is destroyed. An application
H A DOPENSSL_init_crypto.pod265 threads are not destroyed until after FreeLibrary() is called then each thread
270 being destroyed then OpenSSL will not be able to deallocate resources associated
H A DX509_STORE_CTX_set_verify_cb.pod99 B<X509_STORE_CTX> structure is created and destroyed internally and the
H A DDH_meth_new.pod131 to be destroyed is passed as a parameter. The destroy function should be used
H A DBIO_meth_new.pod129 to be destroyed is passed as a parameter. The destroy function should be used
/freebsd/contrib/libucl/
H A DChangeLog.md39 - Fixed a bug in include processing when an incorrect variable has been destroyed (use-after-free)
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A DREADME.md60 * If the resulting clone dataset already exists, it is destroyed.
/freebsd/sys/opencrypto/
H A Dcryptodev_if.m110 * @param crypto_session session being destroyed
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h472 bool destroyed; member

123