HomeSort by relevance Sort by last modified time
    Searched full:busy (Results 176 - 200 of 1604) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
threadprof.go 6 // a thread running a busy loop at constructor time.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Disk_Folder_File_Suite.py 143 """busy status - Is the item busy? """
144 which = 'busy'
349 'busy' : _Prop_busy_status,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppyCtrl.c 189 // wait specified floppy logic drive is not busy
229 @retval EFI_DEVICE_ERROR The drive is busy, so can not turn motor on
267 // first look at command and drive are busy or not
1083 Detect the specified floppy logic drive is busy or not within a period of time.
1088 @retval EFI_SUCCESS: The drive and command are not busy
1089 @retval EFI_TIMEOUT: The drive or command is still busy after a period time that
1104 // How to determine drive and command are busy or not: by the bits of
1106 // bit0: Drive 0 busy (drive A)
1107 // bit1: Drive 1 busy (drive B)
1108 // bit4: Command busy
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
FloppyPeim.c 492 Wait until busy bit is cleared.
498 @retval EFI_SUCCESS Busy bit has been cleared before timeout.
499 @retval EFI_TIMEOUT Time goes out before busy bit is cleared.
514 // How to determine drive and command are busy or not: by the bits of Main Status Register
515 // bit0: Drive 0 busy (drive A)
516 // bit1: Drive 1 busy (drive B)
517 // bit4: Command busy
530 // not busy
597 // Wait until specified floppy logic drive is not busy
635 @retval EFI_DEVICE_ERROR Busy bit of FDC cannot be cleared.
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
errno.h 42 __EBUSY, /* 16 Device busy */
52 __ETXTBSY, /* 26 Text file busy */
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
ErrorList.c 42 "Device busy", /* 16 EBUSY */
52 "Text file busy", /* 26 ETXTBSY */
  /external/e2fsprogs/e2fsck/
mtrace.h 120 /* Heap information for a busy block. */
136 } busy; member in union:__anon19017
  /external/iproute2/include/uapi/linux/
tcp.h 222 __u64 tcpi_busy_time; /* Time (usec) busy sending data */
230 TCP_NLA_BUSY, /* Time (usec) busy sending data */
  /external/kernel-headers/original/uapi/linux/
fdreg.h 32 #define STATUS_BUSYMASK 0x0F /* drive busy mask */
33 #define STATUS_BUSY 0x10 /* FDC busy */
tcp.h 224 __u64 tcpi_busy_time; /* Time (usec) busy sending data */
232 TCP_NLA_BUSY, /* Time (usec) busy sending data */
vhost.h 156 /* Set busy loop timeout (in us) */
159 /* Get busy loop timeout (in us) */
  /external/linux-kselftest/tools/testing/selftests/timers/
posix_timers.c 25 /* Busy loop in userspace to elapse ITIMER_VIRTUAL */
212 * on DELAY * nr_threads, with nr_threads busy looping, then wait
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
8-1.c 78 /* Busy loop for some times */
87 output("Busy loop terminated\n");
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_resource.h 110 /* if we have a pending GPU write, we are busy in any case: */
114 /* if CPU wants to write, but we are pending a GPU read, we are busy: */
  /external/mesa3d/src/loader/
loader_dri3_helper.h 55 * 'busy' flag gets cleared and the client knows that the fence has been
61 bool busy; /* Set on swap, cleared on IdleNotify */ member in struct:loader_dri3_buffer
  /external/python/cpython2/Demo/tkinter/guido/
sortvisu.py 487 self.busy = 0
561 if self.busy:
592 if self.busy:
595 self.busy = 1
603 self.busy = 0
606 if not self.busy:
612 if not self.busy:
620 if self.busy:
  /external/python/cpython3/Tools/demo/
sortvisu.py 489 self.busy = 0
562 if self.busy:
593 if self.busy:
596 self.busy = 1
604 self.busy = 0
607 if not self.busy:
613 if not self.busy:
621 if self.busy:
  /external/syslinux/com32/include/
errno.h 21 #define EBUSY 16 /* Device or resource busy */
31 #define ETXTBSY 26 /* Text file busy */
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 72 case EBUSY: // Device or resource busy
83 case ETXTBSY: // Text file busy
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 66 /** Drain state transitions from BUSY -> IDLE */
76 /** Is the session in the process of aborting? Pay attention to BUSY->IDLE transitions. */
430 // The next BUSY -> IDLE set of transitions will mark the end of the abort.
768 * (BUSY -> IDLE)
771 * (ACTIVE -> BUSY -> IDLE)
    [all...]
  /frameworks/base/core/proto/android/telecomm/
enums.proto 154 * Disconnected because the other party was busy.
156 BUSY = 7;
  /hardware/interfaces/biometrics/fingerprint/2.1/
IBiometricsFingerprint.hal 25 * This call must block if the HAL state machine is in busy state until HAL
26 * leaves the busy state.
  /hardware/interfaces/tv/cec/1.0/
types.hal 153 BUSY = 2, // bus is busy
  /packages/apps/PhoneCommon/res/values-en-rAU/
strings.xml 26 <string name="callFailed_userBusy" msgid="5163219086553610486">"Line busy"</string>
27 <string name="callFailed_congestion" msgid="3645995103907418337">"Network busy"</string>
  /packages/apps/PhoneCommon/res/values-en-rCA/
strings.xml 26 <string name="callFailed_userBusy" msgid="5163219086553610486">"Line busy"</string>
27 <string name="callFailed_congestion" msgid="3645995103907418337">"Network busy"</string>

Completed in 1658 milliseconds

1 2 3 4 5 6 78 91011>>