DPDK  19.08.2
rte_pause.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2017 Cavium, Inc
3  */
4 
5 #ifndef _RTE_PAUSE_H_
6 #define _RTE_PAUSE_H_
7 
21 static inline void rte_pause(void);
22 
23 #endif /* _RTE_PAUSE_H_ */
static void rte_pause(void)