| /src/external/gpl3/gcc/dist/libgomp/config/accel/ |
| ptrlock.h | 40 typedef void *gomp_ptrlock_t; typedef 42 static inline void gomp_ptrlock_init (gomp_ptrlock_t *ptrlock, void *ptr) 47 static inline void *gomp_ptrlock_get (gomp_ptrlock_t *ptrlock) 64 static inline void gomp_ptrlock_set (gomp_ptrlock_t *ptrlock, void *ptr) 69 static inline void gomp_ptrlock_destroy (gomp_ptrlock_t *ptrlock)
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/accel/ |
| ptrlock.h | 40 typedef void *gomp_ptrlock_t; typedef 42 static inline void gomp_ptrlock_init (gomp_ptrlock_t *ptrlock, void *ptr) 47 static inline void *gomp_ptrlock_get (gomp_ptrlock_t *ptrlock) 64 static inline void gomp_ptrlock_set (gomp_ptrlock_t *ptrlock, void *ptr) 69 static inline void gomp_ptrlock_destroy (gomp_ptrlock_t *ptrlock)
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/ |
| ptrlock.h | 40 typedef void *gomp_ptrlock_t; typedef 42 static inline void gomp_ptrlock_init (gomp_ptrlock_t *ptrlock, void *ptr) 47 static inline void *gomp_ptrlock_get (gomp_ptrlock_t *ptrlock) 64 static inline void gomp_ptrlock_set (gomp_ptrlock_t *ptrlock, void *ptr) 69 static inline void gomp_ptrlock_destroy (gomp_ptrlock_t *ptrlock)
|
| /src/external/gpl3/gcc/dist/libgomp/config/linux/ |
| ptrlock.h | 40 typedef void *gomp_ptrlock_t; typedef 42 static inline void gomp_ptrlock_init (gomp_ptrlock_t *ptrlock, void *ptr) 47 extern void *gomp_ptrlock_get_slow (gomp_ptrlock_t *ptrlock); 48 static inline void *gomp_ptrlock_get (gomp_ptrlock_t *ptrlock) 64 extern void gomp_ptrlock_set_slow (gomp_ptrlock_t *ptrlock); 65 static inline void gomp_ptrlock_set (gomp_ptrlock_t *ptrlock, void *ptr) 72 static inline void gomp_ptrlock_destroy (gomp_ptrlock_t *ptrlock)
|
| /src/external/gpl3/gcc/dist/libgomp/config/posix/ |
| ptrlock.h | 32 typedef struct { void *ptr; gomp_mutex_t lock; } gomp_ptrlock_t; typedef in typeref:struct:__anon14440 34 static inline void gomp_ptrlock_init (gomp_ptrlock_t *ptrlock, void *ptr) 40 static inline void *gomp_ptrlock_get (gomp_ptrlock_t *ptrlock) 55 static inline void gomp_ptrlock_set (gomp_ptrlock_t *ptrlock, void *ptr) 61 static inline void gomp_ptrlock_destroy (gomp_ptrlock_t *ptrlock)
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/linux/ |
| ptrlock.h | 40 typedef void *gomp_ptrlock_t; typedef 42 static inline void gomp_ptrlock_init (gomp_ptrlock_t *ptrlock, void *ptr) 47 extern void *gomp_ptrlock_get_slow (gomp_ptrlock_t *ptrlock); 48 static inline void *gomp_ptrlock_get (gomp_ptrlock_t *ptrlock) 64 extern void gomp_ptrlock_set_slow (gomp_ptrlock_t *ptrlock); 65 static inline void gomp_ptrlock_set (gomp_ptrlock_t *ptrlock, void *ptr) 72 static inline void gomp_ptrlock_destroy (gomp_ptrlock_t *ptrlock)
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/posix/ |
| ptrlock.h | 32 typedef struct { void *ptr; gomp_mutex_t lock; } gomp_ptrlock_t; typedef in typeref:struct:__anon16852 34 static inline void gomp_ptrlock_init (gomp_ptrlock_t *ptrlock, void *ptr) 40 static inline void *gomp_ptrlock_get (gomp_ptrlock_t *ptrlock) 55 static inline void gomp_ptrlock_set (gomp_ptrlock_t *ptrlock, void *ptr) 61 static inline void gomp_ptrlock_destroy (gomp_ptrlock_t *ptrlock)
|