Searched refs:iOtherExecStats (Results 1 – 2 of 2) sorted by relevance
512 iOtherExecStats[i] = NULL; in ConstructStatQ()516 …iOtherExecStats[EOtherExecStats_NativeOS] = OSCL_PLACEMENT_NEW(ptr, PVActiveStats(this, "Sched_Tot… in ConstructStatQ()519 …int offset = (int) & (iOtherExecStats[EOtherExecStats_NativeOS])->iPVStatQLink - (int)(iOtherExecS… in ConstructStatQ()528 …iOtherExecStats[EOtherExecStats_QueueTime] = OSCL_PLACEMENT_NEW(ptr, PVActiveStats(this, "Sched_Qu… in ConstructStatQ()532 …iOtherExecStats[EOtherExecStats_WaitTime] = OSCL_PLACEMENT_NEW(ptr, PVActiveStats(this, "Sched_Wai… in ConstructStatQ()539 if (iOtherExecStats[i]) in ConstructStatQ()540 iPVStatQ.InsertTail(*iOtherExecStats[i]); in ConstructStatQ()1186 START_LOOP_STATS(iOtherExecStats[EOtherExecStats_WaitTime]); in RequestCanceled()1188 END_LOOP_STATS(iOtherExecStats[EOtherExecStats_WaitTime]); in RequestCanceled()1201 START_LOOP_STATS(iOtherExecStats[EOtherExecStats_QueueTime]); in RequestCanceled()[all …]
285 … PVActiveStats* iOtherExecStats[EOtherExecStats_Last];//placeholder for stats of all ExecObjs. variable