1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2017 Cavium, Inc
11 * CPU pause operation.
16 * Pause CPU execution for a short while
18 * This call is intended for tight loops which poll a shared resource or wait
19 * for an event. A short pause within the loop may reduce the power consumption.
21 static inline void rte_pause(void);
23 #endif /* _RTE_PAUSE_H_ */