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

/haiku/src/kits/interface/
H A DColumnListView.cpp321 static int32 DeepSortThreadEntry(void* outlineView);
4851 OutlineView::DeepSortThreadEntry(void* _outlineView) function in class:OutlineView
4956 fSortThread = spawn_thread(DeepSortThreadEntry, "sort_thread", B_NORMAL_PRIORITY, this);

Completed in 31 milliseconds