HomeSort by: relevance | last modified time | path
    Searched refs:timeout (Results 1 - 25 of 406) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/include/android_stub/android/
sync.h 44 /* timeout in msecs */
45 int sync_wait(int fd, int timeout);
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Handlers.h 18 void xnestBlockHandler(void *blockData, void *timeout);
Handlers.c 35 xnestBlockHandler(void *blockData, void *timeout)
  /xsrc/external/mit/libX11/dist/src/
SetSSaver.c 35 int timeout,
45 req->timeout = timeout;
GetSSaver.c 36 int *timeout,
48 *timeout = rep.timeout;
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/
opencl_interop.h 37 typedef bool (*opencl_dri_event_wait_t)(void *cl_event, uint64_t timeout);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
opencl_interop.h 37 typedef bool (*opencl_dri_event_wait_t)(void *cl_event, uint64_t timeout);
  /xsrc/external/mit/xorg-server/dist/os/
WaitFor.c 122 * Compute timeout until next timer, running
132 int timeout = timer->expires - now; local
134 if (timeout <= 0) {
137 /* Make sure the timeout is sane */
138 if (timeout < timer->delta + 250)
139 return timeout;
162 * has to handle this also (that's why the select() has a timeout.
171 int timeout; local
190 crashed connections and the screen saver timeout */
197 timeout = check_timers()
241 int timeout = *timeoutp; local
439 INT32 timeout = now - LastEventTime(XIAllDevices).milliseconds; local
497 CARD32 timeout = 0; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/util/
os_time.h 90 * Convert a relative timeout in nanoseconds into an absolute timeout,
91 * in other words, it returns current time + timeout.
97 os_time_get_absolute_timeout(uint64_t timeout);
104 * \param timeout timeout in ns, can be anything from 0 (no wait) to
109 os_wait_until_zero(volatile int *var, uint64_t timeout);
114 * The timeout is the absolute time when the waiting should stop. If it is
120 * \param timeout the time in ns when the waiting should stop
124 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout);
    [all...]
os_time.c 121 os_time_get_absolute_timeout(uint64_t timeout)
126 if (timeout == OS_TIMEOUT_INFINITE || timeout > INT64_MAX)
130 abs_timeout = time + (int64_t)timeout;
141 os_wait_until_zero(volatile int *var, uint64_t timeout)
146 if (!timeout)
149 if (timeout == OS_TIMEOUT_INFINITE) {
159 int64_t end_time = start_time + timeout;
175 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout)
180 if (timeout == OS_TIMEOUT_INFINITE
    [all...]
futex.h 36 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *addr2, int val3)
38 return syscall(SYS_futex, addr1, op, val1, timeout, addr2, val3);
46 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout)
49 * FUTEX_WAIT, except that it treats the timeout as absolute. */
50 return sys_futex(addr, FUTEX_WAIT_BITSET, value, timeout, NULL,
69 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout)
79 if (timeout != NULL) {
80 tmo._timeout = *timeout;
  /xsrc/external/mit/xorg-server/dist/include/
xserver_poll.h 32 #define xserver_poll(fds, nfds, timeout) poll(fds, nfds, timeout)
51 int xserver_poll (struct pollfd *pArray, nfds_t n_fds, int timeout);
  /xsrc/external/mit/MesaLib/dist/src/util/
futex.h 37 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *addr2, int val3)
39 return syscall(SYS_futex, addr1, op, val1, timeout, addr2, val3);
47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout)
50 * FUTEX_WAIT, except that it treats the timeout as absolute. */
51 return sys_futex(addr, FUTEX_WAIT_BITSET, value, timeout, NULL,
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout)
81 if (timeout != NULL) {
82 tmo._timeout = *timeout;
101 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout)
105 if (timeout == NULL
    [all...]
os_time.c 118 os_time_get_absolute_timeout(uint64_t timeout)
123 if (timeout == OS_TIMEOUT_INFINITE || timeout > INT64_MAX)
127 abs_timeout = time + (int64_t)timeout;
138 os_wait_until_zero(volatile int *var, uint64_t timeout)
143 if (!timeout)
146 if (timeout == OS_TIMEOUT_INFINITE) {
156 int64_t end_time = start_time + timeout;
172 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout)
177 if (timeout == OS_TIMEOUT_INFINITE
    [all...]
os_time.h 102 * Convert a relative timeout in nanoseconds into an absolute timeout,
103 * in other words, it returns current time + timeout.
109 os_time_get_absolute_timeout(uint64_t timeout);
116 * \param timeout timeout in ns, can be anything from 0 (no wait) to
121 os_wait_until_zero(volatile int *var, uint64_t timeout);
126 * The timeout is the absolute time when the waiting should stop. If it is
132 * \param timeout the time in ns when the waiting should stop
136 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
interop.cpp 49 opencl_dri_event_wait(cl_event event, uint64_t timeout) try {
50 if (!timeout) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
interop.cpp 49 opencl_dri_event_wait(cl_event event, uint64_t timeout) try {
50 if (!timeout) {
  /xsrc/external/mit/xfs/dist/os/
waitfor.c 106 long timeout; local
125 timeout = current_time - LastReapTime;
126 if (timeout > ReapClientTime) {
129 timeout = ReapClientTime;
131 timeout = ReapClientTime - timeout;
132 waittime.tv_sec = timeout / MILLI_PER_SECOND;
133 waittime.tv_usec = (timeout % MILLI_PER_SECOND) *
152 if (i <= 0) { /* error or timeout */
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
google-power-relay.py 16 ser = serial.Serial('/dev/ttyACM0', 115200, timeout=2)
  /xsrc/external/mit/MesaLib/dist/src/android_stub/
sync_stub.cpp 9 /* timeout in msecs */
10 int sync_wait(int fd, int timeout)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_fence.c 47 uint64_t timeout)
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
syncobj.h 73 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout);
76 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
79 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout);
82 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_util.h 32 bool lima_get_absolute_timeout(uint64_t *timeout);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_fence.c 47 uint64_t timeout)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
syncobj.h 73 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout);
76 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
79 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout);
82 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>