| 247 | } |
| 248 | |
| 249 | static int |
| 250 | enqueue_bulk_16B(void *p) |
| 251 | { |
| 252 | struct thread_params *params = p; |
| 253 | |
| 254 | return enqueue_dequeue_bulk_helper(0, 16, params); |
| 255 | } |
| 256 | |
| 257 | /* |
| 258 | * Function that uses rdtsc to measure timing for ring dequeue. Needs pair |
nothing calls this directly
no test coverage detected