Searched refs:sem1 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/stars/star111657/
H A Dstar111657.cpp294 while (sem1) wait(); sem1 = true; // P-operation
296 sem1 = false; // V-operation
309 while (sem1) wait(); sem1 = true; // P-operation
312 sem1 = false; // V-operation
319 while (sem1) wait(); sem1 = true; // P-operation
321 sem1 = false; // V-operation
H A Dio_controller1.h111 sc_signal<bool> sem1; // mutual exclusion for i486-if local
134 sem1 = false;
/gem5/src/systemc/tests/systemc/misc/reports/test01/
H A Dtest01.cpp138 sc_semaphore sem1( -1 );

Completed in 6 milliseconds