New entries

acoshl()
Compute the inverse hyperbolic cosine
acosl()
Compute the arccosine of an angle
asinhl()
Compute the inverse hyperbolic sine
asinl()
Compute the arcsine of an angle
atanhl()
Compute an inverse hyperbolic tangent
atanl()
Compute the arctangent of an angle
coshl()
Compute the hyperbolic cosine
cosl()
Compute the cosine of an angle
devctlv()
Control a device, using I/O vectors to pass data to and from the driver
erfcl()
Complementary error function
expl()
Compute the exponential function of a number
fmodl()
Compute a residue, using floating-point modular arithmetic
fseeko64()
Change the current position of a stream
ftello64()
Return the current position of a stream
getpagesizes(), getpagesizes64()
Get the available page sizes
getpeereid()
Get the effective credentials of a UNIX-domain peer
ioctl_socket()
An optimized version of ioctl() that provides special handling for some commands that use embedded pointers
ldexpl()
Multiply a floating-point number by an integral power of 2
llabs()
Calculate the absolute value of a long long integer
log1pl()
Log(1+x)
log10l()
Compute the logarithm (base 10) of a number
logl()
Compute the natural logarithm of a number
ncurses
Control a terminal's display
_NTO_TRACE_GETEVENT_C(), _NTO_TRACE_GETEVENT(), _NTO_TRACE_GETCPU(), _NTO_TRACE_SETEVENT_C(), _NTO_TRACE_SETEVENT()
Macros for use with the header of a trace event. For more information, see "Macros for use with the event header" in the entry for TraceEvent().
powl()
Raise a number to a given power
pthread_mutex_timedlock_monotonic()
This function is similar to pthread_mutex_timedlock(), but it uses CLOCK_MONOTONIC, so the timeout isn't affected by changes to the system time.
pthread_mutex_wakeup_np()
Unblock any threads that are waiting on a mutex
pthread_mutexattr_getwakeup_np()
Get the wakeup attribute of a mutex
pthread_mutexattr_setwakeup_np()
Set the wakeup attribute of a mutex
pthread_setschedprio()
Set a thread's priority
pthread_timedjoin_monotonic()
This function is similar to pthread_timedjoin(), but it uses CLOCK_MONOTONIC, so the timeout isn't affected by changes to the system time.
remainderl()
Compute the floating point remainder
rintl()
Round to the nearest integral value
sem_timedwait_monotonic()
This function is similar to sem_timedwait(), but it uses CLOCK_MONOTONIC, so the timeout isn't affected by changes to the system time.
shutdown_system()
Shut down the system; note that you can customize this function by providing your own callouts:
sinhl()
Compute the hyperbolic sine
sinl()
Calculate the sine of an angle
sqrtl()
Calculate the nonnegative square root of a number
strerror_r()
Convert an error number into an error message (reentrant)
strtof(), strtold()
Convert a string into a float and long double, respectively.
tanhl()
Calculate the hyperbolic tangent
tanl()
Calculate the tangent of an angle
trace_func_enter()
Insert a trace event for the entry to a function
trace_func_exit()
Insert a trace event for the exit from a function
trace_here()
Insert a trace event for the current address
trace_logb()
Insert a user combine trace event
trace_logbc()
Insert a trace event of an arbitrary class and type with arbitrary data
trace_logf()
Insert a user string trace event
trace_logi()
Insert a user simple trace event
trace_nlogf()
Insert a user string trace event, specifying a maximum string length
trace_vnlogf()
Insert a user string trace event, using a variable argument list