[PATCH v2 4/4] c2y: Add function cnd_timedwait_base and mtx_timedlock_base

Xi Ruoyao xry111@xry111.site
Wed Jun 21 10:25:35 GMT 2023


On Wed, 2023-06-21 at 18:16 +0800, 罗勇刚(Yonggang Luo) wrote:
> its not submit to wg14 yet, because this is not a totally new feature,
> I need to implement it first to see if it's possible, and this is
> chicken/egg problem, so I decided implement it first to receiving
> feedback, and after minimal agreement received, I would submit
> proposal to wg14 if am qualified.

Then they are GNU extensions, for now.  When they are published by WG14
we can move from __USE_GNU to __USE_ISOC??.


> Another reason I sumbit implementation first because I want use this
> in Mesa before standardized.

Mesa uses -D_GNU_SOURCE in CFLAGS anyway, so __USE_GNU won't prevent you
from using it.

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University


More information about the Libc-alpha mailing list