Home / Function/ closePipeIfNeeded() — netty Function Reference

closePipeIfNeeded() — netty Function Reference

Architecture documentation for the closePipeIfNeeded() function in IoUringFileRegion.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  274a1d92_bda7_8539_5c81_ccb728805906["closePipeIfNeeded()"]
  c96b81c5_ea33_13b2_52db_63502e2f3044["IoUringFileRegion"]
  274a1d92_bda7_8539_5c81_ccb728805906 -->|defined in| c96b81c5_ea33_13b2_52db_63502e2f3044
  282e0a5e_e964_53e4_faee_e94c8fab3c26["release()"]
  282e0a5e_e964_53e4_faee_e94c8fab3c26 -->|calls| 274a1d92_bda7_8539_5c81_ccb728805906
  34290213_3619_f3ff_12ea_c9370f82505d["closeSilently()"]
  274a1d92_bda7_8539_5c81_ccb728805906 -->|calls| 34290213_3619_f3ff_12ea_c9370f82505d
  style 274a1d92_bda7_8539_5c81_ccb728805906 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringFileRegion.java lines 176–181

    private void closePipeIfNeeded() {
        if (pipe != null) {
            closeSilently(pipe[0]);
            closeSilently(pipe[1]);
        }
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does closePipeIfNeeded() do?
closePipeIfNeeded() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringFileRegion.java.
Where is closePipeIfNeeded() defined?
closePipeIfNeeded() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/IoUringFileRegion.java at line 176.
What does closePipeIfNeeded() call?
closePipeIfNeeded() calls 1 function(s): closeSilently.
What calls closePipeIfNeeded()?
closePipeIfNeeded() is called by 1 function(s): release.

Analyze Your Own Codebase

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

Try Supermodel Free