OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDefaultThreadStackSize
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/threading/
platform_thread_posix.cc
40
size_t
GetDefaultThreadStackSize
(const pthread_attr_t& attributes);
104
stack_size = base::
GetDefaultThreadStackSize
(attributes);
platform_thread_linux.cc
174
size_t
GetDefaultThreadStackSize
(const pthread_attr_t& attributes) {
Completed in 135 milliseconds