Data Fields | |
int | id |
int | iterations |
struct lock * | lock |
int ** | op |
Definition at line 18 of file priority-fifo.c.
Definition at line 20 of file priority-fifo.c.
Referenced by simple_thread_func(), and test_priority_fifo().
struct lock* simple_thread_data::lock [read] |
Definition at line 22 of file priority-fifo.c.
Referenced by simple_thread_func(), and test_priority_fifo().
int** simple_thread_data::op |
Definition at line 23 of file priority-fifo.c.
Referenced by simple_thread_func(), and test_priority_fifo().