Home
last modified time | relevance | path

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

/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/
Dcmsis_os2.h207 } osStatus_t; typedef
309 osStatus_t osKernelInitialize (void);
316 osStatus_t osKernelGetInfo (osVersion_t *version, char *id_buf, uint32_t id_size);
324 osStatus_t osKernelStart (void);
401 osStatus_t osThreadSetPriority (osThreadId_t thread_id, osPriority_t priority);
410 osStatus_t osThreadYield (void);
415 osStatus_t osThreadSuspend (osThreadId_t thread_id);
420 osStatus_t osThreadResume (osThreadId_t thread_id);
425 osStatus_t osThreadDetach (osThreadId_t thread_id);
430 osStatus_t osThreadJoin (osThreadId_t thread_id);
[all …]
/tf-m-tests-3.4.0/app/
Dos_wrapper_cmsis_rtos_v2.c56 osStatus_t status; in os_wrapper_semaphore_acquire()
70 osStatus_t status; in os_wrapper_semaphore_release()
82 osStatus_t status; in os_wrapper_semaphore_delete()
111 osStatus_t status = osOK; in os_wrapper_mutex_acquire()
129 osStatus_t status = osOK; in os_wrapper_mutex_release()
145 osStatus_t status = osOK; in os_wrapper_mutex_delete()
242 osStatus_t status; in os_wrapper_msg_queue_send()
255 osStatus_t status; in os_wrapper_msg_queue_receive()
267 osStatus_t status; in os_wrapper_delay()