OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateNonJoinableWithPriority
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/threading/
platform_thread.h
184
//
CreateNonJoinableWithPriority
() does the same thing as CreateNonJoinable()
186
static bool
CreateNonJoinableWithPriority
(size_t stack_size,
platform_thread_posix.cc
206
return
CreateNonJoinableWithPriority
(stack_size, delegate,
211
bool PlatformThread::
CreateNonJoinableWithPriority
(size_t stack_size,
simple_thread.cc
54
: PlatformThread::
CreateNonJoinableWithPriority
(
thread.cc
114
: PlatformThread::
CreateNonJoinableWithPriority
(
Completed in 966 milliseconds