Use RW spin locks
All checks were successful
Build documentation / build-and-deploy (push) Successful in 39s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 39s
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
c += sync/spin_lock.c
|
||||
c += sync/spin_lock.c \
|
||||
sync/rw_spin_lock.c
|
||||
|
||||
o += sync/spin_lock.o
|
||||
o += sync/spin_lock.o \
|
||||
sync/rw_spin_lock.o
|
||||
|
||||
Reference in New Issue
Block a user