Searched refs:portCapacity (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/cortex/support/
H A DObservableLooper.h73 int32 portCapacity=B_LOOPER_PORT_DEFAULT_CAPACITY,
H A DObservableLooper.cpp82 int32 portCapacity,
84 BLooper(name, priority, portCapacity),
79 ObservableLooper( const char* name, int32 priority, int32 portCapacity, bigtime_t quitTimeout) argument
/haiku/src/kits/app/
H A DLooper.cpp111 BLooper::BLooper(const char* name, int32 priority, int32 portCapacity) argument
115 _InitData(name, priority, -1, portCapacity);
182 int32 portCapacity; local
183 if (data->FindInt32("_port_cap", &portCapacity) != B_OK || portCapacity < 0)
184 portCapacity = B_LOOPER_PORT_DEFAULT_CAPACITY;
190 _InitData(Name(), priority, -1, portCapacity); local
1009 int32 portCapacity)
1033 if (portCapacity <= 0)
1034 portCapacity
1008 _InitData(const char* name, int32 priority, port_id port, int32 portCapacity) argument
[all...]
/haiku/headers/os/app/
H A DLooper.h33 int32 portCapacity

Completed in 43 milliseconds