Changeset 1693 in Sophya for trunk/ArchTOIPipe/Kernel
- Timestamp:
- Oct 14, 2001, 11:46:31 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toisegment.cc
r1692 r1693 8 8 static void cout_lock() {pthread_mutex_lock(&cout_mutex);} 9 9 static void cout_unlock() {pthread_mutex_unlock(&cout_mutex);} 10 #define LOG(_xxx_) 11 /* 10 12 #define LOG(_xxx_) \ 11 13 cout_lock(); \ 12 14 _xxx_; \ 13 15 cout_unlock(); 14 16 */ 15 17 16 18 /******************************/
Note:
See TracChangeset
for help on using the changeset viewer.