API Reference Manual
1.46.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
{
42
ODP_THREAD_WORKER
= 0,
43
53
ODP_THREAD_CONTROL
54
}
odp_thread_type_t
;
55
60
#ifdef __cplusplus
61
}
62
#endif
63
64
#endif
odp_thread_type_t
enum odp_thread_type_e odp_thread_type_t
Thread type.
odp_thread_type_e
odp_thread_type_e
Thread type.
Definition:
api/spec/thread_types.h:32
ODP_THREAD_WORKER
@ ODP_THREAD_WORKER
Worker thread.
Definition:
api/spec/thread_types.h:42
ODP_THREAD_CONTROL
@ ODP_THREAD_CONTROL
Control thread.
Definition:
api/spec/thread_types.h:53
include
odp
api
spec
thread_types.h
Generated by
1.9.1