1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2018 Intel Corporation
5 #ifndef _INCLUDE_THREAD_H_
6 #define _INCLUDE_THREAD_H_
11 thread_pipeline_enable(uint32_t thread_id,
12 const char *pipeline_name);
15 thread_pipeline_disable(uint32_t thread_id,
16 const char *pipeline_name);
22 thread_main(void *arg);
24 #endif /* _INCLUDE_THREAD_H_ */