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

  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
team.c 37 static void gomp_thread_start (struct gomp_thread_pool *);
42 in the master thread or gomp_thread_start in other threads.
85 gomp_thread_start (nvptx_thrs[0].thread_pool);
93 gomp_thread_start (struct gomp_thread_pool *pool) function
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
team.c 37 static void gomp_thread_start (struct gomp_thread_pool *);
49 in the master thread or gomp_thread_start in other threads.
111 gomp_thread_start (nvptx_thrs[0].thread_pool);
119 gomp_thread_start (struct gomp_thread_pool *pool) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
team.c 32 static void gomp_thread_start (struct gomp_thread_pool *);
36 the kernel in the master thread or gomp_thread_start in other threads.
97 gomp_thread_start (gcn_thrs ()[0].thread_pool);
98 /* gomp_thread_start does not return. */
113 gomp_thread_start (struct gomp_thread_pool *pool) function
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
team.c 38 static void gomp_thread_start (struct gomp_thread_pool *);
43 the kernel in the master thread or gomp_thread_start in other threads.
116 gomp_thread_start (gcn_thrs ()[0].thread_pool);
117 /* gomp_thread_start does not return. */
132 gomp_thread_start (struct gomp_thread_pool *pool) function
  /src/external/gpl3/gcc/dist/libgomp/
team.c 70 gomp_thread_start (void *xdata) function
859 err = pthread_create (&start_data->handle, attr, gomp_thread_start,
  /src/external/gpl3/gcc.old/dist/libgomp/
team.c 70 gomp_thread_start (void *xdata) function
858 err = pthread_create (&start_data->handle, attr, gomp_thread_start,

Completed in 37 milliseconds