Home
last modified time | relevance | path

Searched refs:destroyq_lock (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Dapi.c1160 SQ_LOCK(&mtcp->ctx->destroyq_lock); in mtcp_connect()
1162 SQ_UNLOCK(&mtcp->ctx->destroyq_lock); in mtcp_connect()
1232 SQ_LOCK(&mtcp->ctx->destroyq_lock); in CloseStreamSocket()
1235 SQ_UNLOCK(&mtcp->ctx->destroyq_lock); in CloseStreamSocket()
1240 SQ_LOCK(&mtcp->ctx->destroyq_lock); in CloseStreamSocket()
1242 SQ_UNLOCK(&mtcp->ctx->destroyq_lock); in CloseStreamSocket()
1413 SQ_LOCK(&mtcp->ctx->destroyq_lock); in mtcp_abort()
1415 SQ_UNLOCK(&mtcp->ctx->destroyq_lock); in mtcp_abort()
1425 SQ_LOCK(&mtcp->ctx->destroyq_lock); in mtcp_abort()
1427 SQ_UNLOCK(&mtcp->ctx->destroyq_lock); in mtcp_abort()
H A Dcore.c1331 SQ_LOCK_INIT(&ctx->destroyq_lock, "ctx->destroyq_lock", exit(-1)); in MTCPRunThread()
1609 SQ_LOCK_DESTROY(&ctx->destroyq_lock); in mtcp_free_context()
/mOS-networking-stack/core/src/include/
H A Dmtcp.h326 pthread_spinlock_t destroyq_lock; member
333 pthread_mutex_t destroyq_lock; member