Searched refs:osThreadId (Results 1 – 10 of 10) sorted by relevance
168 }osThreadId_t, *osThreadId; typedef350 osStatus osThreadShow (osThreadId thread_id);362 osThreadId osThreadGetId (void);368 osStatus osThreadTerminate (osThreadId thread_id);386 osPriority osThreadGetPriority (osThreadId thread_id);463 int32_t osSignalSet (osThreadId thread_id, int32_t signals);470 int32_t osSignalClear (osThreadId thread_id, int32_t signals);501 osThreadId osMutexGetOwner (osMutexId mutex_id);785 osStatus osThreadGetState(osThreadId thread_id);789 uint32_t osThreadGetPrivData(osThreadId thread_id);[all …]
17 osThreadId create_spp_read_thread(void);
78 osThreadId reader_thread_id;
38 extern osThreadId intersys_tx_thread_id;
55 osThreadId thread_id;
68 osThreadId sbc_send_id;
52 osThreadId app_rfcomm_get_rx_thread_id(uint8_t serviceIndex);
64 typedef osThreadId sys_thread_t;
169 osThreadId rxThread;
181 osThreadId thread_id;
Completed in 13 milliseconds