_get_looper_port_
friend port_id _get_looper_port_(const BLooper* );
fServerLink->Attach<port_id>(_get_looper_port_(this));
port_id _get_looper_port_(const BLooper* looper);
return data.looper && port == _get_looper_port_(data.looper);
count = port_buffer_size_etc(_get_looper_port_(Looper), B_TIMEOUT, 0);
read_port(_get_looper_port_(Looper), &code, (void*)buffer, count);
port_id _get_looper_port_(const BLooper* looper);
count = port_buffer_size_etc(_get_looper_port_(&Looper), B_TIMEOUT, 0);