From 42470d91bb871eea311e5fcb81a5351f4dfc8595 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 16 Oct 2019 12:13:16 +0200 Subject: [PATCH] std.cfg: Add support for C11 functions thrd_*() and mtx_*() (#2270) * std.cfg: Add support for C11 function thrd_exit(). Reference: https://en.cppreference.com/w/c/thread/thrd_exit * std.cfg: Add rest of thrd_*() functions and the mtx_*() functions --- cfg/std.cfg | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index 089e58d4c..8fce1b512 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -7594,6 +7594,159 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init + + + + false + + + + + + + + + + + false + + + + + + false + + + + + + + + + + false + + + + + + + + + + + + + + true + + + + + + + + + false + + + + + + + + + + + + false + + + + + + + + + + + + + false + + + + + + false + + + + + + + + + + false + + + + + + + + + + + + + false + + + + + + + + + + + false + + + + + + + + + + + + + + + false + + + + + + + + + + + false + + + + + + + + malloc calloc