lockBehavior
P93412
predicate
Indicates how an entity controls or restricts access, modification, or interaction with another entity through locking rules or mechanisms.
Observed surface forms (1)
- blockingBehavior ×1
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" ⓘ |