MCPcopy Create free account
hub / github.com/devkitPro/libctru / __clrex

Function __clrex

libctru/include/3ds/synchronization.h:52–55  ·  view source on GitHub ↗

Performs a clrex operation.

Source from the content-addressed store, hash-verified

50
51/// Performs a clrex operation.
52static inline void __clrex(void)
53{
54 __asm__ __volatile__("clrex" ::: "memory");
55}
56
57/**
58 * @brief Performs a ldrex operation.

Callers 7

LightLock_LockFunction · 0.85
LightLock_TryLockFunction · 0.85
LightEvent_TryResetFunction · 0.85
LightSemaphore_AcquireFunction · 0.85
gspWaitForAnyEventFunction · 0.85
popInterruptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected