Function

Agstime_nanosleep

since: 5.5.1

Declaration [src]

void
ags_time_nanosleep (
  timespec* req
)

Description [src]

Nanosleep.

Available since: 5.5.1

Parameters

req

Type: timespec*

The requisition to sleep.

The argument can be NULL.
The data is owned by the caller of the function.