HomeSort by: relevance | last modified time | path
    Searched defs:gomp_sem_post (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/config/posix/
sem.c 84 void gomp_sem_post (gomp_sem_t *sem) function
sem.h 63 extern void gomp_sem_post (gomp_sem_t *sem);
80 static inline void gomp_sem_post (gomp_sem_t *sem) function
  /src/external/gpl3/gcc/dist/libgomp/config/rtems/
sem.h 45 static inline void gomp_sem_post (gomp_sem_t *sem) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
sem.h 61 gomp_sem_post (gomp_sem_t *sem) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
sem.c 84 void gomp_sem_post (gomp_sem_t *sem) function
sem.h 63 extern void gomp_sem_post (gomp_sem_t *sem);
80 static inline void gomp_sem_post (gomp_sem_t *sem) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
sem.h 45 static inline void gomp_sem_post (gomp_sem_t *sem) function
  /src/external/gpl3/gcc/dist/libgomp/config/accel/
sem.h 61 gomp_sem_post (gomp_sem_t *sem) function
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
sem.h 67 gomp_sem_post (gomp_sem_t *sem) function
75 woken on a future gomp_sem_post. Furthermore, the awoken thread
76 will wake other threads in case gomp_sem_post was called again
  /src/external/gpl3/gcc.old/dist/libgomp/config/accel/
sem.h 61 gomp_sem_post (gomp_sem_t *sem) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
sem.h 67 gomp_sem_post (gomp_sem_t *sem) function
75 woken on a future gomp_sem_post. Furthermore, the awoken thread
76 will wake other threads in case gomp_sem_post was called again

Completed in 24 milliseconds