| 452 | } |
| 453 | |
| 454 | int connGetState(connection *conn) { |
| 455 | return conn->state.load(std::memory_order_relaxed); |
| 456 | } |
| 457 | |
| 458 | void connSetThreadAffinity(connection *conn, int cpu) { |
| 459 | #ifdef HAVE_SO_INCOMING_CPU |
no outgoing calls
no test coverage detected