sleep for a specified number of seconds NAME sleep - sleep for a specified number of seconds LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> unsigned int sle…wait for asynchronous I/O operation or timeout NAME aio_suspend - wait for asynchronous I/O operation or timeout LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <aio.h…suspend execution for microsecond intervals NAME usleep - suspend execution for microsecond intervals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int usl…schedule signal after given number of microseconds NAME ualarm - schedule signal after given number of microseconds LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <uni…obtain ID of a process CPU-time clock NAME clock_getcpuclockid - obtain ID of a process CPU-time clock LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17…determine processor time NAME clock - determine processor time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> clock_t clock(void); DESCRIPTION The clock () fu…retrieve ID of a thread's CPU time clock NAME pthread_getcpuclockid - retrieve ID of a thread's CPU time clock LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #in…correct the time to synchronize the system clock NAME adjtime - correct the time to synchronize the system clock LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/ti…try to join with a terminated thread NAME pthread_tryjoin_np, pthread_timedjoin_np - try to join with a terminated thread LIBRARY POSIX threads library ( libpthread , -lpthread ) S…try to join with a terminated thread NAME pthread_tryjoin_np, pthread_timedjoin_np - try to join with a terminated thread LIBRARY POSIX threads library ( libpthread , -lpthread ) S…tune kernel clock NAME adjtimex, clock_adjtime, ntp_adjtime - tune kernel clock LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/timex.h> int adjtimex(struct timex …lock a semaphore NAME sem_wait, sem_timedwait, sem_trywait - lock a semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_wait(…lock a semaphore NAME sem_wait, sem_timedwait, sem_trywait - lock a semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_wait(…lock a semaphore NAME sem_wait, sem_timedwait, sem_trywait - lock a semaphore LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <semaphore.h> int sem_wait(…return date and time NAME ftime - return date and time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/timeb.h> int ftime(struct timeb * tp ); DESCRIPTION NOTE : T…convert a string representation of time to a time tm structure NAME strptime - convert a string representation of time to a time tm structure LIBRARY Standard C library ( libc , -l…operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy - operations on condit…operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy - operations on condit…operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy - operations on condit…operations on conditions NAME pthread_cond_init, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_destroy - operations on condit…