Searched refs:beginProcessPostFunc_ (Results 1 – 4 of 4) sorted by relevance
73 beginProcessPostFunc_ = (BeginProcessPostFlushFunc)LoadSymbol("BeginProcessPostFlush"); in LoadLibrary()74 CHECK_NULL_RETURN(beginProcessPostFunc_, false); in LoadLibrary()224 beginProcessPostFunc_(); in BeginProcessPostFlush()
112 beginProcessPostFunc_ = nullptr; in BeginProcessPostFlush()
94 ACE_EXPORT BeginProcessPostFlushFunc beginProcessPostFunc_ = nullptr; variable