wasm-posix-host
    Preparing search index...

    Interface LockInfo

    interface LockInfo {
        len: bigint;
        lockType: number;
        pathHash: number;
        pid: number;
        start: bigint;
    }
    Index

    Properties

    len: bigint
    lockType: number
    pathHash: number
    pid: number
    start: bigint