Changeset 101 for trunk/kernel/libk/remote_spinlock.h
- Timestamp:
- Jun 29, 2017, 4:44:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/remote_spinlock.h
r14 r101 100 100 void remote_spinlock_unlock( xptr_t lock_xp ); 101 101 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 **************************************************************************************/ 108 xptr_t remote_spinlock_owner( xptr_t lock_xp ); 109 110 102 111 #endif
Note: See TracChangeset
for help on using the changeset viewer.