| /src/external/gpl3/gcc/dist/libgomp/ |
| barrier.c | 34 struct gomp_thread *thr = gomp_thread (); local 35 struct gomp_team *team = thr->ts.team; 47 struct gomp_thread *thr = gomp_thread (); local 48 struct gomp_team *team = thr->ts.team;
|
| scope.c | 46 struct gomp_thread *thr = gomp_thread (); local 52 thr->task->taskgroup->workshare = true; 53 thr->ts.work_share->task_reductions = reductions; 58 uintptr_t *first_reductions = thr->ts.work_share->task_reductions;
|
| barrier.c | 34 struct gomp_thread *thr = gomp_thread (); local 35 struct gomp_team *team = thr->ts.team; 47 struct gomp_thread *thr = gomp_thread (); local 48 struct gomp_team *team = thr->ts.team;
|
| scope.c | 46 struct gomp_thread *thr = gomp_thread (); local 52 thr->task->taskgroup->workshare = true; 53 thr->ts.work_share->task_reductions = reductions; 58 uintptr_t *first_reductions = thr->ts.work_share->task_reductions;
|
| oacc-plugin.c | 55 struct goacc_thread *thr = goacc_thread (); local 56 return thr ? thr->target_tls : NULL;
|
| teams.c | 35 struct gomp_thread *thr = gomp_thread (); local 49 thr->num_teams = num_teams - 1; 50 for (thr->team_num = 0; thr->team_num < num_teams; thr->team_num++) 52 thr->num_teams = 0; 53 thr->team_num = 0; 64 struct gomp_thread *thr = gomp_thread (); local 65 return thr->num_teams + 1; 71 struct gomp_thread *thr = gomp_thread () local [all...] |
| oacc-plugin.c | 55 struct goacc_thread *thr = goacc_thread (); local 56 return thr ? thr->target_tls : NULL;
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| barrier.c | 34 struct gomp_thread *thr = gomp_thread (); local 35 struct gomp_team *team = thr->ts.team; 47 struct gomp_thread *thr = gomp_thread (); local 48 struct gomp_team *team = thr->ts.team;
|
| scope.c | 46 struct gomp_thread *thr = gomp_thread (); local 52 thr->task->taskgroup->workshare = true; 53 thr->ts.work_share->task_reductions = reductions; 58 uintptr_t *first_reductions = thr->ts.work_share->task_reductions;
|
| barrier.c | 34 struct gomp_thread *thr = gomp_thread (); local 35 struct gomp_team *team = thr->ts.team; 47 struct gomp_thread *thr = gomp_thread (); local 48 struct gomp_team *team = thr->ts.team;
|
| scope.c | 46 struct gomp_thread *thr = gomp_thread (); local 52 thr->task->taskgroup->workshare = true; 53 thr->ts.work_share->task_reductions = reductions; 58 uintptr_t *first_reductions = thr->ts.work_share->task_reductions;
|
| oacc-plugin.c | 55 struct goacc_thread *thr = goacc_thread (); local 56 return thr ? thr->target_tls : NULL;
|
| teams.c | 35 struct gomp_thread *thr = gomp_thread (); local 49 thr->num_teams = num_teams - 1; 50 for (thr->team_num = 0; thr->team_num < num_teams; thr->team_num++) 52 thr->num_teams = 0; 53 thr->team_num = 0; 64 struct gomp_thread *thr = gomp_thread (); local 65 return thr->num_teams + 1; 71 struct gomp_thread *thr = gomp_thread () local [all...] |
| /src/external/lgpl2/userspace-rcu/dist/tests/common/ |
| thread-id.h | 59 pthread_t thr = pthread_self(); local 60 return pthread_getsequence_np(&thr);
|
| thread-id.h | 59 pthread_t thr = pthread_self(); local 60 return pthread_getsequence_np(&thr);
|
| /src/regress/sys/kern/softint1/ |
| softint1.c | 58 pthread_t thr; local 62 pthread_create(&thr, NULL, thread, NULL);
|
| softint1.c | 58 pthread_t thr; local 62 pthread_create(&thr, NULL, thread, NULL);
|
| /src/sys/modules/examples/readhappy_mpsafe/ |
| test_readhappy.c | 72 pthread_t thr[100]; local 78 pthread_create(&thr[i], NULL, read_happy, NULL);
|
| test_readhappy.c | 72 pthread_t thr[100]; local 78 pthread_create(&thr[i], NULL, read_happy, NULL);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| main-thread-exit-during-detach.c | 48 pthread_t thr; local 53 pthread_create (&thr, NULL, thread_worker, NULL); 54 pthread_detach (thr);
|
| main-thread-exit-during-detach.c | 48 pthread_t thr; local 53 pthread_create (&thr, NULL, thread_worker, NULL); 54 pthread_detach (thr);
|
| switch-threads.c | 36 pthread_t thr; local 40 pthread_create (&thr, NULL, thread_func, NULL); 41 pthread_join (thr, &ret);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| main-thread-exit-during-detach.c | 48 pthread_t thr; local 53 pthread_create (&thr, NULL, thread_worker, NULL); 54 pthread_detach (thr);
|
| main-thread-exit-during-detach.c | 48 pthread_t thr; local 53 pthread_create (&thr, NULL, thread_worker, NULL); 54 pthread_detach (thr);
|
| switch-threads.c | 36 pthread_t thr; local 40 pthread_create (&thr, NULL, thread_func, NULL); 41 pthread_join (thr, &ret);
|