Linux Standard Base Core Specification 4.1 | ||
---|---|---|
<<< Previous | Chapter 12. Base Libraries | Next >>> |
Table 12-53 defines the library name and shared object name for the librt library
The behavior of the interfaces in this library is specified by the following specifications:
[SUSv3] POSIX 1003.1-2001 (ISO/IEC 9945-2003) |
An LSB conforming implementation shall provide the generic functions for Shared Memory Objects specified in Table 12-54, with the full mandatory functionality as described in the referenced underlying specification.
An LSB conforming implementation shall provide the generic functions for Clock specified in Table 12-55, with the full mandatory functionality as described in the referenced underlying specification.
An LSB conforming implementation shall provide the generic functions for Timers specified in Table 12-56, with the full mandatory functionality as described in the referenced underlying specification.
An LSB conforming implementation shall provide the generic functions for Message Queues specified in Table 12-57, with the full mandatory functionality as described in the referenced underlying specification.
Table 12-57. librt - Message Queues Function Interfaces
mq_close(GLIBC_2.3.4) [SUSv3] | mq_getattr(GLIBC_2.3.4) [SUSv3] | mq_notify(GLIBC_2.3.4) [SUSv3] | mq_open(GLIBC_2.3.4) [SUSv3] |
mq_receive(GLIBC_2.3.4) [SUSv3] | mq_send(GLIBC_2.3.4) [SUSv3] | mq_setattr(GLIBC_2.3.4) [SUSv3] | mq_timedreceive(GLIBC_2.3.4) [SUSv3] |
mq_timedsend(GLIBC_2.3.4) [SUSv3] | mq_unlink(GLIBC_2.3.4) [SUSv3] |
<<< Previous | Home | Next >>> |
dlvsym | Up | Data Definitions for librt |