Changeset 693 for soft/giet_vm/giet_libs/user_lock.c
- Timestamp:
- Aug 5, 2015, 6:46:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/user_lock.c
r501 r693 49 49 unsigned int lpid; 50 50 giet_proc_xyp( &x, &y, &lpid ); 51 giet_ shr_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] get ticket = %d"51 giet_tty_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] get ticket = %d" 52 52 " for lock %x at cycle %d (current = %d / free = %d)\n", 53 53 x, y, lpid, ticket, … … 65 65 66 66 #if GIET_DEBUG_USER_LOCK 67 giet_ shr_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] get lock %x"67 giet_tty_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] get lock %x" 68 68 " at cycle %d (current = %d / free = %d)\n", 69 69 x, y, lpid, (unsigned int)lock, … … 87 87 unsigned int lpid; 88 88 giet_proc_xyp( &x, &y, &lpid ); 89 giet_ shr_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] release lock %x"89 giet_tty_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] release lock %x" 90 90 " at cycle %d (current = %d / free = %d)\n", 91 91 x, y, lpid, (unsigned int)lock, … … 108 108 unsigned int lpid; 109 109 giet_proc_xyp( &x, &y, &lpid ); 110 giet_ shr_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] init lock %x"110 giet_tty_printf("\n[USER_LOCK DEBUG] P[%d,%d,%d] init lock %x" 111 111 " at cycle %d (current = %d / free = %d)\n", 112 112 x, y, lpid, (unsigned int)lock,
Note: See TracChangeset
for help on using the changeset viewer.