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

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp106 send_data(fReportThread, kCodeQuitReportThread, NULL, 0);
108 wait_for_thread(fReportThread, &tmp);
124 if (fReportThread < 0)
163 if (!interface.EnableReports(PPP_CONNECTION_REPORT, fReportThread, PPP_NO_FLAGS))
177 Manager().EnableReports(PPP_MANAGER_REPORT, fReportThread, PPP_NO_FLAGS);
192 interface.DisableReports(PPP_ALL_REPORTS, fReportThread);
203 Manager().DisableReports(PPP_ALL_REPORTS, fReportThread);
210 fReportThread = spawn_thread(report_thread, "report_thread", B_NORMAL_PRIORITY,
212 resume_thread(fReportThread);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterfaceListener.h57 thread_id fReportThread; member in class:PPPInterfaceListener

Completed in 81 milliseconds