Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1450 → Rev 1449

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