/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/ |
H A D | cmsis_os2.h | 673 * @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 D | cmsis_liteos2.c | 344 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 D | mali_kbase_debug_ktrace_defs.h | 139 * @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 D | mali_kbase_debug_ktrace.c | 72 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 D | mali_kbase_debug_ktrace_defs.h | 144 * @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 D | mali_kbase_debug_ktrace.c | 70 "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 D | drv_hdmi_event.h | 90 hi_s32 drv_hdmi_event_pool_id_get(hdmi_device_id hdmi_id, hi_u32 *thread_id);
|
H A D | drv_hdmi_event.c | 399 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 D | uart_pl011.h | 161 uint32_t thread_id; member
|
/device/qemu/drivers/uart/ |
H A D | uart_pl011.h | 161 uint32_t thread_id; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_device.c | 414 (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 D | mali_kbase_defs.h | 734 u32 thread_id;
member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_device.c | 402 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 D | mali_kbase_defs.h | 743 u32 thread_id; member
|