- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/monitor.c
r38ef0de rf2b12406 1 // -*- Mode: CFA -*- 1 2 // 2 3 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo … … 9 10 // Author : Thierry Delisle 10 11 // Created On : Thd Feb 23 12:27:26 2017 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Mon Jul 31 14:59:05 201713 // Update Count : 312 // Last Modified By : Thierry Delisle 13 // Last Modified On : -- 14 // Update Count : 0 14 15 // 15 16 … … 484 485 if( !this->monitors ) { 485 486 // LIB_DEBUG_PRINT_SAFE("Branding\n"); 486 assertf( thrd->current_monitors != NULL, "No current monitor to brand condition %p", thrd->current_monitors );487 assertf( thrd->current_monitors != NULL, "No current monitor to brand condition", thrd->current_monitors ); 487 488 this->monitor_count = thrd->current_monitor_count; 488 489 … … 527 528 return head; 528 529 } 529 530 // Local Variables: //531 // mode: c //532 // tab-width: 4 //533 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.