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

/haiku/src/tests/kits/app/bapplication/testapps/
H A DBApplicationTestAppQuitWhenStartedFromAnotherThread.cpp29 bapp_thread(void *arg) function
31 signal(SIGINT, sighandler); /* on ^C exit the bapp_thread too */
48 gBAppThreadID = spawn_thread(bapp_thread, "BApplication(test)", B_NORMAL_PRIORITY, (void *)find_thread(NULL));

Completed in 79 milliseconds