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

/haiku/src/kits/interface/
H A DColumnListView.cpp349 thread_id fSortThread; member in class:BPrivate::OutlineView
3206 fSortThread(B_BAD_THREAD_ID),
4935 if (fSortThread != B_BAD_THREAD_ID) {
4937 if (get_thread_info(fSortThread, &tinfo) == B_OK) {
4947 wait_for_thread(fSortThread, &status);
4956 fSortThread = spawn_thread(DeepSortThreadEntry, "sort_thread", B_NORMAL_PRIORITY, this);
4957 resume_thread(fSortThread);

Completed in 31 milliseconds