This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/9712] New: Expose futex system call


Currently the futex system call is not exposed by glibc.  This makes it mildly
painful to make direct futex calls.  Calling the futex system call directly is
useful when implementing low level synchronization code which does not easily
fit the mutex/condition variable pattern or the semaphore pattern.

Please consider adding the futex function call to future glibc versions.

int futex(int *uaddr, int op, int val, const struct timespec *timeout,
          int *uaddr2, int val3);

-- 
           Summary: Expose futex system call
           Product: glibc
           Version: 2.8
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: ian at airs dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=9712

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]