Home
last modified time | relevance | path

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

/haiku/src/servers/package/
H A DRoot.h81 static status_t _JobRunnerEntry(void* data);
H A DRoot.cpp185 fJobRunner = spawn_thread(&_JobRunnerEntry, "job runner", B_NORMAL_PRIORITY, in Init()
505 Root::_JobRunnerEntry(void* data) in _JobRunnerEntry() function in Root