Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_function.h55 #define FILLP_SYS_START_NEWTHREAD (g_fillpOsBasicLibFun.fillpCreateThread)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h928 FillpCreateThreadFunc fillpCreateThread; /* String SprintfS callback function. */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1371 g_fillpOsBasicLibFun.fillpCreateThread = FillpCreateThread; in FillpRegBasicFun()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1393 FILLP_REG_OS_BASIC_LIB_FUNC(libSysFunc, fillpCreateThread); in FtRegCopyOsBasicLibFunc()