Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/abstraction-rtos/source/
Dcy_worker_thread.c63 cy_worker_thread_info_t* worker = (cy_worker_thread_info_t*)arg; in cy_worker_thread_func()
88 cy_rslt_t cy_worker_thread_create(cy_worker_thread_info_t* new_worker, in cy_worker_thread_create()
96 memset(new_worker, 0, sizeof(cy_worker_thread_info_t)); in cy_worker_thread_create()
129 cy_rslt_t cy_worker_thread_delete(cy_worker_thread_info_t* old_worker) in cy_worker_thread_delete()
191 cy_rslt_t cy_worker_thread_enqueue(cy_worker_thread_info_t* worker_info, in cy_worker_thread_enqueue()
/hal_infineon-3.6.0/abstraction-rtos/include/
Dcy_worker_thread.h95 } cy_worker_thread_info_t; typedef
108 cy_rslt_t cy_worker_thread_create(cy_worker_thread_info_t* new_worker,
120 cy_rslt_t cy_worker_thread_delete(cy_worker_thread_info_t* old_worker);
136 cy_rslt_t cy_worker_thread_enqueue(cy_worker_thread_info_t* worker_info,