Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc67 ReportErrnumFatal("pthread_attr_init failed", errnum);
72 ReportErrnumFatal("pthread_attr_destroy failed", errnum);
79 ReportErrnumFatal("pthread_attr_setstacksize failed", errnum);
86 ReportErrnumFatal("pthread_create failed", errnum);
95 ReportErrnumFatal("pthread_detach failed", errnum);
103 ReportErrnumFatal("pthread_join failed", errnum);
H A DUnix.h70 [[noreturn]] static inline void ReportErrnumFatal(const char *Msg, int errnum) { in ReportErrnumFatal() function