Changeset 629 for trunk/kernel/libk/remote_barrier.c
- Timestamp:
- May 17, 2019, 9:27:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/remote_barrier.c
r623 r629 467 467 if( cycle > DEBUG_BARRIER_WAIT ) 468 468 printk("\n[%s] thread[%x,%x] exit / barrier (%x,%x) / cycle %d\n", 469 __FUNCTION__, this-> trdid, this->process->pid, barrier_cxy, barrier_ptr, cycle );469 __FUNCTION__, this->process->pid, this->trdid, barrier_cxy, barrier_ptr, cycle ); 470 470 #endif 471 471
Note: See TracChangeset
for help on using the changeset viewer.