Home
last modified time | relevance | path

Searched refs:convenience_channel (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libdispatch/src/
HDio_internal.h126 dispatch_io_t convenience_channel; member
HDio.c833 dispatch_io_t channel = fd_entry->convenience_channel;
843 fd_entry->convenience_channel = channel;
902 dispatch_io_t channel = fd_entry->convenience_channel;
912 fd_entry->convenience_channel = channel;
1403 if (fd_entry->convenience_channel) { in _dispatch_fd_entry_create_with_fd()
1404 fd_entry->convenience_channel->fd_entry = NULL; in _dispatch_fd_entry_create_with_fd()
1405 dispatch_release(fd_entry->convenience_channel); in _dispatch_fd_entry_create_with_fd()
2216 op->channel == op->fd_entry->convenience_channel) { in _dispatch_operation_perform()