Home / Function/ isFastThreadLocalVirtualThread() — netty Function Reference

isFastThreadLocalVirtualThread() — netty Function Reference

Architecture documentation for the isFastThreadLocalVirtualThread() function in FastThreadLocalThread.java from the netty codebase.

Function java CommonUtil Concurrent calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  9f44e7b5_19cd_7006_b866_f628598a18f8["isFastThreadLocalVirtualThread()"]
  2feb1cd5_2395_f297_19e0_09fabbc500ff["FastThreadLocalThread"]
  9f44e7b5_19cd_7006_b866_f628598a18f8 -->|defined in| 2feb1cd5_2395_f297_19e0_09fabbc500ff
  84a26bad_2503_3442_66cd_aac6154013cb["currentThreadWillCleanupFastThreadLocals()"]
  84a26bad_2503_3442_66cd_aac6154013cb -->|calls| 9f44e7b5_19cd_7006_b866_f628598a18f8
  bd6323d6_3ffe_e3ce_1b1e_8e95bba76c2f["currentThreadHasFastThreadLocal()"]
  bd6323d6_3ffe_e3ce_1b1e_8e95bba76c2f -->|calls| 9f44e7b5_19cd_7006_b866_f628598a18f8
  3b1a506e_9004_a3cf_45ac_f08e7950c618["contains()"]
  9f44e7b5_19cd_7006_b866_f628598a18f8 -->|calls| 3b1a506e_9004_a3cf_45ac_f08e7950c618
  style 9f44e7b5_19cd_7006_b866_f628598a18f8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/concurrent/FastThreadLocalThread.java lines 147–149

    private static boolean isFastThreadLocalVirtualThread() {
        return fallbackThreads.get().contains(currentThread().getId());
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does isFastThreadLocalVirtualThread() do?
isFastThreadLocalVirtualThread() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/concurrent/FastThreadLocalThread.java.
Where is isFastThreadLocalVirtualThread() defined?
isFastThreadLocalVirtualThread() is defined in common/src/main/java/io/netty/util/concurrent/FastThreadLocalThread.java at line 147.
What does isFastThreadLocalVirtualThread() call?
isFastThreadLocalVirtualThread() calls 1 function(s): contains.
What calls isFastThreadLocalVirtualThread()?
isFastThreadLocalVirtualThread() is called by 2 function(s): currentThreadHasFastThreadLocal, currentThreadWillCleanupFastThreadLocals.

Analyze Your Own Codebase

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

Try Supermodel Free