OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [posix/] [include/] [rtems/] [posix/] [cancel.h] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/* rtems/posix/cancel.h
2
 *
3
 *  $Id: cancel.h,v 1.2 2001-09-27 11:59:14 chris Exp $
4
 */
5
 
6
#ifndef __RTEMS_POSIX_CANCEL_h
7
#define __RTEMS_POSIX_CANCEL_h
8
 
9
typedef struct {
10
  Chain_Node  Node;
11
  void      (*routine)( void * );
12
  void       *arg;
13
}  POSIX_Cancel_Handler_control;
14
 
15
/*
16
 *  _POSIX_Thread_cancel_run
17
 *
18
 *  DESCRIPTION:
19
 *
20
 *  This support routine runs through the chain of cancel handlers that
21
 *  have been registered and executes them.
22
 */
23
 
24
void _POSIX_Thread_cancel_run(
25
  Thread_Control *the_thread
26
);
27
 
28
#endif
29
/* end of include file */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.