Home | History | Annotate | Download | only in base

Lines Matching refs:thread_

133   talk_base::Thread* thread_;
160 talk_base::Thread* thread_;
182 talk_base::Thread* thread_;
209 : thread_(thread),
526 thread_, *conn, external_socket, key);
627 thread_(thread),
644 thread_->Clear(this, MSG_TIMEOUT);
689 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_TIMEOUT);
716 thread_->Clear(this, MSG_TIMEOUT);
717 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_TIMEOUT);
803 channel1 = new Channel(thread_, channel_id, peer_attr->GetAddress());
884 perm = new Permission(thread_, addr);
963 : thread_(thread), peer_(peer) {
968 thread_->Clear(this, MSG_TIMEOUT);
972 thread_->Clear(this, MSG_TIMEOUT);
973 thread_->PostDelayed(kPermissionTimeout, this, MSG_TIMEOUT);
984 : thread_(thread), id_(id), peer_(peer) {
989 thread_->Clear(this, MSG_TIMEOUT);
993 thread_->Clear(this, MSG_TIMEOUT);
994 thread_->PostDelayed(kChannelTimeout, this, MSG_TIMEOUT);