help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'Linux' (#rtl)

FUTEX_OP

Futex operation:

Declaration

Source position: linux.pp line 97

function FUTEX_OP(

  op: cint;

  oparg: cint;

  cmp: cint;

  cmparg: cint

):cint;

Description

FUTEX_OP Performs an operation on a futex:

FUTEX_OP := ((op and $F) shl 28) or  
            ((cmp and $F) shl 24) or 
            ((oparg and $FFF) shl 12) 
            or (cmparg and $FFF);

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505