Home
last modified time | relevance | path

Searched refs:instInx (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1522 FILLP_ULLONG DLL_API FtGetStackTime(FILLP_INT instInx) in FtGetStackTime() argument
1529 if ((instInx < 0) || ((FILLP_UINT)instInx >= g_spunge->insNum)) { in FtGetStackTime()
1534 return (FILLP_ULLONG)g_spunge->instPool[instInx].curTime; in FtGetStackTime()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1320 extern FILLP_ULLONG DLL_API FtGetStackTime(FILLP_INT instInx);