Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 327 → Rev 353

/shark/trunk/kernel/kill.c
18,11 → 18,11
 
/**
------------
CVS : $Id: kill.c,v 1.6 2003-11-13 08:57:21 giacomo Exp $
CVS : $Id: kill.c,v 1.7 2003-12-10 16:54:59 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.6 $
Last update: $Date: 2003-11-13 08:57:21 $
Revision: $Revision: 1.7 $
Last update: $Date: 2003-12-10 16:54:59 $
------------
 
This file contains:
66,8 → 66,9
#include <errno.h>
#include <kernel/var.h>
#include <kernel/func.h>
#include <kernel/trace.h>
 
#include <tracer.h>
 
/*+ this structure contains the functions to be called to test if a
task is blocked on a cancellation point +*/
static struct {
168,7 → 169,7
kern_context_delete(proc_table[i].context);
/* tracer stuff */
trc_logevent(TRC_DESTROY,&i);
TRACER_LOGEVENT(FTrace_EVT_task_end,1,i,0);
//kern_printf("[k%i]",i);
/* Free the used stack area */