Searched refs:use_mta (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/threading/
H A Dthread.h75 // Start() or StartWithOptions(). If |use_mta| is false, the thread is also
79 void init_com_with_mta(bool use_mta) { argument
81 com_status_ = use_mta ? MTA : STA;

Completed in 188 milliseconds