Subversion Repositories HelenOS

Rev

Rev 111 | Rev 501 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 111 Rev 475
Line 42... Line 42...
42
 
42
 
43
static spinlock_t lock;
43
static spinlock_t lock;
44
 
44
 
45
static waitq_t can_start;
45
static waitq_t can_start;
46
 
46
 
47
__u32 seed = 0xdeadbeaf;
47
__u32 seed = 0xdeadbeef;
48
 
48
 
49
static __u32 random(__u32 max);
49
static __u32 random(__u32 max);
50
 
50
 
51
static void consumer(void *arg);
51
static void consumer(void *arg);
52
static void failed(void);
52
static void failed(void);