Searched refs:FILLP_REG_OS_SEM_LIB_FUNC (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | api.c | 1409 #define FILLP_REG_OS_SEM_LIB_FUNC(funSt, func) do { \ macro 1417 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchSemClose); in FtRegCopyOsSemLibFunc() 1418 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchSemInit); in FtRegCopyOsSemLibFunc() 1419 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchSemTryWait); in FtRegCopyOsSemLibFunc() 1420 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchSemWait); in FtRegCopyOsSemLibFunc() 1421 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchSemPost); in FtRegCopyOsSemLibFunc() 1422 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchSemDestroy); in FtRegCopyOsSemLibFunc() 1424 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchRWSemInit); in FtRegCopyOsSemLibFunc() 1427 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchRWSemRDPost); in FtRegCopyOsSemLibFunc() 1428 FILLP_REG_OS_SEM_LIB_FUNC(libSysFunc, sysArchRWSemWRPost); in FtRegCopyOsSemLibFunc() [all …]
|