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

  /src/external/gpl3/gcc/dist/libgomp/config/linux/
bar.c 54 gomp_barrier_wait (gomp_barrier_t *bar) function
59 /* Like gomp_barrier_wait, except that if the encountering thread
62 this barrier calls gomp_barrier_wait, while all other threads
63 call gomp_barrier_wait_last. When gomp_barrier_wait returns,
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
bar.c 48 gomp_barrier_wait (gomp_barrier_t *bar) function
53 /* Like gomp_barrier_wait, except that if the encountering thread
56 this barrier calls gomp_barrier_wait, while all other threads
57 call gomp_barrier_wait_last. When gomp_barrier_wait returns,
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
bar.c 108 gomp_barrier_wait (gomp_barrier_t *barrier) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
bar.c 54 gomp_barrier_wait (gomp_barrier_t *bar) function
59 /* Like gomp_barrier_wait, except that if the encountering thread
62 this barrier calls gomp_barrier_wait, while all other threads
63 call gomp_barrier_wait_last. When gomp_barrier_wait returns,
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
bar.c 108 gomp_barrier_wait (gomp_barrier_t *barrier) function
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
bar.c 51 gomp_barrier_wait (gomp_barrier_t *bar) function
56 /* Like gomp_barrier_wait, except that if the encountering thread
59 this barrier calls gomp_barrier_wait, while all other threads
60 call gomp_barrier_wait_last. When gomp_barrier_wait returns,
66 /* Deferring to gomp_barrier_wait does not use the optimization opportunity
69 gomp_barrier_wait (bar);
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
bar.c 51 gomp_barrier_wait (gomp_barrier_t *bar) function
56 /* Like gomp_barrier_wait, except that if the encountering thread
59 this barrier calls gomp_barrier_wait, while all other threads
60 call gomp_barrier_wait_last. When gomp_barrier_wait returns,
66 /* Deferring to gomp_barrier_wait does not use the optimization opportunity
69 gomp_barrier_wait (bar);

Completed in 29 milliseconds