Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_function.h97 #define SYS_ARCH_RWSEM_TRYRDWAIT (g_fillpOsSemLibFun.sysArchRWSemTryRDWait)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h903 FillpRWSemTryRDWaitFunc sysArchRWSemTryRDWait; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1396 g_fillpOsSemLibFun.sysArchRWSemTryRDWait = FillpRwSemTryRdWait; in FillpRegBasicFun()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1425 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchRWSemTryRDWait); in FtRegCopyOsSemLibFunc()