Home
last modified time | relevance | path

Searched refs:noBlock (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp320 bool noBlock; member
327 noBlock(false), tailLines(0) {}
351 rqst.noBlock = noBlock; in ToOutputRqst()
445 context.noBlock = true; // don't block implicitly in HeadHandler()
898 context.noBlock = true; in NoBlockHandler()
910 context.noBlock = true; // don't block implicitly in TailHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h84 bool noBlock; member
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp502 if (rqst.noBlock) { in HandleOutputRqst()