Lines Matching full:blocking
956 use a non-blocking synchronization mechanism to control access
959 either omitted this synchronization or used blocking synchronization in
960 the interest of simplicity. However, proper non-blocking synchronization
979 those which block. However, blocking calls are not recommended from
1063 unbounded blocking on mutexes, conditions, or I/O operations. Instead consider
1064 "try locks", locks and waits with timeouts, and non-blocking algorithms.