From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-x1136.google.com (mail-yw1-x1136.google.com [IPv6:2607:f8b0:4864:20::1136]) by sourceware.org (Postfix) with ESMTPS id 680383857001 for ; Wed, 27 Jul 2022 12:11:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 680383857001 Received: by mail-yw1-x1136.google.com with SMTP id 00721157ae682-31f443e276fso55069387b3.1 for ; Wed, 27 Jul 2022 05:11:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xTVg0KDwPw+oyRVIsPV3cyzpV1GwPx7Cr+/GCCo4z2g=; b=xyBeSto1HrvUXmUBMpi8zsYMWGDalP0dGK29gcWGTFAQjJrpH42Ag4cSa6ORhADATJ 1NgAIeZP8SKGL9EQQuUowhsYwTTjIRbPwmNR0Fn6Dgaf6tbdm5EKqkXz+mqYZkXo0n9X X+FXAqVSFEzwSbPSFVmRb7aF678X2rpPS6n+xyAmzphpY8FmwFoSjlopNF2JHmaJC0/r 9tG5mn9mzcz429hHGYBrD/Ql1akHP+vuQ6yoVQFz7XDVcyTu9YD5qAJBx9a3sFl4qPdI ZcFXk89l07BbOepaC7okoQqdAqFGPTho1HlS92E8USRm+ms2/g7/9Qmu45D2whuGzN9f VoPw== X-Gm-Message-State: AJIora+LLCmwDUqoss3TNGZ+YEWpMVWhM8XUxjhyVQRNqFybpY3h3idm c5Utrnx2Rxc5qzZkq09lztU4pFXjEzCP6bkBWmA= X-Google-Smtp-Source: AGRyM1vFBBLw/aWZ7DNqUhnufUPVoJHCwexZTIU2GcMj4/WTtmvf8jUNm4xP/gUqSWx8lj/Vq3qevBrXz0TfdGHNSMQ= X-Received: by 2002:a81:b624:0:b0:31f:63f4:1743 with SMTP id u36-20020a81b624000000b0031f63f41743mr1829185ywh.176.1658923900765; Wed, 27 Jul 2022 05:11:40 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Mohamed Atef Date: Wed, 27 Jul 2022 14:11:28 +0200 Message-ID: Subject: Re: [patch] libgompd: Add thread handles To: Ahmed Sayed Mousse Cc: gcc-patches@gcc.gnu.org, jakub@redhat.com X-Spam-Status: No, score=1.7 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, FREEMAIL_REPLY, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2022 12:11:42 -0000 Ping =D9=81=D9=8A =D8=A7=D9=84=D8=A7=D8=AB=D9=86=D9=8A=D9=86=D8=8C =D9=A4 =D9=8A= =D9=88=D9=84=D9=8A=D9=88=D8=8C =D9=A2=D9=A0=D9=A2=D9=A2 =D9=A1=D9=A0:=D9=A3= =D9=A4 =D9=85 Ahmed Sayed Mousse < ahmedsayedmousse@gmail.com> =D9=83=D8=AA=D8=A8: > *This patch is the initial implementation of OpenMP-API specs book sectio= n > **20.5.5 with title "Thread Handles".* > > *I have fixed the first version after revising the notes on it.* > > *libgomp/ChangeLog > > 2022-07-01 Ahmed Sayed > > * > > ** Makefile.am (libgompd_la_SOURCES): Add ompd-threads.c.* > > ** Makefile.in: Regenerate.* > > ** team.c ( gomp_free_thread ): Called ompd_bp_thread_end ().* > > ** ompd-support.c ( gompd_thread_initial_tls_bias ): New Variable.* > > * (gompd_load): Initialize gompd_thread_initial_tls_bias.* > > ** ompd-threads.c: New File.* > > > >