Home
last modified time | relevance | path

Searched defs:SQ_UNLOCK (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_stream_queue.h17 #define SQ_UNLOCK(lock) pthread_spin_unlock(lock) macro
26 #define SQ_UNLOCK(lock) pthread_mutex_unlock(lock) macro
33 #define SQ_UNLOCK(lock) (void) 0 macro