//--------------------------------------------------------- // Barging test // Ensures that no barging can occur between : // - the frontend of the signal_block and the signaled thread // - the signaled threadand the backend of the signal_block //--------------------------------------------------------- #include #include #include #include #include #include