Home
last modified time | relevance | path

Searched refs:hasInited (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h109 FILLP_BOOL hasInited; member
132 FILLP_BOOL hasInited; member
152 #define SPUNGE_STACK_VALID (g_spunge && g_spunge->hasInited)
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_stack_app_config.c65 (g_spunge->hasInited == FILLP_FALSE))) { in FtCheckCofigPar()
221 (g_spunge->hasInited == FILLP_FALSE))) { in FtAppInitConfigGet()
290 if ((g_spunge == FILLP_NULL_PTR) || (g_spunge->hasInited == FILLP_FALSE)) { in FtSetConfigApp()
473 if ((g_spunge == FILLP_NULL_PTR) || (g_spunge->hasInited == FILLP_FALSE)) { in FtGetConfigApp()
H A Dspunge_app.c88 if ((g_spunge == FILLP_NULL_PTR) || (!g_spunge->hasInited) || (g_spunge->sockTable == FILLP_NULL_PTR)) { in SpungeAllocSock()
H A Dapi.c471 if ((g_spunge == FILLP_NULL_PTR) || (g_spunge->hasInited == FILLP_FALSE)) { in FtStartStopTrace()
833 ((g_spunge == FILLP_NULL_PTR) || (g_spunge->hasInited == FILLP_FALSE))) { in FillpDebugCmdSocketConfigRes()
1524 if ((g_spunge == FILLP_NULL_PTR) || (g_spunge->hasInited == FILLP_FALSE)) { in FtGetStackTime()
H A Dfillp_dfx.c194 if ((g_spunge == FILLP_NULL_PTR) || (!g_spunge->hasInited)) { in FillpDfxEvtCbSet()
556 if ((g_spunge == FILLP_NULL_PTR) || (!g_spunge->hasInited) || (g_spunge->sockTable == FILLP_NULL_PTR)) { in FillpDumpShowSockList()
H A Dfillp_stack_app_config_in.c679 if ((sockIndex == FILLP_MAX_UNSHORT_VAL) && (g_spunge != FILLP_NULL_PTR) && (g_spunge->hasInited == FILLP_TRUE)) { in FtAppConfigInitNackDelayCfg()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config_in.c83 if ((g_spunge != FILLP_NULL_PTR) && (g_spunge->hasInited == FILLP_TRUE)) { in FtConfigSetCpuCoreUse()
97 if ((g_spunge != FILLP_NULL_PTR) && (g_spunge->hasInited == FILLP_TRUE)) { in FtConfigSetMaxSockNum()
119 if ((g_spunge != FILLP_NULL_PTR) && (g_spunge->hasInited == FILLP_TRUE)) { in FtConfigSetMaxConnectionNum()
H A Dspunge_core.c357 inst->hasInited = FILLP_TRUE; in SpungeThreadInit()
373 if (inst->hasInited) { in SpungeInstInit()
558 inst->hasInited = FILLP_FALSE; in SpungeFreeInstanceResource()
676 g_spunge->hasInited = FILLP_FALSE; in FtFreeGlobalSpunge()
788 g_spunge->hasInited = FILLP_TRUE; in FtInit()
820 if (g_spunge->instPool[i].hasInited == 0) { in SpungZeroInstance()
860 if ((g_spunge == FILLP_NULL_PTR) || (!g_spunge->hasInited)) { in FtDestroyInner()
1598 while (inst->hasInited) { in SpungeInstanceMainThread()
H A Dfillp_stack_config.c28 if ((g_spunge != FILLP_NULL_PTR) && (g_spunge->hasInited == FILLP_TRUE)) { in FtSetCopyPreinitConfigs()
81 if ((g_spunge != FILLP_NULL_PTR) && (g_spunge->hasInited == FILLP_TRUE)) { in FtInitConfigSet()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c281 if ((g_spunge == FILLP_NULL_PTR) || (!g_spunge->hasInited) || (g_spunge->sockTable == FILLP_NULL_PTR)) { in SockGetSocket()

Completed in 10 milliseconds