Home
last modified time | relevance | path

Searched refs:osThreadId_t (Results 1 – 10 of 10) sorted by relevance

/cmsis_6-latest/CMSIS/RTOS2/Include/
Dcmsis_os2.h258 typedef void *osThreadId_t; typedef
429 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
434 const char *osThreadGetName (osThreadId_t thread_id);
439 uint32_t osThreadGetClass (osThreadId_t thread_id);
444 uint32_t osThreadGetZone (osThreadId_t thread_id);
448 osThreadId_t osThreadGetId (void);
453 osThreadState_t osThreadGetState (osThreadId_t thread_id);
458 uint32_t osThreadGetStackSize (osThreadId_t thread_id);
463 uint32_t osThreadGetStackSpace (osThreadId_t thread_id);
469 osStatus_t osThreadSetPriority (osThreadId_t thread_id, osPriority_t priority);
[all …]
/cmsis_6-latest/CMSIS/Documentation/Doxygen/RTOS2/src/
Dref_cmsis_os2_thread.txt196 osThreadId_t worker_ids[4];
280 \typedef osThreadId_t
376 \fn osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr)
398 \fn const char *osThreadGetName (osThreadId_t thread_id)
408 osThreadId_t thread_id = osThreadGetId();
419 \fn uint32_t osThreadGetClass (osThreadId_t thread_id);
427 \fn uint32_t osThreadGetZone (osThreadId_t thread_id);
435 \fn osThreadId_t osThreadGetId (void)
444 osThreadId_t id; // id for the currently running thread
455 \fn osThreadState_t osThreadGetState (osThreadId_t thread_id)
[all …]
Dref_cmsis_os2_thread_flags.txt36 osThreadId_t tid;
65 /** \fn uint32_t osThreadFlagsSet (osThreadId_t thread_id, uint32_t flags )
85 void signal_func (osThreadId_t tid) {
Dref_cmsis_os2_event.txt54 osThreadId_t tid_Thread_EventSender; // thread id 1
55 osThreadId_t tid_Thread_EventReceiver; // thread id 2
Dref_cmsis_os2_msg_queue.txt114 osThreadId_t tid_Thread_MsgQueue1; // thread id 1
115 osThreadId_t tid_Thread_MsgQueue2; // thread id 2
Dref_cmsis_os2_mem_pool.txt81 osThreadId_t tid_Thread_MemPool; // thread id
Dref_cmsis_os2_sema.txt136 osThreadId_t tid_Thread_Semaphore; // thread id
Dref_cmsis_os2_mutex.txt325 \fn osThreadId_t osMutexGetOwner (osMutexId_t mutex_id)
DprocessIsolation.md253 …nt of ticks the Watchdog Alarm callback \ref osWatchdogAlarm_Handler(osThreadId_t thread_id) is t…
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Driver/src/
DFlash_Demo.c9 osThreadId_t Flash_Thread_Id;