mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 05:51:37 +08:00
sys/kern: Add lockmgr support
- See `man lockmgr` - Implement the lock_object and move the RTEMS mutex to that object - Add debug support to track the locks with gdb Update #4475
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
#define _MACHINE__KERNEL_LOCK_H_
|
||||
|
||||
#include <sys/queue.h>
|
||||
#include <sys/_lock.h>
|
||||
#include <sys/ktr_class.h>
|
||||
|
||||
struct lock_object;
|
||||
struct lock_list_entry;
|
||||
struct thread;
|
||||
|
||||
|
Reference in New Issue
Block a user