QUARK_QUEUE_CLOSE(3) | Library Functions Manual | QUARK_QUEUE_CLOSE(3) |
quark_queue_close
—
closes a quark_queue
#include
<quark.h>
int
quark_queue_close
(struct
quark_queue *qq);
quark_queue_close
closes the
quark_queue pointed to by qq,
which must have been previously opened with
quark_queue_open(3).
Zero on success, -1 otherwise and errno is set.
quark_event_dump(3), quark_process_lookup(3), quark_queue_block(3), quark_queue_default_attr(3), quark_queue_get_epollfd(3), quark_queue_get_events(3), quark_queue_get_stats(3), quark_queue_open(3), quark(7), quark-btf(8), quark-mon(8), quark-test(8)
October 25, 2024 | Linux |