Welcome to the FoxOS website!
extern "C" bool atomic_lock(uint64_t* mutex, uint64_t bit);
extern "C"
uint64_t* mutex
uint64_t bit
bool
extern "C" bool atomic_unlock(uint64_t* mutex, uint64_t bit);
extern "C"
uint64_t* mutex
uint64_t bit
bool
extern "C" void atomic_spinlock(uint64_t* mutex, uint64_t bit);
extern "C"
uint64_t* mutex
uint64_t bit
void