Home
last modified time | relevance | path

Searched refs:destroying (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd-src/games/quiz/datfiles/
H A Dgreek2 $eluon$:{I} [loosed|destroyed|was loosing|was destroying]
6 $luswn$:[loosing|destroying]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c1213 atomic_store(&sock->destroying, true); in nmsocket_cleanup()
1221 if (!atomic_load(&sock->children[i].destroying)) { in nmsocket_cleanup()
1320 if (atomic_load(&sock->active) || atomic_load(&sock->destroying) || in nmsocket_maybe_destroy()
1344 atomic_store(&sock->destroying, true); in nmsocket_maybe_destroy()
1514 atomic_init(&sock->destroying, 0); in isc___nmsocket_init()
3373 atomic_load(&sock->destroying) ? " destroying" : "", in nmsocket_dump()
H A Dnetmgr-int.h827 atomic_bool destroying; member
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c448 REQUIRE(!sock->destroying); in isc__nm_async_resume()
449 sock->destroying = true; in isc__nm_async_resume()
541 * as a side effect of destroying the parent, so let's go in isc__netmgr_destroy()
548 REQUIRE(!sock->destroying); in isc__netmgr_destroy()
592 * destroying the socket, but we have to wait for all the inflight in isc_nmhandle_setwritetimeout()
2917 sock->destroying ? " destroying" : "", in isc__nm_async_readcb()
H A Dnetmgr-int.h259 * dependencies and we can close all handles when we're destroying
630 bool destroying;
782 * Detach from socket, decreasing refcount and possibly destroying the
1103 atomic_bool destroying; global() member
/netbsd-src/games/warp/
H A Dwarp.doc14 by destroying as many enemies as possible. This is not a trivial task.
177 You get points for destroying enemies and hostile torpedoes. At the end of
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dthread120 * Unlike `std::thread`, destroying a joinable `std::jthread` will not
H A Dstop_token308 // Called by ~stop_callback just before destroying *__cb.
/netbsd-src/crypto/external/bsd/libsaslc/dist/doc/
H A Dlibrary.txt205 /* destroying session and context */
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEC_GROUP_new.pod21 EC_get_builtin_curves - Functions for creating and destroying EC_GROUP
H A DUI_create_method.pod91 by closing the channel to the tty, maybe by destroying a dialog box.
H A DDH_meth_new.pod122 for destroying an instance of a DH object respectively. This function will be
H A DBIO_meth_new.pod124 for destroying an instance of a BIO respectively. This function will be
H A DEC_KEY_new.pod16 EC_KEY_priv2buf - Functions for creating, destroying and manipulating
H A DDSA_meth_new.pod164 for destroying an instance of a DSA object respectively. This function will be
H A DEC_POINT_new.pod30 - Functions for creating, destroying and manipulating EC_POINT objects
H A DRSA_meth_new.pod196 function used for destroying an instance of an RSA object respectively.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DUI_create_method.pod91 by closing the channel to the tty, maybe by destroying a dialog box.
H A DEC_GROUP_new.pod25 Functions for creating and destroying EC_GROUP objects
H A DEC_KEY_new.pod17 EC_KEY_priv2buf - Functions for creating, destroying and manipulating
H A DEC_POINT_new.pod30 - Functions for creating, destroying and manipulating EC_POINT objects
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc7183 tree destroying; member
7210 if (di) di->destroying = TREE_VALUE (chain); in usual_deallocation_fn_p()
7387 if (alloc_fn && di_elt.destroying) in build_op_delete_call()
7404 if (di_elt.destroying != di_fn.destroying) in build_op_delete_call()
7406 if (di_elt.destroying) in build_op_delete_call()
7498 tree destroying = di_fn.destroying; in build_op_delete_call() local
7499 if (destroying) in build_op_delete_call()
7507 destroying = build_functional_cast (input_location, in build_op_delete_call()
7508 destroying, NULL_TREE, in build_op_delete_call()
7514 if (destroying) in build_op_delete_call()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c6691 tree destroying; member
6718 if (di) di->destroying = TREE_VALUE (chain); in usual_deallocation_fn_p()
6904 if (di_elt.destroying != di_fn.destroying) in build_op_delete_call()
6906 if (di_elt.destroying) in build_op_delete_call()
6997 tree destroying = di_fn.destroying; in build_op_delete_call() local
6998 if (destroying) in build_op_delete_call()
7006 destroying = build_functional_cast (input_location, in build_op_delete_call()
7007 destroying, NULL_TREE, in build_op_delete_call()
7014 if (destroying) in build_op_delete_call()
7015 args->quick_push (destroying); in build_op_delete_call()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DShadowCallStack.rst122 deallocate it when destroying the thread. If the entire program is compiled
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstop_token321 // Called by ~stop_callback just before destroying *__cb.

1234