| 3457 | } |
| 3458 | |
| 3459 | static inline void setIOPendingCount(int i, unsigned long count) { |
| 3460 | atomicSetWithSync(io_threads_pending[i], count); |
| 3461 | } |
| 3462 | |
| 3463 | void *IOThreadMain(void *myid) { |
| 3464 | /* The ID is the thread number (from 0 to server.iothreads_num-1), and is |
no outgoing calls
no test coverage detected