Lines Matching refs:osStatus_t
204 } osStatus_t; typedef
306 osStatus_t osKernelInitialize(void);
313 osStatus_t osKernelGetInfo(osVersion_t *version, char *id_buf, uint32_t id_size);
321 osStatus_t osKernelStart(void);
398 osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority);
407 osStatus_t osThreadYield(void);
412 osStatus_t osThreadSuspend(osThreadId_t thread_id);
417 osStatus_t osThreadResume(osThreadId_t thread_id);
422 osStatus_t osThreadDetach(osThreadId_t thread_id);
427 osStatus_t osThreadJoin(osThreadId_t thread_id);
435 osStatus_t osThreadTerminate(osThreadId_t thread_id);
478 osStatus_t osDelay(uint32_t ticks);
483 osStatus_t osDelayUntil(uint32_t ticks);
505 osStatus_t osTimerStart(osTimerId_t timer_id, uint32_t ticks);
510 osStatus_t osTimerStop(osTimerId_t timer_id);
520 osStatus_t osTimerDelete(osTimerId_t timer_id);
563 osStatus_t osEventFlagsDelete(osEventFlagsId_t ef_id);
582 osStatus_t osMutexAcquire(osMutexId_t mutex_id, uint32_t timeout);
587 osStatus_t osMutexRelease(osMutexId_t mutex_id);
597 osStatus_t osMutexDelete(osMutexId_t mutex_id);
618 osStatus_t osSemaphoreAcquire(osSemaphoreId_t semaphore_id, uint32_t timeout);
623 osStatus_t osSemaphoreRelease(osSemaphoreId_t semaphore_id);
633 osStatus_t osSemaphoreDelete(osSemaphoreId_t semaphore_id);
660 osStatus_t osMemoryPoolFree(osMemoryPoolId_t mp_id, void *block);
685 osStatus_t osMemoryPoolDelete(osMemoryPoolId_t mp_id);
708 osStatus_t osMessageQueuePut(osMessageQueueId_t mq_id, const void *msg_ptr, uint8_t msg_prio, uint3…
716 osStatus_t osMessageQueueGet(osMessageQueueId_t mq_id, void *msg_ptr, uint8_t *msg_prio, uint32_t t…
741 osStatus_t osMessageQueueReset(osMessageQueueId_t mq_id);
746 osStatus_t osMessageQueueDelete(osMessageQueueId_t mq_id);