| 65 | } |
| 66 | |
| 67 | inline void QueryCtx_RemoveFromTLS(void) { |
| 68 | pthread_setspecific(_tlsQueryCtxKey, NULL); |
| 69 | } |
| 70 | |
| 71 | //------------------------------------------------------------------------------ |
| 72 | // query statistics |
no outgoing calls
no test coverage detected