Searched refs:SetThreadLocal (Results 1 – 6 of 6) sorted by relevance
1159 Thread::SetThreadLocal(key, expected); in CheckFastTls()1164 Thread::SetThreadLocal(key, nullptr); in CheckFastTls()1205 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
427 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
557 static void SetThreadLocal(LocalStorageKey key, void* value);
1657 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
332 base::Thread::SetThreadLocal(worker_stats->GetKey(), table_); in WorkerThreadRuntimeCallStatsScope()
3505 base::Thread::SetThreadLocal(isolate_key_, isolate); in ThrowInternal()3506 base::Thread::SetThreadLocal(per_isolate_thread_data_key_, data); in ThrowInternal()