HomeSort by relevance Sort by last modified time
    Searched refs:handoff (Results 1 - 25 of 26) sorted by null

1 2

  /external/syslinux/diag/mbr/
Makefile 22 all: handoff.bin
36 handoff.bin: handoff.elf $(mbrdir)/checksize.pl
  /external/autotest/venv/lucifer/cmd/
job_aborter.py 100 for handoff in handoffs.incomplete():
101 logger.debug('Found handoff: %d', handoff.job_id)
102 if handoff.job_id not in active_leases:
103 logger.debug('Handoff %d is missing active lease', handoff.job_id)
104 job_ids.append(handoff.job_id)
job_reporter.py 158 handoff = models.JobHandoff.objects.get(job_id=job_id)
159 handoff.completed = True
160 handoff.save()
  /prebuilts/go/darwin-x86/src/sync/
runtime.go 24 // If handoff is true, pass count directly to the first waiter.
25 func runtime_Semrelease(s *uint32, handoff bool)
mutex.go 207 // Starving mode: handoff mutex ownership to the next waiter.
  /prebuilts/go/linux-x86/src/sync/
runtime.go 24 // If handoff is true, pass count directly to the first waiter.
25 func runtime_Semrelease(s *uint32, handoff bool)
mutex.go 207 // Starving mode: handoff mutex ownership to the next waiter.
  /external/boringssl/src/ssl/
handoff.cc 58 ssl->handoff = false;
62 bool SSL_apply_handoff(SSL *ssl, Span<const uint8_t> handoff) {
67 CBS seq, handoff_cbs(handoff);
ssl_lib.cc 469 ctx->handoff = on;
743 ssl->handoff = ctx->handoff;
    [all...]
internal.h 2181 bool handoff:1; member in struct:bssl::SSLContext
2672 bool handoff:1; member in struct:bssl::SSLConnection
    [all...]
handshake_server.cc 444 if (ssl->handoff) {
    [all...]
ssl_test.cc 3974 Array<uint8_t> handoff; local
    [all...]
  /external/boringssl/src/ssl/test/
test_config.h 155 bool handoff = false; member in struct:TestConfig
test_config.cc 134 { "-handoff", &TestConfig::handoff },
bssl_shim.cc 2287 bssl::Array<uint8_t> handoff; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sema.go 65 func sync_runtime_Semrelease(addr *uint32, handoff bool) {
66 semrelease1(addr, handoff)
159 func semrelease1(addr *uint32, handoff bool) {
191 if handoff && cansemacquire(addr) {
mgcwork.go 314 w.wbuf1 = handoff(wbuf)
498 func handoff(b *workbuf) *workbuf { func
proc.go 38 // 2. Direct goroutine handoff. That is, when we ready a new goroutine and there
39 // is a spare P, unpark a thread and handoff it the thread and the goroutine.
45 // idle P, but don't do handoff. This would lead to excessive thread parking/
55 // handoff so such threads are out of work initially. Spinning threads do some
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
sema.go 65 func sync_runtime_Semrelease(addr *uint32, handoff bool) {
66 semrelease1(addr, handoff)
159 func semrelease1(addr *uint32, handoff bool) {
191 if handoff && cansemacquire(addr) {
mgcwork.go 314 w.wbuf1 = handoff(wbuf)
498 func handoff(b *workbuf) *workbuf { func
proc.go 38 // 2. Direct goroutine handoff. That is, when we ready a new goroutine and there
39 // is a spare P, unpark a thread and handoff it the thread and the goroutine.
45 // idle P, but don't do handoff. This would lead to excessive thread parking/
55 // handoff so such threads are out of work initially. Spinning threads do some
    [all...]
  /external/syslinux/
Makefile 207 INSTALL_DIAG = diag/mbr/handoff.bin \
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.asm 27 ;* 5, boot sector handoff control to 0x2000:0x0000 for start.com binary.
  /external/boringssl/
eureka.mk 246 src/ssl/handoff.cc\
  /external/boringssl/src/include/openssl/
ssl.h     [all...]

Completed in 1355 milliseconds

1 2