API Reference Manual  1.45.0
api/spec/thread_types.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2018 Linaro Limited
3  */
4 
11 #ifndef ODP_API_SPEC_THREAD_TYPES_H_
12 #define ODP_API_SPEC_THREAD_TYPES_H_
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
32 typedef enum odp_thread_type_e {
43 
55 
60 #ifdef __cplusplus
61 }
62 #endif
63 
64 #endif
enum odp_thread_type_e odp_thread_type_t
Thread type.
odp_thread_type_e
Thread type.
@ ODP_THREAD_WORKER
Worker thread.
@ ODP_THREAD_CONTROL
Control thread.