Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 271 for defBlock (0.59 sec)

  1. src/syscall/zerrors_linux_mips64.go

    	43:   "no CSI structure available",
    	44:   "level 2 halted",
    	45:   "resource deadlock avoided",
    	46:   "no locks available",
    	50:   "invalid exchange",
    	51:   "invalid request descriptor",
    	52:   "exchange full",
    	53:   "no anode",
    	54:   "invalid request code",
    	55:   "invalid slot",
    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_mips64le.go

    	43:   "no CSI structure available",
    	44:   "level 2 halted",
    	45:   "resource deadlock avoided",
    	46:   "no locks available",
    	50:   "invalid exchange",
    	51:   "invalid request descriptor",
    	52:   "exchange full",
    	53:   "no anode",
    	54:   "invalid request code",
    	55:   "invalid slot",
    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_mipsle.go

    	43:   "no CSI structure available",
    	44:   "level 2 halted",
    	45:   "resource deadlock avoided",
    	46:   "no locks available",
    	50:   "invalid exchange",
    	51:   "invalid request descriptor",
    	52:   "exchange full",
    	53:   "no anode",
    	54:   "invalid request code",
    	55:   "invalid slot",
    	56:   "file locking deadlock error",
    	59:   "bad font file format",
    	60:   "device not a stream",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java

      }
    
      public void testCustomScheduler_deadlock() throws InterruptedException, BrokenBarrierException {
        final CyclicBarrier inGetNextSchedule = new CyclicBarrier(2);
        // This will flakily deadlock, so run it multiple times to increase the flake likelihood
        for (int i = 0; i < 1000; i++) {
          Service service =
              new AbstractScheduledService() {
                @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 22.5K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java

      }
    
      public void testCustomScheduler_deadlock() throws InterruptedException, BrokenBarrierException {
        final CyclicBarrier inGetNextSchedule = new CyclicBarrier(2);
        // This will flakily deadlock, so run it multiple times to increase the flake likelihood
        for (int i = 0; i < 1000; i++) {
          Service service =
              new AbstractScheduledService() {
                @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 22.5K bytes
    - Viewed (0)
  6. src/encoding/json/stream_test.go

    		t.Run(tt.Name, func(t *testing.T) {
    			r, w := net.Pipe()
    			go w.Write([]byte(tt.in))
    			var val any
    
    			// If Decode reads beyond what w.Write writes above,
    			// it will block, and the test will deadlock.
    			if err := NewDecoder(r).Decode(&val); err != nil {
    				t.Errorf("%s: NewDecoder(%s).Decode error: %v", tt.Where, tt.in, err)
    			}
    			r.Close()
    			w.Close()
    		})
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 16:00:37 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_ppc64.go

    	29:  "illegal seek",
    	30:  "read-only file system",
    	31:  "too many links",
    	32:  "broken pipe",
    	33:  "numerical argument out of domain",
    	34:  "numerical result out of range",
    	35:  "resource deadlock avoided",
    	36:  "file name too long",
    	37:  "no locks available",
    	38:  "function not implemented",
    	39:  "directory not empty",
    	40:  "too many levels of symbolic links",
    	42:  "no message of desired type",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  8. pkg/scheduler/scheduler.go

    	// from the SchedulingQueue.
    	// If there are no new pods to schedule, it will be hanging there
    	// and if done in this goroutine it will be blocking closing
    	// SchedulingQueue, in effect causing a deadlock on shutdown.
    	go wait.UntilWithContext(ctx, sched.ScheduleOne, 0)
    
    	<-ctx.Done()
    	sched.SchedulingQueue.Close()
    
    	// If the plugins satisfy the io.Closer interface, they are closed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  9. src/main/java/jcifs/util/transport/Transport.java

                    this.state = 6;
                    ioe = ioe0;
                }
            case 4: /* failed to connect - reset the transport */
                // thread is cleaned up by connect routine, joining it here causes a deadlock
                this.thread = null;
                this.state = 6;
                break;
            default:
                log.error("Invalid state: " + this.state);
                this.thread = null;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Nov 01 18:12:21 UTC 2020
    - 24.1K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_ppc64le.go

    	29:  "illegal seek",
    	30:  "read-only file system",
    	31:  "too many links",
    	32:  "broken pipe",
    	33:  "numerical argument out of domain",
    	34:  "numerical result out of range",
    	35:  "resource deadlock avoided",
    	36:  "file name too long",
    	37:  "no locks available",
    	38:  "function not implemented",
    	39:  "directory not empty",
    	40:  "too many levels of symbolic links",
    	42:  "no message of desired type",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
Back to top