Searched refs:B_LOOPER_PORT_DEFAULT_CAPACITY (Results 1 - 8 of 8) 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/src/servers/launch/
H A DJob.cpp626 B_LOOPER_PORT_DEFAULT_CAPACITY);
649 data.AddInt32("capacity", B_LOOPER_PORT_DEFAULT_CAPACITY);
654 B_LOOPER_PORT_DEFAULT_CAPACITY);
673 port_id port = create_port(B_LOOPER_PORT_DEFAULT_CAPACITY, Name());
H A DLaunchDaemon.cpp361 create_port(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/kits/app/
H A DLooper.cpp184 portCapacity = B_LOOPER_PORT_DEFAULT_CAPACITY;
902 _InitData(name, priority, port, B_LOOPER_PORT_DEFAULT_CAPACITY);
1034 portCapacity = B_LOOPER_PORT_DEFAULT_CAPACITY;
/haiku/src/kits/interface/
H A DWindow.cpp2818 port_id receivePort = create_port(B_LOOPER_PORT_DEFAULT_CAPACITY,
/haiku/src/kits/media/
H A DMediaRoster.cpp3632 B_LOOPER_PORT_DEFAULT_CAPACITY)

Completed in 73 milliseconds