Home
last modified time | relevance | path

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

/haiku/src/apps/text_search/
H A DGrepper.h29 static int32 _SpawnWriterThread(void* cookie);
H A DGrepper.cpp160 Grepper::_SpawnWriterThread(void* cookie) in _SpawnWriterThread() function in Grepper
381 thread_id writerThread = spawn_thread(_SpawnWriterThread, in _RunnerThread()