Lines Matching full:thread_id
321 /// \param[in] thread_id thread ID obtained by \ref osThreadCreate or \ref osThreadGetId.
324 osStatus osThreadTerminate (osThreadId thread_id);
332 /// \param[in] thread_id thread ID obtained by \ref osThreadCreate or \ref osThreadGetId.
336 osStatus osThreadSetPriority (osThreadId thread_id, osPriority priority);
339 /// \param[in] thread_id thread ID obtained by \ref osThreadCreate or \ref osThreadGetId.
342 osPriority osThreadGetPriority (osThreadId thread_id);
416 /// \param[in] thread_id thread ID obtained by \ref osThreadCreate or \ref osThreadGetId.
420 int32_t osSignalSet (osThreadId thread_id, int32_t signals);
423 /// \param[in] thread_id thread ID obtained by \ref osThreadCreate or \ref osThreadGetId.
427 int32_t osSignalClear (osThreadId thread_id, int32_t signals);
621 /// \param[in] thread_id thread ID (obtained by \ref osThreadCreate or \ref osThreadGetId) …
624 osMessageQId osMessageCreate (const osMessageQDef_t *queue_def, osThreadId thread_id);
674 /// \param[in] thread_id thread ID (obtained by \ref osThreadCreate or \ref osThreadGetId) …
677 osMailQId osMailCreate (const osMailQDef_t *queue_def, osThreadId thread_id);