|
6ce50fab1c
|
Refactor semaphore to support atomic semop
|
2024-09-02 17:12:04 +08:00 |
|
|
db16caf28c
|
[Semaphore] Replace Mutex with SpinLock
|
2024-08-30 22:52:24 +08:00 |
|
|
d88d8fd307
|
[Semaphore] Remove duplicate PID and time settings
|
2024-08-30 22:52:24 +08:00 |
|
|
3297976700
|
[Semaphore] Optimize the update_pending_ops
|
2024-08-30 22:52:24 +08:00 |
|
|
a8970daec2
|
[Semaphore] Remove Box in pending_ops
|
2024-08-30 22:52:24 +08:00 |
|
|
3cac1b2a03
|
Use AtomicU32 to read/write latest modified pid
|
2024-08-25 20:13:05 +08:00 |
|
|
ccdf2dc54f
|
Drop the MutexGuard of semaphore earlier
|
2024-08-25 20:13:05 +08:00 |
|
|
547e6430ee
|
Pass the reference of sem_buf to semop
|
2024-08-25 20:13:05 +08:00 |
|
|
4b1f2f720e
|
Avoid using current in semop
|
2024-08-25 20:13:05 +08:00 |
|
|
dafd16075f
|
Remove the shim kernel crate
|
2024-08-23 23:37:50 +08:00 |
|