Home
last modified time | relevance | path

Searched refs:task_id (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-vxworks-thread.c47 #define __CALL_DELETE_HOOK(tcb) tls_delete_hook((WIND_TCB *) ((tcb)->task_id))
172 __tcb->task_id = TASK_ID_NULL; in __init_gthread_tcb()
213 __local_tcb->task_id = taskIdSelf (); in __gthread_self()
282 TASK_ID task_id = taskCreate (NULL, in __gthread_create() local
291 __RETURN_ERRNO_IF_NOT_OK (!task_id); in __gthread_create()
293 tcb->task_id = task_id; in __gthread_create()
296 return __CHECK_RESULT (taskActivate (task_id)); in __gthread_create()
318 if (__threadid->task_id == taskIdSelf ()) in __gthread_join()
331 __RETURN_ERRNO_IF_NOT_OK (taskWait (__threadid->task_id, WAIT_FOREVER)); in __gthread_join()
342 if (taskIdVerify (__threadid->task_id) != OK) in __gthread_detach()
H A Dgthr-vxworks.h274 TASK_ID task_id; member
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks-thread.c51 #define __CALL_DELETE_HOOK(tcb) tls_delete_hook((WIND_TCB *) ((tcb)->task_id))
212 __tcb->task_id = TASK_ID_NULL; in __init_gthread_tcb()
253 __local_tcb->task_id = taskIdSelf (); in __gthread_self()
322 TASK_ID task_id = taskCreate (NULL, in __gthread_create() local
331 __RETURN_ERRNO_IF_NOT_OK (!task_id); in __gthread_create()
333 tcb->task_id = task_id; in __gthread_create()
336 return __CHECK_RESULT (taskActivate (task_id)); in __gthread_create()
358 if (__threadid->task_id == taskIdSelf ()) in __gthread_join()
371 __RETURN_ERRNO_IF_NOT_OK (taskWait (__threadid->task_id, WAIT_FOREVER)); in __gthread_join()
382 if (taskIdVerify (__threadid->task_id) != OK) in __gthread_detach()
H A Dgthr-vxworks.h282 TASK_ID task_id; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_hwmgr.c367 int hwmgr_handle_task(struct pp_hwmgr *hwmgr, enum amd_pp_task task_id, in hwmgr_handle_task() argument
375 switch (task_id) { in hwmgr_handle_task()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dpm.h330 #define amdgpu_dpm_dispatch_task(adev, task_id, user_state) \ argument
331 ((adev)->powerplay.pp_funcs->dispatch_tasks)((adev)->powerplay.pp_handle, (task_id), (user_state))
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Dkgd_pp_interface.h275 int (*dispatch_tasks)(void *handle, enum amd_pp_task task_id,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_amd_powerplay.c455 static int pp_dpm_dispatch_tasks(void *handle, enum amd_pp_task task_id, in pp_dpm_dispatch_tasks() argument
465 ret = hwmgr_handle_task(hwmgr, task_id, user_state); in pp_dpm_dispatch_tasks()
H A Damdgpu_smu.c1775 enum amd_pp_task task_id, in smu_handle_task() argument
1783 switch (task_id) { in smu_handle_task()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Damdgpu_smu.h699 enum amd_pp_task task_id,
H A Dhwmgr.h817 enum amd_pp_task task_id,