mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 07:22:04 +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:
@@ -45,6 +45,7 @@
|
||||
#include <sys/proc.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/score/thread.h>
|
||||
|
||||
extern sbintime_t rtems_bsd_sbt_per_watchdog_tick;
|
||||
|
||||
|
Reference in New Issue
Block a user