aboutsummaryrefslogtreecommitdiff
path: root/example/time/time_global_test.c
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2017-01-20 15:32:01 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-22 21:54:46 +0300
commit7025b1b430237cddc10a0338c7b120d23b7985a8 (patch)
tree224576667db8b53e914e9286f6e52a257ac155e4 /example/time/time_global_test.c
parent0f18e317ede15081828deca1ff61d65b72e12926 (diff)
helper: cleanup Linux rename to thread
Remove the OS specific Linux filename and use the name of the generic apis it contains which is for odp_threads Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example/time/time_global_test.c')
-rw-r--r--example/time/time_global_test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/example/time/time_global_test.c b/example/time/time_global_test.c
index 380ec5200..dd339499d 100644
--- a/example/time/time_global_test.c
+++ b/example/time/time_global_test.c
@@ -4,10 +4,11 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#include <inttypes.h>
+
#include <odp_api.h>
#include <example_debug.h>
-#include <odp/helper/linux.h>
-#include <inttypes.h>
+#include <odp/helper/threads.h>
#define MAX_WORKERS 32
#define ITERATION_NUM 2048