#include <synch.h>
Data Fields | |
struct thread * | holder |
struct semaphore | semaphore |
Definition at line 22 of file synch.h.
struct thread* lock::holder [read] |
Definition at line 24 of file synch.h.
Referenced by lock_acquire(), lock_held_by_current_thread(), lock_init(), lock_release(), lock_try_acquire(), and test_priority_fifo().
struct semaphore lock::semaphore [read] |
Definition at line 25 of file synch.h.
Referenced by lock_acquire(), lock_init(), lock_release(), and lock_try_acquire().