Lines Matching refs:thread_id
51 int thread_id = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_);
52 if (thread_id == 0) {
53 thread_id = AllocateThreadId();
54 base::Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
56 return thread_id;
122 ThreadId thread_id = ThreadId::Current();
126 per_thread = thread_data_table_->Lookup(this, thread_id);
128 per_thread = new PerIsolateThreadData(this, thread_id);
131 DCHECK(thread_data_table_->Lookup(this, thread_id) == per_thread);
138 ThreadId thread_id = ThreadId::Current();
139 return FindPerThreadDataForThread(thread_id);
144 ThreadId thread_id) {
148 per_thread = thread_data_table_->Lookup(this, thread_id);
1421 ThreadId thread_id) {
1423 if (data->Matches(isolate, thread_id)) return data;
2058 entry_stack_->previous_thread_data->thread_id().Equals(
2078 set_thread_id(data->thread_id());
2085 entry_stack_->previous_thread_data->thread_id().Equals(