Interface Libraries librt(3LIB)
NAME
librt, libposix4 - POSIX.1b Realtime Extensions library
SYNOPSIS
cc [ flag... ] file... -lrt [ library... ]
DESCRIPTION
Historically, functions in this library provided many of the
interfaces specified by the POSIX.1b Realtime Extension.
See standards(5). This functionality now resides in
libc(3LIB).
This library is maintained to provide backward compatibility
for both runtime and compilation environments. The shared
object is implemented as a filter on libc.so.1. New applica-
tion development need not specify -lrt.
INTERFACES
The shared objects librt.so.1 and libposix4.so.1 provide the
public interfaces defined below. See Intro(3) for additional
information on shared object interfaces.
aiocancel aioerror
aiofsync aioread
aioreturn aiosuspend
aiowaitn aiowrite
clockgetres clockgettime
clocknanosleep clocksettime
close fdatasync
fork liolistio
mqclose mqgetattr
mqnotify mqopen
mqreceive mqreltimedreceivenp
mqreltimedsendnp mqsend
mqsetattr mqtimedreceive
mqtimedsend mqunlink
nanosleep schedgetprioritymax
schedgetprioritymin schedgetparam
schedgetscheduler schedrrgetinterval
schedsetparam schedsetscheduler
schedyield semclose
semdestroy semgetvalue
seminit semopen
sempost semreltimedwaitnp
semtimedwait semtrywait
semunlink semwait
shmopen shmunlink
sigqueue sigtimedwait
SunOS 5.11 Last change: 5 Feb 2008 1
Interface Libraries librt(3LIB)
sigwaitinfo timercreate
timerdelete timergetoverrun
timergettime timersettime
The following interfaces are unique to the 32-bit version of
this library:
aiocancel64 aioerror64
aiofsync64 aioread64
aioreturn64 aiosuspend64
aiowaitn64 aiowrite64
liolistio64
FILES
/lib/librt.so.1 shared object
/lib/64/librt.so.1 64-bit shared object file
/lib/libposix4.so.1 shared object
/lib/64/libposix4.so.1 64-bit shared object file
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 5 Feb 2008 2
Interface Libraries librt(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
MT-Level Safe
SEE ALSO
pvs(1), Intro(3), libc(3LIB), attributes(5), standards(5)
SunOS 5.11 Last change: 5 Feb 2008 3
|