Searched refs:cy_worker_thread_info_t (Results 1 – 2 of 2) sorted by relevance
63 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()
95 } cy_worker_thread_info_t; typedef108 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,