From patchwork Tue Jun 27 18:31:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 21296 Received: (qmail 21529 invoked by alias); 27 Jun 2017 18:31:55 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 21450 invoked by uid 89); 27 Jun 2017 18:31:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qk0-f180.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=xZs5sJ0lrpXEPrRmNaOZsj2xTBGpRtIkGRJ6iWH7ZR0=; b=sxVZA5WkTkWyvIqRvCq4HJ2gOA31suJtTyg1lmocbjb5A7C5vlLY2WLcGW1mzUItjm KJuHkFrsXtl1zqLoDbLfQeCBEvbUxZbYlFzOSeiCn8ClVnqEgK008bVIPDfvquloW88k OkpoJtjhXnnsYWmkJ35G6OUyF+mC537yc16TlORwtzK6N9FKjgl7pBDnjzMtdyOa4ThM VoFVHW8hSDfwe7mTnHmS59PlQue7HgEDbp7iEI92mhsFYGB0N5CF4Z3fW55/SJdM/ge0 fo4afAIm+//ulOV+mBT40+fG2JG0At24aBe7t9sjPooQz+L9mOFDdCY318qbL7zENh0b MH4Q== X-Gm-Message-State: AKS2vOz8tTlOQwzYYICGNfP5IfVdgWoBEfv6HXXGdT9hPHbeSJDjGNZv 8fd5l9szDqzuVEJp1xZTjw== X-Received: by 10.55.164.88 with SMTP id n85mr7841833qke.159.1498588305499; Tue, 27 Jun 2017 11:31:45 -0700 (PDT) From: Adhemerval Zanella To: libc-alpha@sourceware.org Subject: [PATCH 6/8] nptl: Add abilist symbols for C11 threads Date: Tue, 27 Jun 2017 15:31:30 -0300 Message-Id: <1498588292-23093-7-git-send-email-adhemerval.zanella@linaro.org> In-Reply-To: <1498588292-23093-1-git-send-email-adhemerval.zanella@linaro.org> References: <1498588292-23093-1-git-send-email-adhemerval.zanella@linaro.org> This patch adds the required abilist symbols for C11 thread support. Checked with a build for all major ABI (aarch64-linux-gnu, alpha-linux-gnu, arm-linux-gnueabi, i386-linux-gnu, ia64-linux-gnu, m68k-linux-gnu, microblaze-linux-gnu [1], mips{64}-linux-gnu, nios2-linux-gnu, powerpc{64le}-linux-gnu, s390{x}-linux-gnu, sparc{64}-linux-gnu, tile{pro,gx}-linux-gnu, and x86_64-linux-gnu). Also ran a full check on aarch64-linux-gnu, x86_64-linux-gnu, i686-linux-gnu, arm-linux-gnueabhf, and powerpc64le-linux-gnu. * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: Add C11 thread symbols. * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/arm/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/i386/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist: Likewise. * sysdpes/unix/sysv/linux/s390/s390-32/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/sh/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: Likewise. * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: Likewise. --- ChangeLog | 32 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 26 ++++++++++++++++++ sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 26 ++++++++++++++++++ sysdeps/unix/sysv/linux/arm/libpthread.abilist | 26 ++++++++++++++++++ sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 26 ++++++++++++++++++ sysdeps/unix/sysv/linux/i386/libpthread.abilist | 26 ++++++++++++++++++ sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 26 ++++++++++++++++++ .../sysv/linux/m68k/coldfire/libpthread.abilist | 26 ++++++++++++++++++ .../unix/sysv/linux/m68k/m680x0/libpthread.abilist | 26 ++++++++++++++++++ .../unix/sysv/linux/microblaze/libpthread.abilist | 26 ++++++++++++++++++ .../unix/sysv/linux/mips/mips32/libpthread.abilist | 26 ++++++++++++++++++ .../unix/sysv/linux/mips/mips64/libpthread.abilist | 26 ++++++++++++++++++ sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 26 ++++++++++++++++++ .../linux/powerpc/powerpc32/libpthread.abilist | 26 ++++++++++++++++++ .../linux/powerpc/powerpc64/libpthread-le.abilist | 26 ++++++++++++++++++ .../linux/powerpc/powerpc64/libpthread.abilist | 26 ++++++++++++++++++ .../sysv/linux/s390/s390-32/libpthread.abilist | 26 ++++++++++++++++++ .../sysv/linux/s390/s390-64/libpthread.abilist | 26 ++++++++++++++++++ sysdeps/unix/sysv/linux/sh/libpthread.abilist | 26 ++++++++++++++++++ .../sysv/linux/sparc/sparc32/libpthread.abilist | 26 ++++++++++++++++++ .../sysv/linux/sparc/sparc64/libpthread.abilist | 26 ++++++++++++++++++ .../linux/tile/tilegx/tilegx32/libpthread.abilist | 26 ++++++++++++++++++ .../linux/tile/tilegx/tilegx64/libpthread.abilist | 26 ++++++++++++++++++ .../sysv/linux/tile/tilepro/libpthread.abilist | 26 ++++++++++++++++++ .../unix/sysv/linux/x86_64/64/libpthread.abilist | 26 ++++++++++++++++++ .../unix/sysv/linux/x86_64/x32/libpthread.abilist | 26 ++++++++++++++++++ 26 files changed, 682 insertions(+) diff --git a/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist b/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist index 0cf30ee..c0f6af2 100644 --- a/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist @@ -224,3 +224,29 @@ GLIBC_2.17 write F GLIBC_2.18 GLIBC_2.18 A GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_setattr_default_np F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F diff --git a/sysdeps/unix/sysv/linux/alpha/libpthread.abilist b/sysdeps/unix/sysv/linux/alpha/libpthread.abilist index 7e121d4..bf852a0 100644 --- a/sysdeps/unix/sysv/linux/alpha/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/alpha/libpthread.abilist @@ -216,6 +216,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/arm/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/libpthread.abilist index 91545c1..7c39603 100644 --- a/sysdeps/unix/sysv/linux/arm/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/libpthread.abilist @@ -9,6 +9,32 @@ GLIBC_2.12 pthread_setname_np F GLIBC_2.18 GLIBC_2.18 A GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_setattr_default_np F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.4 GLIBC_2.4 A GLIBC_2.4 _IO_flockfile F GLIBC_2.4 _IO_ftrylockfile F diff --git a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist index a73aa43..4d1dbc5 100644 --- a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist @@ -204,6 +204,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/i386/libpthread.abilist b/sysdeps/unix/sysv/linux/i386/libpthread.abilist index 8f9c325..1e3aeae 100644 --- a/sysdeps/unix/sysv/linux/i386/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/i386/libpthread.abilist @@ -216,6 +216,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/ia64/libpthread.abilist b/sysdeps/unix/sysv/linux/ia64/libpthread.abilist index d4c8ded..a87669f 100644 --- a/sysdeps/unix/sysv/linux/ia64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/ia64/libpthread.abilist @@ -204,6 +204,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist index 91545c1..7c39603 100644 --- a/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist @@ -9,6 +9,32 @@ GLIBC_2.12 pthread_setname_np F GLIBC_2.18 GLIBC_2.18 A GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_setattr_default_np F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.4 GLIBC_2.4 A GLIBC_2.4 _IO_flockfile F GLIBC_2.4 _IO_ftrylockfile F diff --git a/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist b/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist index 8f9c325..1e3aeae 100644 --- a/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist @@ -216,6 +216,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/microblaze/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/libpthread.abilist index 00d948b..07e3831 100644 --- a/sysdeps/unix/sysv/linux/microblaze/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/libpthread.abilist @@ -223,3 +223,29 @@ GLIBC_2.18 vfork F GLIBC_2.18 wait F GLIBC_2.18 waitpid F GLIBC_2.18 write F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F diff --git a/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist b/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist index 280d99d..53d3d1c 100644 --- a/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist @@ -213,6 +213,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist b/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist index ad55bdd..7aabe95 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist @@ -213,6 +213,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist index a10bbde..c117ce5 100644 --- a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist @@ -221,3 +221,29 @@ GLIBC_2.21 tcdrain F GLIBC_2.21 wait F GLIBC_2.21 waitpid F GLIBC_2.21 write F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist index 14c3a86..160b523 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist @@ -216,6 +216,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist index 0cf30ee..c0f6af2 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist @@ -224,3 +224,29 @@ GLIBC_2.17 write F GLIBC_2.18 GLIBC_2.18 A GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_setattr_default_np F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist index 464b91a..7881e7b 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist @@ -9,6 +9,32 @@ GLIBC_2.12 pthread_setname_np F GLIBC_2.18 GLIBC_2.18 A GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_setattr_default_np F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3 GLIBC_2.3 A GLIBC_2.3 _IO_flockfile F GLIBC_2.3 _IO_ftrylockfile F diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist b/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist index 3c5e11a..0a98f27 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist @@ -219,6 +219,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist b/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist index 83a1fcd..c3fe23b 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist @@ -207,6 +207,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/sh/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/libpthread.abilist index a73aa43..4d1dbc5 100644 --- a/sysdeps/unix/sysv/linux/sh/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/libpthread.abilist @@ -204,6 +204,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist b/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist index 7e121d4..bf852a0 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist @@ -216,6 +216,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist b/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist index d4c8ded..a87669f 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist @@ -204,6 +204,32 @@ GLIBC_2.2.3 GLIBC_2.2.3 A GLIBC_2.2.3 pthread_getattr_np F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist index d16158f..1e538e8 100644 --- a/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist @@ -224,3 +224,29 @@ GLIBC_2.12 write F GLIBC_2.18 GLIBC_2.18 A GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_setattr_default_np F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F diff --git a/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist index d16158f..1e538e8 100644 --- a/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist @@ -224,3 +224,29 @@ GLIBC_2.12 write F GLIBC_2.18 GLIBC_2.18 A GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_setattr_default_np F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F diff --git a/sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist index d16158f..1e538e8 100644 --- a/sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist @@ -224,3 +224,29 @@ GLIBC_2.12 write F GLIBC_2.18 GLIBC_2.18 A GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_setattr_default_np F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F diff --git a/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist b/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist index 85365c0..2395f5d 100644 --- a/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist @@ -203,6 +203,32 @@ GLIBC_2.2.5 waitpid F GLIBC_2.2.5 write F GLIBC_2.2.6 GLIBC_2.2.6 A GLIBC_2.2.6 __nanosleep F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F GLIBC_2.3.2 GLIBC_2.3.2 A GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_destroy F diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist b/sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist index 6cd0fc3..42a39db 100644 --- a/sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist @@ -224,3 +224,29 @@ GLIBC_2.16 write F GLIBC_2.18 GLIBC_2.18 A GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_setattr_default_np F +GLIBC_2.26 GLIBC_2.26 A +GLIBC_2.26 call_once F +GLIBC_2.26 cnd_broadcast F +GLIBC_2.26 cnd_destroy F +GLIBC_2.26 cnd_init F +GLIBC_2.26 cnd_signal F +GLIBC_2.26 cnd_timedwait F +GLIBC_2.26 cnd_wait F +GLIBC_2.26 mtx_destroy F +GLIBC_2.26 mtx_init F +GLIBC_2.26 mtx_lock F +GLIBC_2.26 mtx_timedlock F +GLIBC_2.26 mtx_trylock F +GLIBC_2.26 mtx_unlock F +GLIBC_2.26 thrd_create F +GLIBC_2.26 thrd_current F +GLIBC_2.26 thrd_detach F +GLIBC_2.26 thrd_equal F +GLIBC_2.26 thrd_exit F +GLIBC_2.26 thrd_join F +GLIBC_2.26 thrd_sleep F +GLIBC_2.26 thrd_yield F +GLIBC_2.26 tss_create F +GLIBC_2.26 tss_delete F +GLIBC_2.26 tss_get F +GLIBC_2.26 tss_set F