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

/haiku/src/apps/mail/
H A DQueryMenu.h76 static int32 query_thread(void *data);
H A DQueryMenu.cpp225 thread = spawn_thread(query_thread, "query menu thread", B_NORMAL_PRIORITY, this);
242 int32 QueryMenu::query_thread(void *data) function in class:QueryMenu

Completed in 79 milliseconds