Home
last modified time | relevance | path

Searched refs:SQ_LOCK (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_stream_queue.h16 #define SQ_LOCK(lock) pthread_spin_lock(lock) macro
25 #define SQ_LOCK(lock) pthread_mutex_lock(lock) macro
32 #define SQ_LOCK(lock) (void) 0 macro
/mOS-networking-stack/core/src/
H A Dapi.c1154 SQ_LOCK(&mtcp->ctx->connect_lock); in mtcp_connect()
1160 SQ_LOCK(&mtcp->ctx->destroyq_lock); in mtcp_connect()
1232 SQ_LOCK(&mtcp->ctx->destroyq_lock); in CloseStreamSocket()
1240 SQ_LOCK(&mtcp->ctx->destroyq_lock); in CloseStreamSocket()
1255 SQ_LOCK(&mtcp->ctx->close_lock); in CloseStreamSocket()
1413 SQ_LOCK(&mtcp->ctx->destroyq_lock); in mtcp_abort()
1425 SQ_LOCK(&mtcp->ctx->destroyq_lock); in mtcp_abort()
1439 SQ_LOCK(&mtcp->ctx->reset_lock); in mtcp_abort()
1488 SQ_LOCK(&mtcp->ctx->ackq_lock); in CopyToUser()
1832 SQ_LOCK(&mtcp->ctx->sendq_lock); in mtcp_write()
[all …]