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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgomp/] [config/] [linux/] [omp-lock.h] - Blame information for rev 735

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 735 jeremybenn
/* This header is used during the build process to find the size and
2
   alignment of the public OpenMP locks, so that we can export data
3
   structures without polluting the namespace.
4
 
5
   When using the Linux futex primitive, non-recursive locks require
6
   one int.  Recursive locks require we identify the owning task
7
   and so require in addition one int and a pointer.  */
8
 
9
typedef int omp_lock_t;
10
typedef struct { int lock, count; void *owner; } omp_nest_lock_t;
11
typedef int omp_lock_25_t;
12
typedef struct { int owner, count; } omp_nest_lock_25_t;

powered by: WebSVN 2.1.0

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