Your IP : 216.73.216.213
3
� fy � @ s~ d dl Z d dlZd dlZd dlZyd dlZW n ek
rD dZY nX dZG dd� d�ZG dd� dej�Ze dkrzej
� dS )� N�
c @ s, e Zd Zdd� Zdd� Zdd� Zdd� Zd S )
�Timerc C s t j� | _d| _d| _d S )Nr )� threadingZ Condition�_cond�_time�_stop)�self� r �4/opt/alt/python36/lib64/python3.6/test/test_sched.py�__init__ s
zTimer.__init__c C s | j � | jS Q R X d S )N)r r )r r r r
�time s z
Timer.timec C sT |dkst �| j�8 || j7 }x | j|k r>| j| _| jj� q W || _W d Q R X d S )Nr )�AssertionErrorr r r �wait)r �tr r r
�sleep s
zTimer.sleepc
C s: |dkst �| j� | j|7 _| jj� W d Q R X d S )Nr )r
r r Z
notify_all)r r r r r
�advance"