Searched refs:succeed (Results 1 – 5 of 5) sorted by relevance
54 bool succeed = m.try_lock(); in try_acquire() local55 if (succeed) { in try_acquire()58 return succeed; in try_acquire()114 bool succeed = write ? m.try_lock() : m.try_lock_shared(); variable115 if (succeed) {119 return succeed;
182 bool succeed = false; in push() local187 } while( ! (succeed = try_push( source, lane )) ); in push()
71 - ``pop(item)`` waits until it can succeed.74 - ``push(item)`` waits until it can succeed without exceeding the
14 and only if all input ports succeed reserving messages will an output47 to create and push a message if all input ports succeed reserving
145 bool succeed = write ? m.tryLock() : m.tryLockShared(); in tryAcquire() local146 if (succeed) { in tryAcquire()150 return succeed; in tryAcquire()