Home
last modified time | relevance | path

Searched refs:RemoveAllThreads (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.h1169 void RemoveAllThreads(Isolate* isolate);
Disolate.cc1783 void Isolate::ThreadDataTable::RemoveAllThreads(Isolate* isolate) { in RemoveAllThreads() function in v8::internal::Isolate::ThreadDataTable
1925 thread_data_table_->RemoveAllThreads(this); in TearDown()