Home
last modified time | relevance | path

Searched refs:ReportErrnumFatal (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Support/Unix/
DThreading.inc72 ReportErrnumFatal("pthread_attr_init failed", errnum);
77 ReportErrnumFatal("pthread_attr_destroy failed", errnum);
84 ReportErrnumFatal("pthread_attr_setstacksize failed", errnum);
91 ReportErrnumFatal("pthread_create failed", errnum);
96 ReportErrnumFatal("pthread_join failed", errnum);
100 ReportErrnumFatal("pthread_detach failed", errnum);
DUnix.h70 LLVM_ATTRIBUTE_NORETURN static inline void ReportErrnumFatal(const char *Msg, in ReportErrnumFatal() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc66 ReportErrnumFatal("pthread_attr_init failed", errnum);
71 ReportErrnumFatal("pthread_attr_destroy failed", errnum);
78 ReportErrnumFatal("pthread_attr_setstacksize failed", errnum);
85 ReportErrnumFatal("pthread_create failed", errnum);
90 ReportErrnumFatal("pthread_join failed", errnum);
DUnix.h74 LLVM_ATTRIBUTE_NORETURN static inline void ReportErrnumFatal(const char *Msg, in ReportErrnumFatal() function