Searched refs:KDP_LOG_PROCESS (Results 1 – 3 of 3) sorted by relevance
397 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PROCESS)); in DidAttach()430 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PROCESS)); in DoResume()589 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet(KDP_LOG_PROCESS)); in DoDetach()808 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet(KDP_LOG_PROCESS)); in StartAsyncThread()823 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet(KDP_LOG_PROCESS)); in StopAsyncThread()846 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PROCESS)); in AsyncThread()
73 else if (::strcasecmp (arg, "process") == 0 ) flag_bits &= ~KDP_LOG_PROCESS; in DisableLog()129 else if (::strcasecmp (arg, "process") == 0 ) flag_bits |= KDP_LOG_PROCESS; in EnableLog()
21 #define KDP_LOG_PROCESS (1u << 1) macro