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

  /src/external/gpl3/gcc/dist/libgomp/
team.c 45 pthread_key_t gomp_tls_key; variable
99 pthread_setspecific (gomp_tls_key, thr);
1027 pthread_key_create (&gomp_tls_key, NULL);
1028 pthread_setspecific (gomp_tls_key, &initial_thread_tls_data);
team.c 45 pthread_key_t gomp_tls_key; variable
99 pthread_setspecific (gomp_tls_key, thr);
1027 pthread_key_create (&gomp_tls_key, NULL);
1028 pthread_setspecific (gomp_tls_key, &initial_thread_tls_data);
  /src/external/gpl3/gcc.old/dist/libgomp/
team.c 45 pthread_key_t gomp_tls_key; variable
99 pthread_setspecific (gomp_tls_key, thr);
1026 pthread_key_create (&gomp_tls_key, NULL);
1027 pthread_setspecific (gomp_tls_key, &initial_thread_tls_data);
team.c 45 pthread_key_t gomp_tls_key; variable
99 pthread_setspecific (gomp_tls_key, thr);
1026 pthread_key_create (&gomp_tls_key, NULL);
1027 pthread_setspecific (gomp_tls_key, &initial_thread_tls_data);

Completed in 32 milliseconds