Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dtcp_stream_queue.h15 #define SQ_LOCK_DESTROY(lock) pthread_spin_destroy(lock) macro
24 #define SQ_LOCK_DESTROY(lock) pthread_mutex_destroy(lock) macro
31 #define SQ_LOCK_DESTROY(lock) (void) 0 macro
/mOS-networking-stack/core/src/
H A Dcore.c1604 SQ_LOCK_DESTROY(&ctx->connect_lock); in mtcp_free_context()
1605 SQ_LOCK_DESTROY(&ctx->close_lock); in mtcp_free_context()
1606 SQ_LOCK_DESTROY(&ctx->reset_lock); in mtcp_free_context()
1607 SQ_LOCK_DESTROY(&ctx->sendq_lock); in mtcp_free_context()
1608 SQ_LOCK_DESTROY(&ctx->ackq_lock); in mtcp_free_context()
1609 SQ_LOCK_DESTROY(&ctx->destroyq_lock); in mtcp_free_context()