Searched refs:MUSL_LOGE (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/linux/user/src/trace/ |
D | trace_marker.c | 114 MUSL_LOGE("fail to write B. %d", ret); in trace_marker_begin() 117 MUSL_LOGE("B length error. %d", len); in trace_marker_begin() 142 MUSL_LOGE("fail to write E. %d", ret); in trace_marker_end() 145 MUSL_LOGE("E length error. %d", len); in trace_marker_end() 175 MUSL_LOGE("fail to write S. %d", ret); in trace_marker_async_begin() 178 MUSL_LOGE("S length error. %d", len); in trace_marker_async_begin() 208 MUSL_LOGE("fail to write F. %d", ret); in trace_marker_async_end() 211 MUSL_LOGE("F length error. %d", len); in trace_marker_async_end() 235 MUSL_LOGE("fail to write C. %d", ret); in trace_marker_count() 238 MUSL_LOGE("C length error. %d", len); in trace_marker_count()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | musl_log.h | 30 #define MUSL_LOGE(...) ((void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG… macro 35 #define MUSL_LOGE(...)
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 341 MUSL_LOGE("pthread_create: can't do threads, err: %{public}s", strerror(errno)); in __pthread_create() 391 MUSL_LOGE("pthread_create: mmap PROT_NONE failed, err:%{public}s", strerror(errno)); in __pthread_create() 396 MUSL_LOGE("pthread_create: mprotect failed, err:%{public}s", strerror(errno)); in __pthread_create() 403 MUSL_LOGE("pthread_create: mmap PROT_READ|PROT_WRITE failed, err:%{public}s", strerror(errno)); in __pthread_create() 490 MUSL_LOGE("pthread_create: ret:%{public}d, err:%{public}s", ret, strerror(errno)); in __pthread_create()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_hilog_adapter.c | 25 #define MUSL_LOGE(...) ((void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_ERROR, MUSL_LOG_DOMAIN, MUSL_LOG… macro
|
/third_party/musl/porting/linux/user/src/exit/ |
D | atexit.c | 84 MUSL_LOGE("call atexit with invalid callback ptr=%{public}p", arg); in __cxa_atexit()
|