ESP-IDF
osi_mutex_global_lock()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_mutex_global_lock()
osi_mutex_global_lock() function
Syntax
Show:
Summary
Declaration
Definition
from
mutex.h:48
void
osi_mutex_global_lock
(
void
)
;
Implemented in
mutex.c:91
Examples
References
from
examples
Code
Location
Referrer
void
osi_mutex_global_lock
(
void
)
mutex.c:91
void
osi_mutex_global_lock
(
void
)
;
mutex.h:48
osi_mutex_global_lock
(
)
;
bta_av_co.c:518
bta_av_audio_sink_getconfig()
osi_mutex_global_lock
(
)
;
bta_av_co.c:639
bta_av_co_audio_getconfig()
osi_mutex_global_lock
(
)
;
bta_av_co.c:775
bta_av_co_audio_setconfig()
osi_mutex_global_lock
(
)
;
bta_av_co.c:1478
bta_av_co_audio_codec_reset()
osi_mutex_global_lock
(
)
;
bta_av_co.c:1595
bta_av_co_audio_get_sbc_config()
osi_mutex_global_lock
(
)
;
btc_a2dp_source.c:442
btc_a2dp_source_setup_codec()
osi_mutex_global_lock
(
)
;
gap_conn.c:314
GAP_ConnReadData()
osi_mutex_global_lock
(
)
;
/* to prevent missing credit */
port_api.c:1168
PORT_Purge()
osi_mutex_global_lock
(
)
;
/* to prevent tx.queue_size from being negative */
port_api.c:1187
PORT_Purge()
osi_mutex_global_lock
(
)
;
port_api.c:1271
PORT_ReadData()
osi_mutex_global_lock
(
)
;
port_api.c:1284
PORT_ReadData()
osi_mutex_global_lock
(
)
;
port_api.c:1346
PORT_Read()
osi_mutex_global_lock
(
)
;
port_api.c:1654
PORT_WriteData()
osi_mutex_global_lock
(
)
;
port_rfc.c:904
PORT_DataInd()
osi_mutex_global_lock
(
)
;
port_rfc.c:1011
port_rfc_send_tx_data()
osi_mutex_global_lock
(
)
;
port_utils.c:211
port_release_port()
Call Tree
from
examples
osi_mutex_global_lock()
is called by 14 functions and calls 1 function:
bta_av_audio_sink_getconfig()
bta_av_co_audio_getconfig()
bta_av_co_audio_setconfig()
bta_av_co_audio_codec_reset()
bta_av_co_audio_get_sbc_config()
btc_a2dp_source_setup_codec()
GAP_ConnReadData()
PORT_Purge()
PORT_ReadData()
PORT_Read()
PORT_WriteData()
PORT_DataInd()
port_rfc_send_tx_data()
port_release_port()
All items filtered out
osi_mutex_global_lock()
xQueueTakeMutexRecursive()
All items filtered out
Data Use
from
examples
osi_mutex_global_lock()
reads 1 variable:
gl_mutex
All items filtered out
osi_mutex_global_lock()
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