OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_threads
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
linux-thread-db.c
1456
int
new_threads
;
1533
data.
new_threads
= 0;
1562
data.
new_threads
, iteration);
1568
return data.
new_threads
;
1455
int
new_threads
;
member in struct:callback_data
/src/external/gpl3/gdb.old/dist/gdb/
linux-thread-db.c
1456
int
new_threads
;
1533
data.
new_threads
= 0;
1562
data.
new_threads
, iteration);
1568
return data.
new_threads
;
1455
int
new_threads
;
member in struct:callback_data
/src/external/gpl3/gcc/dist/libgomp/
target.c
3044
intptr_t new_teams = orig_teams,
new_threads
= orig_threads;
local
3067
new_threads
= item->icvs.teams_thread_limit;
3073
if (orig_teams != new_teams || orig_threads !=
new_threads
)
3079
size_t ths_len = (orig_threads ==
new_threads
3081
: (
new_threads
> -(1 << 15) &&
new_threads
< (1 << 15)
3098
&& orig_threads !=
new_threads
))
3131
if (orig_threads !=
new_threads
)
3133
intptr_t new_val =
new_threads
;
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026