Frida Docs Unified
    Preparing search index...
    Index

    Constructors

    Methods

    • Acquires an exclusive lock on the current object.

      Returns void

    • Release an exclusive lock on the current object.

      Returns void

    • Notifies a thread in the waiting queue of a change in the locked object's state.

      Returns void

    • Notifies all waiting threads of a change in the object's state.

      Returns void

    • Attempts to acquire an exclusive lock on the current object.

      Parameters

      • timeout: number

      Returns boolean

    • Releases the lock on an object and attempts to block the current thread until it reacquires the lock.

      Parameters

      • timeout: number

      Returns boolean

    • Releases the lock on an object and blocks the current thread until it reacquires the lock.

      Returns void