Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/extended/trace/pipeline/
H A Dtrace_pipeline.c39 #define PIPE_UNLOCK(state) LOS_SpinUnlockRestore(&g_pipeSpin, (state)) macro
42 #define PIPE_UNLOCK(state) LOS_IntRestore(state) macro
143 PIPE_UNLOCK(intSave); in OsTraceDataSend()
/kernel/liteos_m/components/trace/pipeline/
H A Dtrace_pipeline.c39 #define PIPE_UNLOCK(state) LOS_SpinUnlockRestore(&g_pipeSpin, (state)) macro
42 #define PIPE_UNLOCK(state) LOS_IntRestore(state) macro
139 PIPE_UNLOCK(intSave); in OsTraceDataSend()

Completed in 2 milliseconds