ESP-IDF
osi_thread_join()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
osi_thread_join()
osi_thread_join() function
Syntax
Show:
Summary
Declaration
from
thread.c:180
static
int
osi_thread_join
(
osi_thread_t
*
thread
,
uint32_t
wait_ms
)
;
Arguments
Argument
thread
wait_ms
Related Functions
Found 8 other functions taking a
osi_thread
argument:
Function
osi_thread_post()
osi_event_bind()
osi_thread_free()
osi_thread_queue_wait_size()
osi_thread_set_priority()
osi_thread_name()
osi_thread_stop()
hci_hal_env_init()
Examples
References
from
examples
Code
Location
Referrer
static
int
osi_thread_join
(
osi_thread_t
*
thread
,
uint32_t
wait_ms
)
thread.c:180
ret
=
osi_thread_join
(
thread
,
1000
)
;
//wait 1000ms
thread.c:197
osi_thread_stop()
Call Tree
from
examples
osi_thread_join()
is called by 1 function and calls 2 functions:
osi_thread_stop()
All items filtered out
osi_thread_join()
__assert_func()
osi_sem_take()
All items filtered out
Data Use
from
examples
osi_thread_join()
:
All items filtered out
osi_thread_join()
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