Changeset 50 for trunk/kernel/libk/remote_rwlock.h
- Timestamp:
- Jun 26, 2017, 3:15:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/remote_rwlock.h
r23 r50 92 92 void remote_rwlock_wr_unlock( xptr_t lock_xp ); 93 93 94 /*************************************************************************************** 95 * Display the lock state on kernel TTY. 96 *************************************************************************************** 97 * @ lock_xp : extended pointer on the remote rwlock 98 * @ comment : comment to be printed. 99 **************************************************************************************/ 100 void remote_rwlock_print( xptr_t lock_xp, 101 char * comment ); 102 94 103 #endif
Note: See TracChangeset
for help on using the changeset viewer.