ESP-IDF
OSI_THREAD_MAX_TIMEOUT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OSI_THREAD_MAX_TIMEOUT
OSI_THREAD_MAX_TIMEOUT macro
Syntax
Show:
Summary
Declaration
from
thread.h:18
#define
OSI_THREAD_MAX_TIMEOUT
OSI_SEM_MAX_TIMEOUT
Examples
References
from
examples
Code
Location
#define
OSI_THREAD_MAX_TIMEOUT
OSI_SEM_MAX_TIMEOUT
thread.h:18
if
(
btu_task_post
(
SIG_BTU_BTA_MSG
,
p_msg
,
OSI_THREAD_MAX_TIMEOUT
)
==
false
)
{
bta_sys_main.c:576
btu_task_post
(
SIG_BTU_BTA_ALARM
,
p_tle
,
OSI_THREAD_MAX_TIMEOUT
)
;
bta_sys_main.c:596
osi_thread_post_event
(
a2dp_sink_local_param
.
btc_aa_snk_cb
.
data_ready_event
,
OSI_THREAD_MAX_TIMEOUT
)
;
btc_a2dp_sink.c:377
osi_thread_post_event
(
a2dp_sink_local_param
.
btc_aa_snk_cb
.
data_ready_event
,
OSI_THREAD_MAX_TIMEOUT
)
;
btc_a2dp_sink.c:690
osi_thread_post_event
(
a2dp_source_local_param
.
btc_aa_src_cb
.
poll_data
,
OSI_THREAD_MAX_TIMEOUT
)
;
btc_a2dp_source.c:1570
osi_thread_post_event
(
p_env
->
adv_rpt_ready
,
OSI_THREAD_MAX_TIMEOUT
)
;
btc_gap_ble.c:638
osi_thread_post_event
(
p_env
->
adv_rpt_ready
,
OSI_THREAD_MAX_TIMEOUT
)
;
btc_gap_ble.c:686
ret
=
btc_task_post
(
lmsg
,
OSI_THREAD_MAX_TIMEOUT
)
;
btc_task.c:335
btu_task_post
(
SIG_BTU_HCI_ADV_RPT_MSG
,
NULL
,
OSI_THREAD_MAX_TIMEOUT
)
;
btm_ble_gap.c:3549
osi_thread_post_event
(
p_cb
->
adv_rpt_ready
,
OSI_THREAD_MAX_TIMEOUT
)
;
btm_ble_gap.c:4785
if
(
btu_task_post
(
SIG_BTU_HCI_MSG
,
event
,
OSI_THREAD_MAX_TIMEOUT
)
==
false
)
{
btu_hcif.c:1242
if
(
btu_task_post
(
SIG_BTU_HCI_MSG
,
event
,
OSI_THREAD_MAX_TIMEOUT
)
==
false
)
{
btu_hcif.c:1479
if
(
btu_task_post
(
SIG_BTU_START_UP
,
NULL
,
OSI_THREAD_MAX_TIMEOUT
)
==
false
)
{
btu_init.c:193
btu_task_post
(
SIG_BTU_GENERAL_ALARM
,
p_tle
,
OSI_THREAD_MAX_TIMEOUT
)
;
btu_task.c:426
btu_task_post
(
SIG_BTU_L2CAP_ALARM
,
p_tle
,
OSI_THREAD_MAX_TIMEOUT
)
;
btu_task.c:541
btu_task_post
(
SIG_BTU_ONESHOT_ALARM
,
p_tle
,
OSI_THREAD_MAX_TIMEOUT
)
;
btu_task.c:624
hci_upstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_hal_h4.c:252
hci_downstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_hal_h4.c:537
hci_upstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_hal_h4.c:619
hci_downstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_layer.c:274
hci_downstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_layer.c:295
hci_downstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_layer.c:308
hci_downstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_layer.c:502
if
(
btu_task_post
(
SIG_BTU_HCI_MSG
,
packet
,
OSI_THREAD_MAX_TIMEOUT
)
==
false
)
{
hci_layer.c:529
if
(
btu_task_post
(
SIG_BTU_HCI_ADV_RPT_MSG
,
linked_pkt
,
OSI_THREAD_MAX_TIMEOUT
)
==
false
)
{
hci_layer.c:538
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
Lifecycle
from
examples
All items filtered out
All items filtered out