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

/haiku/headers/os/app/
H A DLooper.h143 static status_t _task0_(void* arg);
/haiku/src/kits/app/
H A DLooper.cpp266 // deleted in _task0_()
491 fThread = spawn_thread(_task0_, Name(), fInitPriority, this);
1078 BLooper::_task0_(void* arg) function in class:BLooper
1082 PRINT(("LOOPER: _task0_()\n"));
1091 PRINT(("LOOPER: _task0_() done: thread %ld\n", find_thread(NULL)));

Completed in 42 milliseconds