Home
last modified time | relevance | path

Searched refs:osThreadId (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/
H A Dcmsis_os.h135 typedef struct os_thread_cb *osThreadId; typedef
295 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument);
300 osThreadId osThreadGetId (void);
306 osStatus osThreadTerminate (osThreadId thread_id);
318 osStatus osThreadSetPriority (osThreadId thread_id, osPriority priority);
324 osPriority osThreadGetPriority (osThreadId thread_id);
402 int32_t osSignalSet (osThreadId thread_id, int32_t signals);
409 int32_t osSignalClear (osThreadId thread_id, int32_t signals);
603 osMessageQId osMessageCreate (const osMessageQDef_t *queue_def, osThreadId thread_id);
654 osMailQId osMailCreate (const osMailQDef_t *queue_def, osThreadId thread_id);
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/
H A Dcmsis_os.h245 typedef void *osThreadId; typedef
247 #define osThreadId osThreadId_t macro
484 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument);
489 osThreadId osThreadGetId (void);
497 osStatus osThreadSetPriority (osThreadId thread_id, osPriority priority);
504 osPriority osThreadGetPriority (osThreadId thread_id);
517 osStatus osThreadTerminate (osThreadId thread_id);
527 int32_t osSignalSet (osThreadId thread_id, int32_t signals);
533 int32_t osSignalClear (osThreadId thread_id, int32_t signals);
826 osMessageQId osMessageCreate (const osMessageQDef_t *queue_def, osThreadId thread_id);
[all …]
H A Dcmsis_os1.c34 osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument) { in osThreadCreate()
37 return (osThreadId)NULL; in osThreadCreate()
47 int32_t osSignalSet (osThreadId thread_id, int32_t signals) { in osSignalSet()
57 int32_t osSignalClear (osThreadId thread_id, int32_t signals) { in osSignalClear()
197 osMessageQId osMessageCreate (const osMessageQDef_t *queue_def, osThreadId thread_id) { in osMessageCreate()
246 osMailQId osMailCreate (const osMailQDef_t *queue_def, osThreadId thread_id) { in osMailCreate()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_def.h473 osThreadId thread;