URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 158 |
Rev 208 |
Line 1... |
Line 1... |
/*
|
/*
|
* $Id: semaphore.c,v 1.1.1.1 2001-07-10 09:43:02 chris Exp $
|
* $Id: semaphore.c,v 1.2 2001-09-27 11:59:17 chris Exp $
|
*/
|
*/
|
|
|
#include <stdarg.h>
|
#include <stdarg.h>
|
|
|
#include <errno.h>
|
#include <errno.h>
|
Line 14... |
Line 14... |
#include <rtems/score/object.h>
|
#include <rtems/score/object.h>
|
#include <rtems/posix/semaphore.h>
|
#include <rtems/posix/semaphore.h>
|
#include <rtems/posix/time.h>
|
#include <rtems/posix/time.h>
|
#include <rtems/posix/seterr.h>
|
#include <rtems/posix/seterr.h>
|
|
|
|
#ifndef _POSIX_PATH_MAX
|
|
#define _POSIX_PATH_MAX 255
|
|
#endif
|
|
|
/*PAGE
|
/*PAGE
|
*
|
*
|
* _POSIX_Semaphore_Manager_initialization
|
* _POSIX_Semaphore_Manager_initialization
|
*
|
*
|
* This routine initializes all semaphore manager related data structures.
|
* This routine initializes all semaphore manager related data structures.
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.