PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Information about the test. More...
Data Fields | |
int64_t | start |
Current time at start of test. More... | |
int | iterations |
Number of iterations per thread. More... | |
int * | output_pos |
Current position in output buffer. More... | |
struct lock | output_lock |
Lock protecting output buffer. More... | |
Information about the test.
Definition at line 22 of file alarm-simultaneous.c.
int sleep_test::iterations |
Number of iterations per thread.
Definition at line 25 of file alarm-simultaneous.c.
Referenced by test_sleep().
struct lock sleep_test::output_lock |
Lock protecting output buffer.
Definition at line 34 of file alarm-wait.c.
int * sleep_test::output_pos |
Current position in output buffer.
Definition at line 26 of file alarm-simultaneous.c.
int64_t sleep_test::start |
Current time at start of test.
Definition at line 24 of file alarm-simultaneous.c.