Ignore:
Timestamp:
Jun 29, 2017, 4:44:52 PM (7 years ago)
Author:
alain
Message:

euh...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/remote_spinlock.h

    r14 r101  
    100100void remote_spinlock_unlock( xptr_t  lock_xp );
    101101
     102/***************************************************************************************
     103 * This debug function returns the current owner of a remote spinlock.
     104 ***************************************************************************************
     105 * @ lock_xp    : extended pointer on the remote spinlock
     106 * @ return XPTR_NULL if not taken / return owner thread if lock already taken
     107 **************************************************************************************/
     108xptr_t remote_spinlock_owner( xptr_t  lock_xp );
     109
     110
    102111#endif
Note: See TracChangeset for help on using the changeset viewer.