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

/haiku/src/servers/media_addon/
H A DSystemTimeSource.h42 static int32 _ControlThreadStart(void *arg);
H A DSystemTimeSource.cpp69 fControlThread = spawn_thread(_ControlThreadStart, "System clock control", 12, this);
74 SystemTimeSource::_ControlThreadStart(void *arg) function in class:SystemTimeSource
/haiku/headers/os/media/
H A DMediaEventLooper.h105 static int32 _ControlThreadStart(void* cookie);
/haiku/src/kits/media/
H A DMediaEventLooper.cpp438 fControlThread = spawn_thread(_ControlThreadStart, threadName, fCurrentPriority, this);
508 BMediaEventLooper::_ControlThreadStart(void *arg) function in class:BMediaEventLooper

Completed in 100 milliseconds