CMSIS
+
0
/2 examples
SourceVu will show references to
osThreadId_t
from the following samples and libraries:
Libraries
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
ThreadX
Tx_CMSIS_Wrapper
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
CMSIS
osThreadId_t
osThreadId_t
Thread ID identifies the thread.
Syntax
Show:
Summary
Declaration
from
cmsis_os2.h:211
typedef
void
*
osThreadId_t
;
Examples
osThreadId_t
is referenced by 2 libraries and example projects:
Libraries
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
ThreadX
Tx_CMSIS_Wrapper
References
from
0/2
examples
Code
Location
typedef
void
*
osThreadId_t
;
cmsis_os2.h:211
osThreadId_t
osThreadNew
(
osThreadFunc_t
func
,
void
*
argument
,
const
osThreadAttr_t
*
attr
)
;
cmsis_os2.h:371
const
char
*
osThreadGetName
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:376
osThreadId_t
osThreadGetId
(
void
)
;
cmsis_os2.h:380
osThreadState_t
osThreadGetState
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:385
uint32_t
osThreadGetStackSize
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:390
uint32_t
osThreadGetStackSpace
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:395
osStatus_t
osThreadSetPriority
(
osThreadId_t
thread_id
,
osPriority_t
priority
)
;
cmsis_os2.h:401
osPriority_t
osThreadGetPriority
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:406
osStatus_t
osThreadSuspend
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:415
osStatus_t
osThreadResume
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:420
osStatus_t
osThreadDetach
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:425
osStatus_t
osThreadJoin
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:430
osStatus_t
osThreadTerminate
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:438
uint32_t
osThreadEnumerate
(
osThreadId_t
*
thread_array
,
uint32_t
array_items
)
;
cmsis_os2.h:448
uint32_t
osThreadFlagsSet
(
osThreadId_t
thread_id
,
uint32_t
flags
)
;
cmsis_os2.h:457
osThreadId_t
osMutexGetOwner
(
osMutexId_t
mutex_id
)
;
cmsis_os2.h:595
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out