ESP-IDF
osi_thread_core_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
osi_thread_core_t
osi_thread_core_t enum
Syntax
Show:
Summary
Declaration
from
thread.h:27
enum
{
OSI_THREAD_CORE_0
=
0
,
OSI_THREAD_CORE_1
,
OSI_THREAD_CORE_AFFINITY
,
}
;
Values
Value
Declared as
osi_thread_core_t::OSI_THREAD_CORE_0
=
0
osi_thread_core_t::OSI_THREAD_CORE_1
osi_thread_core_t::OSI_THREAD_CORE_AFFINITY
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
thread.h:27
}
osi_thread_core_t
;
thread.h:31
osi_thread_t
*
osi_thread_create
(
const
char
*
name
,
size_t
stack_size
,
int
priority
,
osi_thread_core_t
core
,
uint8_t
work_queue_num
,
const
size_t
work_queue_len
[
]
)
thread.c:206
osi_thread_create()
osi_thread_create()::core
}
osi_thread_core_t
;
thread.h:31
osi_thread_core_t
osi_thread_t
*
osi_thread_create
(
const
char
*
name
,
size_t
stack_size
,
int
priority
,
osi_thread_core_t
core
,
uint8_t
work_queue_num
,
const
size_t
work_queue_len
[
]
)
;
thread.h:42
osi_thread_create()
osi_thread_create()::core
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
osi_thread_create()::core
osi_thread_create()
thread.h:42
osi_thread_create()::core
osi_thread_create()
thread.c:206
Lifecycle
from
examples
All items filtered out
All items filtered out