OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:team_num
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/config/nvptx/
target.c
42
unsigned int
team_num
;
local
45
team_num
= __gomp_team_num;
46
if (
team_num
> gomp_num_teams_var - num_blocks)
48
__gomp_team_num =
team_num
+ num_blocks;
/src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
target.c
39
unsigned int
team_num
;
local
42
team_num
= __gomp_team_num;
43
if (
team_num
> gomp_num_teams_var - num_blocks)
45
__gomp_team_num =
team_num
+ num_blocks;
/src/external/gpl3/gcc/dist/libgomp/
team.c
60
unsigned int
team_num
;
member in struct:gomp_thread_start_data
94
thr->
team_num
= data->
team_num
;
657
nthr->
team_num
= thr->
team_num
;
849
start_data->
team_num
= thr->
team_num
;
libgomp.h
888
unsigned int
team_num
;
member in struct:gomp_thread
/src/external/gpl3/gcc.old/dist/libgomp/
team.c
60
unsigned int
team_num
;
member in struct:gomp_thread_start_data
94
thr->
team_num
= data->
team_num
;
658
nthr->
team_num
= thr->
team_num
;
848
start_data->
team_num
= thr->
team_num
;
libgomp.h
779
unsigned int
team_num
;
member in struct:gomp_thread
Completed in 28 milliseconds
Indexes created Sun Jun 28 00:24:58 UTC 2026