Home
last modified time | relevance | path

Searched refs:sysArchSemWaitTimeout (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_function.h81 #define SYS_ARCH_SEM_WAIT_TIMEOUT (g_fillpOsSemLibFun.sysArchSemWaitTimeout)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h913 FillpSysArchSemWaitTimeoutFunc sysArchSemWaitTimeout; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1394 g_fillpOsSemLibFun.sysArchSemWaitTimeout = FillpSysArchSemWaitTimeout; in FillpRegBasicFun()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1423 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchSemWaitTimeout); in FtRegCopyOsSemLibFunc()