FreeBSD kernel kern code
clock_nanosleep_args Struct Reference

Data Fields

clockid_t clock_id
 
int flags
 
struct timespec * rqtp
 
struct timespec * rmtp
 

Detailed Description

Definition at line 604 of file kern_time.c.

Field Documentation

◆ clock_id

clockid_t clock_nanosleep_args::clock_id

Definition at line 605 of file kern_time.c.

Referenced by sys_clock_nanosleep(), and systrace_args().

◆ flags

int clock_nanosleep_args::flags

Definition at line 606 of file kern_time.c.

Referenced by sys_clock_nanosleep(), and systrace_args().

◆ rmtp

struct timespec* clock_nanosleep_args::rmtp

Definition at line 608 of file kern_time.c.

Referenced by sys_clock_nanosleep(), and systrace_args().

◆ rqtp

struct timespec* clock_nanosleep_args::rqtp

Definition at line 607 of file kern_time.c.

Referenced by sys_clock_nanosleep(), and systrace_args().


The documentation for this struct was generated from the following file: