Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1449 → Rev 1450

/demos/trunk/pse51/ptest1.c
18,11 → 18,11
 
/**
------------
CVS : $Id: ptest1.c,v 1.2 2004-05-23 09:05:50 giacomo Exp $
CVS : $Id: ptest1.c,v 1.3 2004-05-23 09:07:28 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2004-05-23 09:05:50 $
Revision: $Revision: 1.3 $
Last update: $Date: 2004-05-23 09:07:28 $
------------
 
Posix test 1:
73,7 → 73,6
#include <signal.h>
 
#include <kernel/kern.h>
#include <drivers/keyb.h>
 
void *J1(void *arg)
{
/demos/trunk/pse51/ptest2.c
18,11 → 18,11
 
/**
------------
CVS : $Id: ptest2.c,v 1.2 2004-05-23 09:05:51 giacomo Exp $
CVS : $Id: ptest2.c,v 1.3 2004-05-23 09:07:28 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2004-05-23 09:05:51 $
Revision: $Revision: 1.3 $
Last update: $Date: 2004-05-23 09:07:28 $
------------
 
Posix test 2:
69,7 → 69,6
#include <pthread.h>
 
#include <kernel/kern.h>
#include <drivers/keyb.h>
 
pthread_key_t prova_key;
 
/demos/trunk/pse51/ptest3.c
18,11 → 18,11
 
/**
------------
CVS : $Id: ptest3.c,v 1.2 2004-05-23 09:05:51 giacomo Exp $
CVS : $Id: ptest3.c,v 1.3 2004-05-23 09:07:29 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2004-05-23 09:05:51 $
Revision: $Revision: 1.3 $
Last update: $Date: 2004-05-23 09:07:29 $
------------
 
Posix test 3:
63,7 → 63,6
#include <time.h>
 
#include <kernel/kern.h>
#include <drivers/keyb.h>
 
int count25 = 0, count26 = 0;
 
/demos/trunk/pse51/ptest4.c
18,11 → 18,11
 
/**
------------
CVS : $Id: ptest4.c,v 1.2 2004-05-23 09:05:51 giacomo Exp $
CVS : $Id: ptest4.c,v 1.3 2004-05-23 09:07:29 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2004-05-23 09:05:51 $
Revision: $Revision: 1.3 $
Last update: $Date: 2004-05-23 09:07:29 $
------------
 
Posix test 4:
66,7 → 66,6
#include <time.h>
 
#include <kernel/kern.h>
#include <drivers/keyb.h>
 
void uscitaJ(void *arg)
{
/demos/trunk/pse51/makefile
12,14 → 12,15
include $(BASE)/config/example.mk
 
ptest1:
make -f $(SUBMAKE) APP=ptest1 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
make -f $(SUBMAKE) APP=ptest1 INIT= OTHEROBJS="pinit.o" SHARKOPT=
ptest2:
make -f $(SUBMAKE) APP=ptest2 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
make -f $(SUBMAKE) APP=ptest2 INIT= OTHEROBJS="pinit.o" SHARKOPT=
ptest3:
make -f $(SUBMAKE) APP=ptest3 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
make -f $(SUBMAKE) APP=ptest3 INIT= OTHEROBJS="pinit.o" SHARKOPT=
ptest4:
make -f $(SUBMAKE) APP=ptest4 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
make -f $(SUBMAKE) APP=ptest4 INIT= OTHEROBJS="pinit.o" SHARKOPT=
ptest5:
make -f $(SUBMAKE) APP=ptest5 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
make -f $(SUBMAKE) APP=ptest5 INIT= OTHEROBJS="pinit.o" SHARKOPT=
ptest6:
make -f $(SUBMAKE) APP=ptest6 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
make -f $(SUBMAKE) APP=ptest6 INIT= OTHEROBJS="pinit.o" SHARKOPT=