Home
last modified time | relevance | path

Searched refs:g_ipcSpin (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/kernel/extended/liteipc/
H A Dhm_liteipc.c84 SPIN_LOCK_INIT(g_ipcSpin); variable
85 #define IPC_LOCK(state) LOS_SpinLockSave(&g_ipcSpin, &(state))
86 #define IPC_UNLOCK(state) LOS_SpinUnlockRestore(&g_ipcSpin, state)

Completed in 3 milliseconds