Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDtransform.c131 dispatch_release(_new); in _dispatch_transform_buffer_new()
132 dispatch_release(buffer->data); in _dispatch_transform_buffer_new()
167 dispatch_release(subrange); in _dispatch_data_subrange_map()
190 dispatch_release(subrange); in _dispatch_transform_detect_utf()
332 dispatch_release(subrange); in _dispatch_transform_to_utf16()
371 dispatch_release(buffer.data); in _dispatch_transform_to_utf16()
432 dispatch_release(range); in _dispatch_transform_from_utf16()
459 dispatch_release(range); in _dispatch_transform_from_utf16()
512 dispatch_release(buffer.data); in _dispatch_transform_from_utf16()
617 dispatch_release(val); in _dispatch_transform_from_base32_with_table()
[all …]
HDio.c39 #define _dispatch_io_data_release(x) dispatch_release(x)
272 dispatch_release(channel->queue); in _dispatch_io_dispose()
275 dispatch_release(channel->barrier_queue); in _dispatch_io_dispose()
278 dispatch_release(channel->barrier_group); in _dispatch_io_dispose()
1032 dispatch_release(op->timer); in _dispatch_operation_dispose()
1045 dispatch_release(op->op_q); in _dispatch_operation_dispose()
1385 dispatch_release(fd_entry->close_queue); in _dispatch_fd_entry_create_with_fd()
1387 dispatch_release(fd_entry->barrier_queue); in _dispatch_fd_entry_create_with_fd()
1389 dispatch_release(fd_entry->barrier_group); in _dispatch_fd_entry_create_with_fd()
1405 dispatch_release(fd_entry->convenience_channel); in _dispatch_fd_entry_create_with_fd()
[all …]
HDobject.c136 dispatch_release(dispatch_object_t dou) in dispatch_release() function
HDdata.c37 #define _dispatch_data_release(x) dispatch_release(x)
HDqueue.c3111 dispatch_release(ds); in _dispatch_after_timer_callback()
4226 dispatch_release(dq); in _dispatch_runloop_root_queue_perform_4CF()
HDsource.c1174 dispatch_release(ds); in _dispatch_source_set_timer3()
3840 dispatch_release(dmsg); in _dispatch_mach_msg_invoke()
/NextBSD/lib/libdispatch/dispatch/
HDobject.h191 dispatch_release(dispatch_object_t object);
193 #undef dispatch_release
194 #define dispatch_release(object) ({ dispatch_object_t _o = (object); \ macro
/NextBSD/lib/libdispatch/man/
HDMakefile.am47 $(LN) -f dispatch_object.3 dispatch_release.3 && \
107 dispatch_release.3 \
/NextBSD/crypto/heimdal/lib/ipc/
HDserver.c325 dispatch_release(s->queue); in mach_init()
343 dispatch_release(st->queue); in mach_init()
344 dispatch_release(st->source); in mach_init()
359 dispatch_release(s->source); in mach_release()
692 dispatch_release(c->in); in maybe_close()
697 dispatch_release(c->out); in maybe_close()
HDcommon.c183 dispatch_release((dispatch_semaphore_t)s); in heim_ipc_semaphore_release()
HDclient.c256 dispatch_release(c->queue); in mach_async()
257 dispatch_release(c->source); in mach_async()
/NextBSD/usr.sbin/asl/
HDklog_in.c126 dispatch_release(in_src); in klog_in_close()
HDbsd_in.c159 dispatch_release(in_src); in bsd_in_close()
HDudp_in.c200 dispatch_release(in_src[i]); in udp_in_close()
HDasl_action.c382 dispatch_release(as_data->storedata_monitor); in _asl_dir_storedata_close()
524 dispatch_release(as_data->aslfile_monitor); in _asl_dir_today_close()
770 dispatch_release(af_data->monitor); in _asl_file_close()
867 dispatch_release(f_data->monitor); in _text_file_close()
1114 dispatch_release(f_data->dup_timer); in _asl_action_file_data_free()
HDbsd_out.c759 dispatch_release(r->dup_timer); in _bsd_out_close_internal()
/NextBSD/crypto/heimdal/kdc/
HDannounce.c109 dispatch_release(s); in retry_timer()
147 dispatch_release(s); in create_dns_sd()
/NextBSD/usr.sbin/notifyd/
HDpathwatch.c328 dispatch_release(vnode->src); in _vnode_free()
643 dispatch_release(pnode->src); in _path_node_free()
644 dispatch_release(pnode->src_queue); in _path_node_free()
HDtimer.c253 dispatch_release(t->t_src); in timer_free()
254 dispatch_release(t->t_queue); in timer_free()
/NextBSD/lib/libasl/
HDasl.c1321 dispatch_release(sem); in _asl_auxiliary()
1352 dispatch_release(md); in _asl_auxiliary()
1359 dispatch_release(pipe_channel); in _asl_auxiliary()
1360 dispatch_release(pipe_q); in _asl_auxiliary()
1530 dispatch_release(aux_sem); in asl_close_auxiliary_file()
HDasl_fd.c157 dispatch_release(source); in cancel_source()
/NextBSD/lib/libnotify/
HDnotify_client.c322 dispatch_release(globals->server_proc_source); in _notify_lib_init()
927 if (t->queue != NULL) dispatch_release(t->queue); in token_table_release_no_lock()
1306 dispatch_release(thequeue); in _notify_dispatch_handle()
HDlibnotify.c424 dispatch_release(pdata->src); in _notify_lib_port_proc_release()
/NextBSD/usr.sbin/aslmanager/
HDaslmanager.c181 dispatch_release(serverq); in xpc_server_exit()
/NextBSD/sbin/launchd/
HDcore.c4272 dispatch_release(hack_13570156); in job_callback_timer()