X-Received: by 10.224.189.78 with SMTP id dd14mr11664077qab.0.1360695701484; Tue, 12 Feb 2013 11:01:41 -0800 (PST) X-Received: by 10.49.1.162 with SMTP id 2mr1280871qen.2.1360695701394; Tue, 12 Feb 2013 11:01:41 -0800 (PST) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!p13no13521468qai.0!news-out.google.com!k2ni24985qap.0!nntp.google.com!p13no12302430qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.programming.threads Date: Tue, 12 Feb 2013 11:01:41 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=97.81.90.9; posting-account=G3YAsAoAAADtc9C_LwEaGrOBsF3ADI45 NNTP-Posting-Host: 97.81.90.9 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9ecf2b5c-b626-49e4-8a60-2ce7ecb0ab0e@googlegroups.com> Subject: Re: Linux futex for 64-bits From: Codeplug Injection-Date: Tue, 12 Feb 2013 19:01:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1864 Xref: csiph.com comp.programming.threads:1360 On Tuesday, February 12, 2013 2:51:04 AM UTC-5, Alex Vinokur wrote: > Linux illin793 2.6.32-279.5.2.el6.x86_64 #1 SMP Tue Aug 14 11:36:39 > > EDT 2012 x86_64 x86_64 x86_64 GNU/Linux > > > > From man futex: > > > > int futex(int *uaddr, int op, int val, const struct timespec > > *timeout, > > int *uaddr2, int val3); > > > > So, here futex works with 32-bits value. > > > > Is there futex on Linux that works with 64-bits value? > > > > Aex http://stackoverflow.com/questions/14827885/linux-futex-for-64-bits While looking into "why", I found this to be an interesting read: https://groups.google.com/d/topic/linux.kernel/kdZwuuTIL20/discussion gg