rebase onto develop-2.0
This commit is contained in:
8
infra/monitor/monitor_spinlock.h
Normal file
8
infra/monitor/monitor_spinlock.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
struct stm_spinlock;
|
||||
|
||||
struct stm_spinlock *stm_spinlock_new(void);
|
||||
void stm_spinlock_lock(struct stm_spinlock *splock);
|
||||
void stm_spinlock_unlock(struct stm_spinlock *splock);
|
||||
void stm_spinlock_free(struct stm_spinlock *splock);
|
||||
Reference in New Issue
Block a user