Lines Matching refs:BLooper
29 class BLooper : public BHandler {
31 BLooper(const char* name = NULL,
35 virtual ~BLooper();
38 BLooper(BMessage* data);
81 static BLooper* LooperForThread(thread_id thread);
116 friend port_id _get_looper_port_(const BLooper* );
125 BLooper(const BLooper&);
126 BLooper& operator=(const BLooper&);
128 BLooper(int32 priority, port_id port,
134 static status_t _Lock(BLooper* loop, port_id port,
136 static status_t _LockComplete(BLooper* loop, int32 old,