Home
last modified time | relevance | path

Searched refs:thread_id (Results 1 - 14 of 14) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_os2.h673 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
678 const char *osThreadGetName (osThreadId_t thread_id);
693 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
698 osThreadState_t osThreadGetState (osThreadId_t thread_id);
703 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
708 uint32_t osThreadGetStackSize (osThreadId_t thread_id);
713 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
718 uint32_t osThreadGetStackSpace (osThreadId_t thread_id);
723 * @param thread_id Indicates the thread ID, which is obtained using osThreadNew or osThreadGetId.
729 osStatus_t osThreadSetPriority (osThreadId_t thread_id, osPriority_
[all...]
H A Dcmsis_liteos2.c344 const char *osThreadGetName(osThreadId_t thread_id) in osThreadGetName() argument
348 if (OS_INT_ACTIVE || thread_id == NULL) { in osThreadGetName()
352 pstTaskCB = (LosTaskCB *)thread_id; in osThreadGetName()
384 osThreadState_t osThreadGetState(osThreadId_t thread_id) in osThreadGetState() argument
390 if (OS_INT_ACTIVE || thread_id == NULL) { in osThreadGetState()
394 pstTaskCB = (LosTaskCB *)thread_id; in osThreadGetState()
414 uint32_t osThreadGetStackSize(osThreadId_t thread_id) in osThreadGetStackSize() argument
418 if (OS_INT_ACTIVE || thread_id == NULL) { in osThreadGetStackSize()
422 pstTaskCB = (LosTaskCB *)thread_id; in osThreadGetStackSize()
462 uint32_t osThreadGetStackSpace(osThreadId_t thread_id) in osThreadGetStackSpace() argument
476 osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority) osThreadSetPriority() argument
512 osThreadGetPriority(osThreadId_t thread_id) osThreadGetPriority() argument
550 osThreadSuspend(osThreadId_t thread_id) osThreadSuspend() argument
582 osThreadResume(osThreadId_t thread_id) osThreadResume() argument
612 osThreadTerminate(osThreadId_t thread_id) osThreadTerminate() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/
H A Dmali_kbase_debug_ktrace_defs.h139 * @thread_id: id of the thread in the context of which trace message was
141 * @cpu: indicates which CPU the @thread_id was scheduled on when the
154 u32 thread_id; member
H A Dmali_kbase_debug_ktrace.c72 written += MAX((int)snprintf(buffer + written, MAX(sz - written, 0), "secs,thread_id,cpu,code,kctx,"), 0); in kbasep_ktrace_format_header()
88 * secs,thread_id,cpu,code, in kbasep_ktrace_format_msg()
93 trace_msg->thread_id, trace_msg->cpu, kbasep_ktrace_code_string[trace_msg->backend.code]), 0); in kbasep_ktrace_format_msg()
152 trace_msg->thread_id = task_pid_nr(current); in kbasep_ktrace_msg_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/
H A Dmali_kbase_debug_ktrace_defs.h144 * @thread_id: id of the thread in the context of which trace message was
146 * @cpu: indicates which CPU the @thread_id was scheduled on when the
159 u32 thread_id; member
H A Dmali_kbase_debug_ktrace.c70 "secs,thread_id,cpu,code,kctx,"), 0); in kbasep_ktrace_format_header()
89 * secs,thread_id,cpu,code, in kbasep_ktrace_format_msg()
95 trace_msg->thread_id, trace_msg->cpu, in kbasep_ktrace_format_msg()
159 trace_msg->thread_id = task_pid_nr(current); in kbasep_ktrace_msg_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_event.h90 hi_s32 drv_hdmi_event_pool_id_get(hdmi_device_id hdmi_id, hi_u32 *thread_id);
H A Ddrv_hdmi_event.c399 hi_s32 drv_hdmi_event_pool_id_get(hdmi_device_id hdmi_id, hi_u32 *thread_id) in drv_hdmi_event_pool_id_get() argument
406 hdmi_if_null_warn_return(thread_id, HI_FAILURE); in drv_hdmi_event_pool_id_get()
410 *thread_id = evt_info->pool[0].ctrl.pool_id; in drv_hdmi_event_pool_id_get()
/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.h161 uint32_t thread_id; member
/device/qemu/drivers/uart/
H A Duart_pl011.h161 uint32_t thread_id; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_device.c414 (int)(trace_msg->timestamp.tv_nsec / 0x3E8), trace_msg->thread_id, trace_msg->cpu, in kbasep_trace_format_msg()
464 trace_msg->thread_id = task_pid_nr(current); in kbasep_trace_add()
H A Dmali_kbase_defs.h734 u32 thread_id; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_device.c402 written += MAX(snprintf(buffer + written, MAX(len - written, 0), "%d.%.6d,%d,%d,%s,%p,", (int)trace_msg->timestamp.tv_sec, (int)(trace_msg->timestamp.tv_nsec / 1000), trace_msg->thread_id, trace_msg->cpu, kbasep_trace_code_string[trace_msg->code], trace_msg->ctx), 0); in kbasep_trace_format_msg()
444 trace_msg->thread_id = task_pid_nr(current); in kbasep_trace_add()
H A Dmali_kbase_defs.h743 u32 thread_id; member

Completed in 15 milliseconds