VirtualBox

Changeset 19605 in vbox


Ignore:
Timestamp:
May 12, 2009 11:06:40 AM (16 years ago)
Author:
vboxsync
Message:

iprt/common/asm: id tag + docs.

Location:
trunk/src/VBox/Runtime/common/asm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm

    r19523 r19605  
     1; $Id$
    12;; @file
    23; IPRT - ASMAtomicCmpXchgU64().
     
    3637
    3738;;
    38 ; Atomically clears a bit in a bitmap.
     39; Atomically compares and exchanges an unsigned 64-bit int.
    3940;
    40 ; @param   pu64     x86:ebp+8
    41 ; @param   u64New   x86:ebp+c
    42 ; @param   u64Old   x86:ebp+14
     41; @param    pu64     x86:ebp+8
     42; @param    u64New   x86:ebp+c
     43; @param    u64Old   x86:ebp+14
    4344;
     45; @returns  bool result: true if succesfully exchanged, false if not.
     46;           x86:al
    4447;
    4548BEGINPROC_EXPORTED ASMAtomicCmpXchgU64
     
    6770ENDPROC ASMAtomicCmpXchgU64
    6871
    69 
  • trunk/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm

    r19600 r19605  
     1; $Id$
    12;; @file
    23; IPRT - ASMAtomicReadU64().
     
    4041; @param   pu64     x86:ebp+8
    4142;
     43; @returns The current value. (x86:eax+edx)
     44;
    4245;
    4346BEGINPROC_EXPORTED ASMAtomicReadU64
     
    6366ENDPROC ASMAtomicReadU64
    6467
    65 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette