Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 25 of 72) 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()
H A Dsanitizer_malloc_mac.inc256 // A no-op -- we will not be destroyed!
/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.h87 ql_head(ctl_arena_t) destroyed;
92 * destroyed arenas (accessed via MALLCTL_ARENAS_DESTROYED), and the
/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()
162 *destroyed = false; in __tsan_get_report_mutex()
154 __tsan_get_report_mutex(void * report,uptr idx,uptr * mutex_id,void ** addr,int * destroyed,void ** trace,uptr trace_size) __tsan_get_report_mutex() argument
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()
H A Dsdp_rx.c692 ssk->rx_ring.destroyed = 0; in sdp_rx_ring_init()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js123 this.rendered = this.destroyed = this.disabled = this.waiting =
129 if(this.rendered || this.destroyed) { return this; } // If tooltip has already been rendered, exit
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; }
687 if(!this.rendered || this.positioning || this.destroyed) { return this; }
962 else if(this.destroyed || this.disabled) { return this; }
[all …]
/freebsd/contrib/jemalloc/src/
H A Dctl.c1088 bool destroyed) { in ctl_refresh()
1091 if (!destroyed) { in ctl_refresh()
1107 if (!destroyed) { in ctl_refresh()
1142 if (!destroyed) { in ctl_init()
1153 if (!destroyed) { in ctl_init()
1164 if (!destroyed) { in ctl_init()
1194 if (!destroyed) { in ctl_lookup()
1203 if (!destroyed) { in ctl_lookup()
1222 if (!destroyed) { in ctl_lookup()
1252 unsigned i, bool destroyed) { in ctl_lookup()
831 ctl_arena_stats_sdmerge(ctl_arena_t * ctl_sdarena,ctl_arena_t * ctl_arena,bool destroyed) ctl_arena_stats_sdmerge() argument
994 ctl_arena_refresh(tsdn_t * tsdn,arena_t * arena,ctl_arena_t * ctl_sdarena,unsigned i,bool destroyed) ctl_arena_refresh() argument
[all...]
H A Dstats.c1681 stats_print_helper(emitter_t *emitter, bool merged, bool destroyed,
1783 if (merged || destroyed || unmerged) {
1822 if (destroyed_initialized && destroyed) {
1823 /* Print destroyed arena stats. */
1826 emitter_json_object_kv_begin(emitter, "destroyed");
1829 emitter_json_object_end(emitter); /* Close "destroyed". */
1908 stats_print_helper(&emitter, merged, destroyed, unmerged,
1233 stats_print_helper(emitter_t * emitter,bool merged,bool destroyed,bool unmerged,bool bins,bool large,bool mutex,bool extents) stats_print_helper() argument
/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.pod266 threads are not destroyed until after FreeLibrary() is called then each thread
271 being destroyed then OpenSSL will not be able to deallocate resources associated
H A DX509_STORE_CTX_set_verify_cb.pod119 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
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in50 * destroyed arenas.
/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.h474 bool destroyed; member

123