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

/haiku/src/apps/expander/
H A DGenericThread.h82 static status_t private_thread_function(void* pointer);
H A DGenericThread.cpp14 fThreadId(spawn_thread(private_thread_function, threadName, priority,
160 GenericThread::private_thread_function(void* pointer) function in class:GenericThread

Completed in 32 milliseconds