Home / Function/ jdkThreadLocalGet() — netty Function Reference

jdkThreadLocalGet() — netty Function Reference

Architecture documentation for the jdkThreadLocalGet() function in FastThreadLocalSlowPathBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  6c1be33c_cf39_72ca_0ea1_99ad67d97827["jdkThreadLocalGet()"]
  1f90f9ef_61d5_e5e2_5bed_22aebc46774d["FastThreadLocalSlowPathBenchmark"]
  6c1be33c_cf39_72ca_0ea1_99ad67d97827 -->|defined in| 1f90f9ef_61d5_e5e2_5bed_22aebc46774d
  style 6c1be33c_cf39_72ca_0ea1_99ad67d97827 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/concurrent/FastThreadLocalSlowPathBenchmark.java lines 63–68

    @Benchmark
    public void jdkThreadLocalGet(Blackhole bh) {
        for (ThreadLocal<Integer> i: jdkThreadLocals) {
            bh.consume(i.get());
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does jdkThreadLocalGet() do?
jdkThreadLocalGet() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/concurrent/FastThreadLocalSlowPathBenchmark.java.
Where is jdkThreadLocalGet() defined?
jdkThreadLocalGet() is defined in microbench/src/main/java/io/netty/microbench/concurrent/FastThreadLocalSlowPathBenchmark.java at line 63.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free