Home
last modified time | relevance | path

Searched refs:LOG_LEN (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/Benchmark/musl/
H A Dlibc_hilog.cpp34 #define LOG_LEN 3 macro
120 struct iovec vec[LOG_LEN] = {{0}}; in SendMessage()
127 int ret = TEMP_FAILURE_RETRY(writev(socketFd, vec, LOG_LEN)); in SendMessage()
/third_party/musl/porting/linux/user/src/hilog/
H A Dhilog_adapter.c40 #define LOG_LEN 3 macro
116 struct iovec vec[LOG_LEN] = {0}; in SendMessage()
123 int ret = TEMP_FAILURE_RETRY(writev(socketFd, vec, LOG_LEN)); in SendMessage()
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c41 #define LOG_LEN 3 macro
176 struct iovec vec[LOG_LEN] = {0}; in SendMessage()
183 int ret = TEMP_FAILURE_RETRY(writev(socketFd, vec, LOG_LEN)); in SendMessage()

Completed in 2 milliseconds