Navigation

Operators and Keywords

Function List:

C++ API

nanosleep.c File Reference

#include <config.h>
#include <time.h>
#include "intprops.h"
#include "sig-handler.h"
#include "verify.h"
#include <stdbool.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/select.h>
#include <signal.h>
#include <sys/time.h>
#include <errno.h>
#include <unistd.h>
Include dependency graph for nanosleep.c:

Defines

#define SIGCONT   SIGTERM

Enumerations

enum  { BILLION = 1000 * 1000 * 1000 }

Functions

int nanosleep (const struct timespec *requested_delay, struct timespec *remaining_delay)

Define Documentation

#define SIGCONT   SIGTERM

Enumeration Type Documentation

anonymous enum
Enumerator:
BILLION 

Function Documentation

int nanosleep ( const struct timespec requested_delay,
struct timespec remaining_delay 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines