Buckets:
| extern "C" { | |
| typedef int mqd_t; | |
| struct mq_attr { | |
| long mq_flags, mq_maxmsg, mq_msgsize, mq_curmsgs, __unused[4]; | |
| }; | |
| struct sigevent; | |
| int mq_close(mqd_t); | |
| int mq_getattr(mqd_t, struct mq_attr *); | |
| int mq_notify(mqd_t, const struct sigevent *); | |
| mqd_t mq_open(const char *, int, ...); | |
| ssize_t mq_receive(mqd_t, char *, size_t, unsigned *); | |
| int mq_send(mqd_t, const char *, size_t, unsigned); | |
| int mq_setattr(mqd_t, const struct mq_attr *__restrict, struct mq_attr *__restrict); | |
| ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t, unsigned *__restrict, const struct timespec *__restrict); | |
| int mq_timedsend(mqd_t, const char *, size_t, unsigned, const struct timespec *); | |
| int mq_unlink(const char *); | |
| __REDIR(mq_timedreceive, __mq_timedreceive_time64); | |
| __REDIR(mq_timedsend, __mq_timedsend_time64); | |
| } | |
Xet Storage Details
- Size:
- 1.1 kB
- Xet hash:
- 37fea6da6393d7557cdcb08a63568d2ed79d3037e8b42cbb48db01c9f6505957
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.