Home
last modified time | relevance | path

Searched defs:MAX_THREAD_NAME_LEN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_util.h40 #define MAX_THREAD_NAME_LEN 100 macro
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dthread_ex.h47 constexpr int MAX_THREAD_NAME_LEN = 15; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp44 static constexpr uint32_t MAX_THREAD_NAME_LEN = 20; variable