HomeSort by: relevance | last modified time | path
    Searched defs:omp_nest_lock_t (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/libgomp/config/accel/
omp-lock.h 10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon14427
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
omp-lock.h 10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon14432
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
omp-lock.h 19 typedef struct { pthread_mutex_t lock; int count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon14438
22 typedef struct { sem_t lock; int count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon14439
  /src/external/gpl3/gcc.old/dist/libgomp/config/accel/
omp-lock.h 10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon16838
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
omp-lock.h 10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon16842
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
omp-lock.h 10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon16845
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
omp-lock.h 19 typedef struct { pthread_mutex_t lock; int count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon16850
22 typedef struct { sem_t lock; int count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon16851
  /src/external/gpl3/gcc.old/lib/libgomp/arch/armeb/
omp.h 49 } omp_nest_lock_t; typedef in typeref:struct:__anon17320
107 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
108 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_lock_hint_t)
110 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
111 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
112 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
113 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc.old/lib/libgomp/arch/arm/
omp.h 49 } omp_nest_lock_t; typedef in typeref:struct:__anon17314
126 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
127 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
129 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
130 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
131 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
132 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/aarch64/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14900
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/aarch64eb/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14907
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/alpha/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14914
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earm/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14921
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmeb/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14928
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmhf/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14935
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmhfeb/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14942
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv4/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14949
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14956
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv6/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14963
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14970
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv6hf/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14977
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv6hfeb/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14984
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv7/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14991
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv7eb/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon14998
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv7hf/
omp.h 61 } omp_nest_lock_t; typedef in typeref:struct:__anon15005
228 extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
229 extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_sync_hint_t)
231 extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
232 extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
233 extern void omp_unset_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
234 extern int omp_test_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;

Completed in 49 milliseconds

1 2 3 4