2 * Copyright 2011, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
12 // Port (Message Queue) Capacity
13 #define B_LOOPER_PORT_DEFAULT_CAPACITY 200
18 BLooper(const char* name
= NULL
,
19 int32 priority
= B_NORMAL_PRIORITY
,
21 = B_LOOPER_PORT_DEFAULT_CAPACITY
);
23 bool Lock() { return true; }