Home
last modified time | relevance | path

Searched refs:MAX_THREAD_NAME_LEN (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/thread_fuzzer/
H A Dthread_fuzzer.cpp72 char threadName[MAX_THREAD_NAME_LEN + 1] = {0}; in Run()
90 string name = dataProvider->ConsumeRandomLengthString(MAX_THREAD_NAME_LEN); in ThreadTestFunc()
/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
140 char name[MAX_THREAD_NAME_LEN] = {0}; in IPCThreadSkeleton()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_thread_test.cpp114 char threadName[MAX_THREAD_NAME_LEN + 1] = {0}; in Run()
364 char threadName[MAX_THREAD_NAME_LEN + 1] = {0}; in Run()
/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/test/benchmarktest/thread_benchmark_test/
H A Dthread_benchmark_test.cpp128 char threadName[MAX_THREAD_NAME_LEN + 1] = {0}; in Run()
459 char threadName[MAX_THREAD_NAME_LEN + 1] = {0}; in Run()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dthread_ex.cpp51 prctl(PR_SET_NAME, threadName.substr(0, MAX_THREAD_NAME_LEN).c_str(), 0, 0, 0); in Proxy()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.c124 if (name == NULL || strlen(name) == 0 || strlen(name) >= MAX_THREAD_NAME_LEN) { in SetThreadName()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c854 char name[MAX_THREAD_NAME_LEN] = {0}; in SetIOThreadName()
H A Dnstackx_dfile_session.c1232 char name[MAX_THREAD_NAME_LEN] = {0}; in SetSendThreadName()