Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 622 → Rev 623

/kernel/trunk/test/synch/semaphore2/test.c
37,10 → 37,11
#include <synch/waitq.h>
#include <synch/semaphore.h>
#include <synch/synch.h>
#include <synch/spinlock.h>
 
static semaphore_t sem;
 
static spinlock_t lock;
SPINLOCK_INITIALIZE(lock);
 
static waitq_t can_start;