OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minstacksize
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc
273
const uptr
minstacksize
= GetTlsSize() + 128*1024;
local
274
if (stacksize <
minstacksize
) {
278
minstacksize
);
279
pthread_attr_setstacksize(attr,
minstacksize
);
282
"%zu < %zu\n", stacksize,
minstacksize
);
Completed in 717 milliseconds