Home
last modified time | relevance | path

Searched refs:destroy_arg (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.cc90 int initial_refs, grpc_iomgr_cb_func destroy, void* destroy_arg, in grpc_channel_stack_init() argument
103 GRPC_STREAM_REF_INIT(&stack->refcount, initial_refs, destroy, destroy_arg, in grpc_channel_stack_init()
154 void* destroy_arg, in grpc_call_stack_init() argument
164 destroy_arg, "CALL_STACK"); in grpc_call_stack_init()
Dchannel_stack_builder.cc260 grpc_iomgr_cb_func destroy, void* destroy_arg, void** result) { in grpc_channel_stack_builder_finish() argument
286 initial_refs, destroy, destroy_arg == nullptr ? *result : destroy_arg, in grpc_channel_stack_builder_finish()
Dchannel_stack.h207 int initial_refs, grpc_iomgr_cb_func destroy, void* destroy_arg,
219 void* destroy_arg,
Dchannel_stack_builder.h153 grpc_iomgr_cb_func destroy, void* destroy_arg, void** result);
/external/mesa3d/src/gbm/backends/dri/
Dgbm_dri.c1058 struct drm_mode_destroy_dumb destroy_arg; in create_dumb() local
1099 memset(&destroy_arg, 0, sizeof destroy_arg); in create_dumb()
1100 destroy_arg.handle = create_arg.handle; in create_dumb()
1101 drmIoctl(dri->base.fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destroy_arg); in create_dumb()