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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [posix/] [src/] [condmp.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  $Id: condmp.c,v 1.2 2001-09-27 11:59:17 chris Exp $
3
 */
4
 
5
#include <pthread.h>
6
#include <errno.h>
7
 
8
#include <rtems/system.h>
9
#include <rtems/score/object.h>
10
#include <rtems/score/states.h>
11
#include <rtems/score/watchdog.h>
12
#include <rtems/posix/cond.h>
13
#include <rtems/posix/time.h>
14
#include <rtems/posix/mutex.h>
15
 
16
/*
17
 *  TEMPORARY
18
 */
19
 
20
#if defined(RTEMS_MULTIPROCESSING)
21
void _POSIX_Condition_variables_MP_Send_process_packet (
22
  POSIX_Condition_variables_MP_Remote_operations  operation,
23
  Objects_Id                        condition_variables_id,
24
  Objects_Name                      name,
25
  Objects_Id                        proxy_id
26
)
27
{
28
  (void) POSIX_MP_NOT_IMPLEMENTED();
29
}
30
 
31
void _POSIX_Condition_variables_MP_Send_extract_proxy(
32
  Thread_Control *the_thread
33
)
34
{
35
  (void) POSIX_MP_NOT_IMPLEMENTED();
36
}
37
#endif
38
 
39
/*
40
 *  END OF TEMPORARY
41
 */
42
 

powered by: WebSVN 2.1.0

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