Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dmtcp.h325 pthread_spinlock_t ackq_lock; member
332 pthread_mutex_t ackq_lock; member
/mOS-networking-stack/core/src/
H A Dapi.c1488 SQ_LOCK(&mtcp->ctx->ackq_lock); in CopyToUser()
1491 SQ_UNLOCK(&mtcp->ctx->ackq_lock); in CopyToUser()
H A Dcore.c1330 SQ_LOCK_INIT(&ctx->ackq_lock, "ctx->ackq_lock", exit(-1)); in MTCPRunThread()
1608 SQ_LOCK_DESTROY(&ctx->ackq_lock); in mtcp_free_context()