MCPcopy Create free account
hub / github.com/crownengine/crown / ~PulseMainloop

Method ~PulseMainloop

3rdparty/openal/alc/backends/pulseaudio.cpp:330–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328
329public:
330 ~PulseMainloop()
331 {
332 if(mThread.joinable())
333 {
334 pa_mainloop_quit(mMainloop, 0);
335 mThread.join();
336 }
337 }
338
339 int mainloop_thread()
340 {

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected