Home
last modified time | relevance | path

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

/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp164 GenericThread::_ThreadFunction(void* simple_thread_ptr) in _ThreadFunction() argument
168 status = ((GenericThread*) simple_thread_ptr)->ThreadFunction(); in _ThreadFunction()