Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <win32.h>
Data Fields | |
long | tms_utime |
long | tms_stime |
long | tms_cutime |
long | tms_cstime |
long tms::tms_cstime |
Definition at line 715 of file win32.h.
Referenced by p_gid_switch(), and rb_w32_times().
long tms::tms_cutime |
Definition at line 714 of file win32.h.
Referenced by p_gid_switch(), and rb_w32_times().
long tms::tms_stime |
Definition at line 713 of file win32.h.
Referenced by p_gid_switch(), rb_clock_gettime(), and rb_w32_times().
long tms::tms_utime |
Definition at line 712 of file win32.h.
Referenced by p_gid_switch(), rb_clock_gettime(), and rb_w32_times().