Searched refs:CPU_RunInfo (Results 1 – 1 of 1) sorted by relevance
5399 char *CPU_RunInfo = (char *)OSA_MemoryAllocate(MAX_TASK_INFO_BUF); local5401 char *CPU_RunInfo = (char *)OSA_MemoryPoolAllocate(buf_1024_MemoryPool);5404 if (CPU_RunInfo == NULL)5410 memset(CPU_RunInfo, 0, sizeof(CPU_RunInfo));5412 OSA_GetTaskList(CPU_RunInfo);5425 (void)PRINTF("%s", CPU_RunInfo);5428 memset(CPU_RunInfo, 0, task_status_len);5430 OSA_GetRuntimeStats(CPU_RunInfo);5432 (void)PRINTF("%s", CPU_RunInfo);5436 OSA_MemoryFree(CPU_RunInfo);[all …]