OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:work_share_list_alloc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgomp/
work.c
45
if (team->
work_share_list_alloc
!= NULL)
47
ws = team->
work_share_list_alloc
;
48
team->
work_share_list_alloc
= ws->next_free;
62
team->
work_share_list_alloc
= next->next_free;
70
team->
work_share_list_alloc
= ws->next_free;
90
team->
work_share_list_alloc
= &ws[1];
libgomp.h
698
struct gomp_work_share *
work_share_list_alloc
;
member in struct:gomp_team
team.c
204
team->
work_share_list_alloc
= &team->work_shares[1];
/src/external/gpl3/gcc/dist/libgomp/
work.c
45
if (team->
work_share_list_alloc
!= NULL)
47
ws = team->
work_share_list_alloc
;
48
team->
work_share_list_alloc
= ws->next_free;
62
team->
work_share_list_alloc
= next->next_free;
70
team->
work_share_list_alloc
= ws->next_free;
90
team->
work_share_list_alloc
= &ws[1];
libgomp.h
807
struct gomp_work_share *
work_share_list_alloc
;
member in struct:gomp_team
team.c
204
team->
work_share_list_alloc
= &team->work_shares[1];
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026