Searched refs:fSortThread (Results 1 – 1 of 1) sorted by relevance
351 thread_id fSortThread; member in BPrivate::OutlineView3213 fSortThread(B_BAD_THREAD_ID), in OutlineView()4950 if (fSortThread != B_BAD_THREAD_ID) {4952 if (get_thread_info(fSortThread, &tinfo) == B_OK) {4962 wait_for_thread(fSortThread, &status);4971 fSortThread = spawn_thread(DeepSortThreadEntry, "sort_thread", B_NORMAL_PRIORITY, this);4972 resume_thread(fSortThread);