HomeSort by relevance Sort by last modified time
    Searched refs:destroying (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
ChannelSafeHandle.cs 37 // Increment reference count for the native gRPC environment to make sure we don't do grpc_shutdown() before destroying the server handle.
45 // Increment reference count for the native gRPC environment to make sure we don't do grpc_shutdown() before destroying the server handle.
ServerSafeHandle.cs 34 // Increment reference count for the native gRPC environment to make sure we don't do grpc_shutdown() before destroying the server handle.
  /external/mesa3d/src/gallium/auxiliary/util/
u_upload_mgr.c 110 upload_unmap_internal(struct u_upload_mgr *upload, boolean destroying)
112 if (!destroying && upload->map_persistent)
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
internal.h 298 /** is the transport destroying itself? */
299 uint8_t destroying; member in struct:grpc_chttp2_transport
chttp2_transport.cc 577 t->destroying = 1;
    [all...]

Completed in 108 milliseconds