Lines Matching refs:thread_id
56 int thread_id = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_);
57 if (thread_id == 0) {
58 thread_id = AllocateThreadId();
59 base::Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
61 return thread_id;
124 ThreadId thread_id = ThreadId::Current();
128 per_thread = thread_data_table_->Lookup(this, thread_id);
130 per_thread = new PerIsolateThreadData(this, thread_id);
133 DCHECK(thread_data_table_->Lookup(this, thread_id) == per_thread);
142 ThreadId thread_id = ThreadId(thread_id_int);
143 DCHECK(!thread_manager_->mutex_owner_.Equals(thread_id));
146 thread_data_table_->Lookup(this, thread_id);
156 ThreadId thread_id = ThreadId::Current();
157 return FindPerThreadDataForThread(thread_id);
162 ThreadId thread_id) {
166 per_thread = thread_data_table_->Lookup(this, thread_id);
1760 ThreadId thread_id) {
1762 if (data->Matches(isolate, thread_id)) return data;
2356 entry_stack_->previous_thread_data->thread_id().Equals(
2376 set_thread_id(data->thread_id());
2383 entry_stack_->previous_thread_data->thread_id().Equals(