Home
last modified time | relevance | path

Searched refs:B_LOOPER_PORT_DEFAULT_CAPACITY (Results 1 – 9 of 9) sorted by relevance

/haiku/headers/build/os/app/
H A DLooper.h13 #define B_LOOPER_PORT_DEFAULT_CAPACITY 200 macro
21 = B_LOOPER_PORT_DEFAULT_CAPACITY);
/haiku/src/apps/cortex/support/
H A DObservableLooper.h73 int32 portCapacity=B_LOOPER_PORT_DEFAULT_CAPACITY,
/haiku/headers/os/app/
H A DLooper.h26 #define B_LOOPER_PORT_DEFAULT_CAPACITY 200 macro
34 = B_LOOPER_PORT_DEFAULT_CAPACITY);
/haiku/src/servers/launch/
H A DJob.cpp626 B_LOOPER_PORT_DEFAULT_CAPACITY); in _CreateAndTransferPorts()
649 data.AddInt32("capacity", B_LOOPER_PORT_DEFAULT_CAPACITY); in _CreateAndTransferPorts()
654 B_LOOPER_PORT_DEFAULT_CAPACITY); in _CreateAndTransferPorts()
673 port_id port = create_port(B_LOOPER_PORT_DEFAULT_CAPACITY, Name()); in _CreateAndTransferPort()
H A DLaunchDaemon.cpp361 create_port(B_LOOPER_PORT_DEFAULT_CAPACITY, in LaunchDaemon()
/haiku/src/kits/app/
H A DLooper.cpp184 portCapacity = B_LOOPER_PORT_DEFAULT_CAPACITY; in BLooper()
902 _InitData(name, priority, port, B_LOOPER_PORT_DEFAULT_CAPACITY); in BLooper()
1034 portCapacity = B_LOOPER_PORT_DEFAULT_CAPACITY; in _InitData()
/haiku/docs/user/app/
H A DLooper.dox25 \def B_LOOPER_PORT_DEFAULT_CAPACITY
/haiku/src/kits/media/
H A DMediaRoster.cpp3632 B_LOOPER_PORT_DEFAULT_CAPACITY) in BMediaRoster()
/haiku/src/kits/interface/
H A DWindow.cpp2818 port_id receivePort = create_port(B_LOOPER_PORT_DEFAULT_CAPACITY, in _InitData()