Handbook
Glossary
p_realtimer>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
p_realtimer>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
tools.ps.macos.private
unix.time
;
M:
extern_proc
p_realtimer>>
T{
struct-slot-spec
{
name
"p_realtimer"
}
{
offset 120
}
{
class
itimerval
}
{
initial
S{
itimerval
{
it_interval
S{
timeval
{
sec 0
}
{
usec 0
}
}
}
{
it_value
S{
timeval
{
sec 0
}
{
usec 0
}
}
}
}
}
{
type
itimerval
}
}
read-struct-slot
;
inline