Home
last modified time | relevance | path

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

/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp96 fUpDownThread(-1), in DialUpView()
157 wait_for_thread(fUpDownThread, &tmp); in ~DialUpView()
242 if(!fCurrentItem || fUpDownThread != -1) in MessageReceived()
245 fUpDownThread = spawn_thread(up_down_thread, "up_down_thread", in MessageReceived()
247 resume_thread(fUpDownThread); in MessageReceived()
452 fUpDownThread = -1; in UpDownThread()
H A DDialUpView.h66 thread_id fUpDownThread; variable