lockBehavior
P93412
predicate
Indicates how an entity controls or restricts access, modification, or interaction with another entity through locking rules or mechanisms.
All labels observed (2)
| Label | Occurrences |
|---|---|
| lockBehavior canonical | 3 |
| blockingBehavior | 1 |
Description generation (PDg)
The one-sentence description above was generated by prompting gpt-5.1 with the predicate name and this instruction.
Instruction
Given a predicate that represents a relationship or action between entities, generate a one-sentence description explaining its meaning. # Instructions Focus on describing the relationship, not the entities themselves. # Response Format Begin the description with \' Indicates...\'
Input
Predicate: lockBehavior
Generated description
Indicates how an entity controls or restricts access, modification, or interaction with another entity through locking rules or mechanisms.
Sample triples (4)
| Subject | Object |
|---|---|
| ReadableStreamDefaultReader | locks the stream while reader is active ⓘ |
| WritableStreamDefaultWriter | acquiring a writer locks the WritableStream to that writer ⓘ |
| WritableStreamDefaultWriter | releaseLock() releases the lock on the WritableStream ⓘ |
| WaitForMultipleObjects | blocks calling thread until condition met or timeout via predicate surface "blockingBehavior" ⓘ |