HomeSort by: relevance | last modified time | path
    Searched defs:omp_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 9 typedef int omp_lock_t; typedef
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
omp-lock.h 9 typedef int omp_lock_t; typedef
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
omp-lock.h 18 typedef pthread_mutex_t omp_lock_t; typedef
21 typedef sem_t omp_lock_t; typedef
  /src/external/gpl3/gcc.old/dist/libgomp/config/accel/
omp-lock.h 9 typedef int omp_lock_t; typedef
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
omp-lock.h 9 typedef int omp_lock_t; typedef
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
omp-lock.h 9 typedef int omp_lock_t; typedef
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
omp-lock.h 18 typedef pthread_mutex_t omp_lock_t; typedef
21 typedef sem_t omp_lock_t; typedef
  /src/external/gpl3/gcc.old/lib/libgomp/arch/armeb/
omp.h 43 } omp_lock_t; typedef in typeref:struct:__anon17319
99 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
100 extern void omp_init_lock_with_hint (omp_lock_t *, omp_lock_hint_t)
102 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
103 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
104 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
105 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc.old/lib/libgomp/arch/arm/
omp.h 43 } omp_lock_t; typedef in typeref:struct:__anon17313
118 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
119 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
121 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
122 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
123 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
124 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/aarch64/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14899
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/aarch64eb/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14906
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/alpha/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14913
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earm/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14920
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmeb/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14927
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmhf/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14934
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmhfeb/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14941
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv4/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14948
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14955
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv6/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14962
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14969
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv6hf/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14976
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv6hfeb/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14983
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv7/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14990
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv7eb/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon14997
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  /src/external/gpl3/gcc/lib/libgomp/arch/earmv7hf/
omp.h 55 } omp_lock_t; typedef in typeref:struct:__anon15004
220 extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
221 extern void omp_init_lock_with_hint (omp_lock_t *, omp_sync_hint_t)
223 extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
224 extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
225 extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
226 extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;

Completed in 24 milliseconds

1 2 3 4