Data Fields | |
struct lock | lock |
struct semaphore | sema |
Definition at line 19 of file priority-donate-sema.c.
struct lock lock_and_sema::lock [read] |
Definition at line 21 of file priority-donate-sema.c.
Referenced by h_thread_func(), l_thread_func(), and test_priority_donate_sema().
struct semaphore lock_and_sema::sema [read] |
Definition at line 22 of file priority-donate-sema.c.
Referenced by h_thread_func(), l_thread_func(), m_thread_func(), and test_priority_donate_sema().