| /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| netmgr.c | 1213 atomic_store(&sock->destroying, true); 1221 if (!atomic_load(&sock->children[i].destroying)) { 1307 * as a side effect of destroying the parent, so let's go 1320 if (atomic_load(&sock->active) || atomic_load(&sock->destroying) || 1344 atomic_store(&sock->destroying, true); 1362 * destroying the socket, but we have to wait for all the inflight 1514 atomic_init(&sock->destroying, 0); 3373 atomic_load(&sock->destroying) ? " destroying" : "",
|
| netmgr-int.h | 243 * dependencies and we can close all handles when we're destroying 827 atomic_bool destroying; member in struct:isc_nmsocket 1037 * Detach from socket, decreasing refcount and possibly destroying the
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| netmgr.c | 463 REQUIRE(!sock->destroying); 464 sock->destroying = true; 556 * as a side effect of destroying the parent, so let's go 563 REQUIRE(!sock->destroying); 607 * destroying the socket, but we have to wait for all the inflight 2596 "Destroying network manager worker on loop %p(%d)", 2950 sock->destroying ? " destroying" : "",
|
| netmgr-int.h | 259 * dependencies and we can close all handles when we're destroying 637 bool destroying; member in struct:isc_nmsocket 789 * Detach from socket, decreasing refcount and possibly destroying the
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| call.cc | 7759 type is of type std::destroying_delete_t is a destroying operator delete. A 7760 destroying operator delete shall be a class member function named operator 7761 delete. [ Note: Array deletion cannot use a destroying operator 7778 tree destroying; member in struct:dealloc_info 7805 if (di) di->destroying = TREE_VALUE (chain); 7980 use a destroying delete; the exception was thrown before the 7982 if (alloc_fn && di_elt.destroying) 7995 /* -- If any of the deallocation functions is a destroying 7997 destroying operator deletes are eliminated from further 7999 if (di_elt.destroying != di_fn.destroying 8093 tree destroying = di_fn.destroying; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| call.cc | 7164 type is of type std::destroying_delete_t is a destroying operator delete. A 7165 destroying operator delete shall be a class member function named operator 7166 delete. [ Note: Array deletion cannot use a destroying operator 7183 tree destroying; member in struct:dealloc_info 7210 if (di) di->destroying = TREE_VALUE (chain); 7385 use a destroying delete; the exception was thrown before the 7387 if (alloc_fn && di_elt.destroying) 7400 /* -- If any of the deallocation functions is a destroying 7402 destroying operator deletes are eliminated from further 7404 if (di_elt.destroying != di_fn.destroying 7498 tree destroying = di_fn.destroying; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdbarch_components.py | 1471 instruction after the stack destroying instruction up to the trailing
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdbarch_components.py | 1484 instruction after the stack destroying instruction up to the trailing
|