Home
last modified time | relevance | path

Searched refs:osStatus_t (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h204 } 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);
[all …]
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/src/
Dmain.c42 osStatus_t status; in read_msg_callback()
55 osStatus_t status; in send_msg_thread()
69 osStatus_t status; in main()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dkernel.c17 osStatus_t osKernelGetInfo(osVersion_t *version, char *id_buf, uint32_t id_size) in osKernelGetInfo()
122 osStatus_t osDelay(uint32_t ticks) in osDelay()
136 osStatus_t osDelayUntil(uint32_t ticks) in osDelayUntil()
Dmutex.c64 osStatus_t osMutexAcquire(osMutexId_t mutex_id, uint32_t timeout) in osMutexAcquire()
98 osStatus_t osMutexRelease(osMutexId_t mutex_id) in osMutexRelease()
120 osStatus_t osMutexDelete(osMutexId_t mutex_id) in osMutexDelete()
Dsemaphore.c60 osStatus_t osSemaphoreAcquire(osSemaphoreId_t semaphore_id, uint32_t timeout) in osSemaphoreAcquire()
106 osStatus_t osSemaphoreRelease(osSemaphoreId_t semaphore_id) in osSemaphoreRelease()
128 osStatus_t osSemaphoreDelete(osSemaphoreId_t semaphore_id) in osSemaphoreDelete()
Dthread.c271 osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority) in osThreadSetPriority()
337 osStatus_t osThreadYield(void) in osThreadYield()
386 osStatus_t osThreadSuspend(osThreadId_t thread_id) in osThreadSuspend()
410 osStatus_t osThreadResume(osThreadId_t thread_id) in osThreadResume()
435 osStatus_t osThreadDetach(osThreadId_t thread_id) in osThreadDetach()
464 osStatus_t osThreadJoin(osThreadId_t thread_id) in osThreadJoin()
467 osStatus_t status = osError; in osThreadJoin()
522 osStatus_t osThreadTerminate(osThreadId_t thread_id) in osThreadTerminate()
Dtimer.c80 osStatus_t osTimerStart(osTimerId_t timer_id, uint32_t ticks) in osTimerStart()
106 osStatus_t osTimerStop(osTimerId_t timer_id) in osTimerStop()
130 osStatus_t osTimerDelete(osTimerId_t timer_id) in osTimerDelete()
Dmsgq.c89 osStatus_t osMessageQueuePut(osMessageQueueId_t msgq_id, const void *msg_ptr, in osMessageQueuePut()
127 osStatus_t osMessageQueueGet(osMessageQueueId_t msgq_id, void *msg_ptr, in osMessageQueueGet()
237 osStatus_t osMessageQueueReset(osMessageQueueId_t msgq_id) in osMessageQueueReset()
262 osStatus_t osMessageQueueDelete(osMessageQueueId_t msgq_id) in osMessageQueueDelete()
Dmempool.c133 osStatus_t osMemoryPoolFree(osMemoryPoolId_t mp_id, void *block) in osMemoryPoolFree()
224 osStatus_t osMemoryPoolDelete(osMemoryPoolId_t mp_id) in osMemoryPoolDelete()
Devent_flags.c239 osStatus_t osEventFlagsDelete(osEventFlagsId_t ef_id) in osEventFlagsDelete()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c40 osStatus_t status; in thread1()
166 osStatus_t status; in thread3()
209 osStatus_t status; in thread_prior_common()
261 osStatus_t status; in thread4()
275 osStatus_t status; in ZTEST()
315 osStatus_t status; in ZTEST()
332 osStatus_t status; in thread6()
343 osStatus_t status; in ZTEST()
365 osStatus_t status; in ZTEST()
Dmutex.c26 osStatus_t status; in cleanup_max_mutex()
57 osStatus_t status; in ZTEST()
111 osStatus_t status; in tThread_entry_lock_timeout()
160 osStatus_t status; in ZTEST()
Dkernel.c13 osStatus_t status_val;
24 osStatus_t status; in get_version_check()
Dsemaphore.c17 osStatus_t status; in thread_sema()
72 osStatus_t status; in ZTEST()
Dmsgq.c28 osStatus_t status; in send_msg_thread()
89 osStatus_t status; in message_recv()
157 osStatus_t status; in ZTEST()
Dtimer.c48 osStatus_t status; in ZTEST()
Dmempool.c36 osStatus_t status; in mempool_common_tests()