struct semaphore { raw_spinlock_t lock; unsigned int count; struct list_head wait_list; }; struct mutex { atomic_t count; spinlock_t wait_lock; struct list_head ...
確定! 回上一頁