Searched refs:SQ_LOCK_DESTROY (Results 1 – 2 of 2) sorted by relevance
15 #define SQ_LOCK_DESTROY(lock) pthread_spin_destroy(lock) macro24 #define SQ_LOCK_DESTROY(lock) pthread_mutex_destroy(lock) macro31 #define SQ_LOCK_DESTROY(lock) (void) 0 macro
1604 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()