HomeSort by relevance Sort by last modified time
    Searched defs:wait_time (Results 1 - 25 of 33) sorted by null

1 2

  /external/autotest/client/site_tests/desktopui_SonicExtension/
desktopui_SonicExtension.py 26 wait_time = 5 variable in class:desktopui_SonicExtension
158 time.sleep(self.wait_time)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
6-1.c 112 struct timeval wait_time; local
169 wait_time.tv_sec = after_wait.tv_sec - before_wait.tv_sec;
170 wait_time.tv_usec = after_wait.tv_usec - before_wait.tv_usec;
171 if (wait_time.tv_usec < 0) {
172 --wait_time.tv_sec;
173 wait_time.tv_usec += 1000000;
175 if (wait_time.tv_sec < TIMEOUT) {
178 TIMEOUT, (long int)wait_time.tv_sec,
179 (long int)wait_time.tv_usec);
  /external/autotest/client/deps/glbench/src/
utils.cc 174 double wait_time = 1.0e-6 * (time_now - time_start); local
175 assert(wait_time >= 0);
176 assert(wait_time < timeout + 5.0);
177 return wait_time;
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_thread.c 55 unsigned wait_time = tg_get_waittime(ft->tg); local
63 ffsb_milli_sleep(wait_time);
ffsb_tg.h 98 unsigned wait_time; member in struct:ffsb_tg
113 * It will sleep for wait_time secs between calls The ffsb_config
121 unsigned wait_time; /* in sec */ member in struct:tg_run_params
main.c 40 int wait_time; member in struct:ffsb_time_poll
53 if (difftime.tv_sec >= data->wait_time)
92 pdata.wait_time = fc.time;
152 params[i].wait_time = FFSB_TG_WAIT_TIME;
  /external/webrtc/webrtc/common_video/
incoming_video_stream.cc 213 uint32_t wait_time; local
217 wait_time = render_buffers_->TimeToNextFrameRelease();
221 if (wait_time > kEventMaxWaitTimeMs) {
222 wait_time = kEventMaxWaitTimeMs;
224 deliver_buffer_event_->StartTimer(false, wait_time);
  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 71 unsigned int wait_time; local
92 wait_time = 1000;
93 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
94 wait_time = p2p->cfg->max_listen;
97 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
p2p_sd.c 278 unsigned int wait_time; local
312 wait_time = 5000;
313 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
314 wait_time = p2p->cfg->max_listen;
317 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
429 unsigned int wait_time = 200; local
464 wait_time = 0; /* no more SD frames in the sequence */
475 wpabuf_head(resp), wpabuf_len(resp), wait_time) < 0)
  /external/iptables/iptables/
xshared.c 251 struct timeval time_left, wait_time; local
282 wait_time = *wait_interval;
283 select(0, NULL, NULL, NULL, &wait_time);
  /external/wpa_supplicant_8/src/ap/
accounting.c 461 unsigned int i, wait_time; local
488 wait_time = 0;
490 wait_time = 3; /* RADIUS_CLIENT_FIRST_WAIT */
492 wait_time *= 2;
494 res = eloop_deplete_timeout(wait_time, 0, accounting_interim_update,
500 MAC2STR(addr), sta->acct_interim_errors, wait_time);
  /device/generic/goldfish/hwcomposer/
hwcomposer.cpp 239 struct timespec wait_time; local
240 wait_time.tv_sec = 0;
241 wait_time.tv_nsec = pdev->vsync_period_ns;
244 int err = nanosleep(&wait_time, NULL);
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 276 struct wpabuf *req, unsigned int wait_time)
294 wait_time > gas->wpa_s->max_remain_on_chan)
295 wait_time = gas->wpa_s->max_remain_on_chan;
306 wpabuf_len(req), wait_time,
319 unsigned int wait_time; local
327 wait_time = (query->retry || !query->offchannel_tx_started) ?
330 if (gas_query_tx(gas, query, req, wait_time) < 0) {
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h 110 unsigned int wait_time:4; member in struct:wcd9xxx_ocp_setting
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h 124 unsigned int wait_time:4; /* in duty cycle */ member in struct:wcd9xxx_ocp_setting
  /art/runtime/base/
mutex.cc 252 // Atomically add value to wait_time.
253 wait_time.FetchAndAddSequentiallyConsistent(value);
287 uint64_t wait_time = data->wait_time.LoadRelaxed(); local
293 << " total wait of contender " << PrettyDuration(wait_time)
294 << " average " << PrettyDuration(wait_time / contention_count);
    [all...]
mutex.h 199 Atomic<uint64_t> wait_time; member in struct:art::BaseMutex::ContentionLogData
201 ContentionLogData() : wait_time(0) {}
  /external/e2fsprogs/e2fsck/
unix.c 1153 unsigned int wait_time = 0; local
1179 wait_time = mmp_check_interval * 2 + 1;
1192 if (verbose || wait_time > EXT4_MMP_MIN_CHECK_INTERVAL * 4) {
1195 mmp_check_interval, wait_time * 2);
    [all...]
  /external/libchrome/base/threading/
sequenced_worker_pool.cc 367 // immediately, and |task| is not filled in. Likewise, |wait_time| is
375 TimeDelta* wait_time,
803 TimeDelta wait_time; local
806 GetWork(&task, &wait_time, &delete_these_outside_lock);
906 has_work_cv_.TimedWait(wait_time);
    [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 688 const uint32_t wait_time = local
690 process_thread_->PostDelayed(wait_time, this, MSG_RUN_PROCESS);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 740 int64_t wait_time = 5 + ((rtt * 3) >> 1); // 5 + RTT * 1.5. local
742 wait_time = kStartUpRttMs;
745 // Send a full NACK list once within every |wait_time|.
747 return now - nack_last_time_sent_full_ > wait_time;
749 return now - nack_last_time_sent_full_prev_ > wait_time;
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 1496 gulong wait_time = 0; \/\/wait time in second. local
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_calibration.h 280 uint32_t wait_time[SP_V2_NUM_MAX_SPKRS]; member in struct:audio_cal_info_sp_th_vi_ftm_cfg
286 uint32_t wait_time[SP_V2_NUM_MAX_SPKRS]; member in struct:audio_cal_info_sp_ex_vi_ftm_cfg
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_calibration.h 302 uint32_t wait_time[SP_V2_NUM_MAX_SPKRS]; member in struct:audio_cal_info_sp_th_vi_ftm_cfg
313 uint32_t wait_time[SP_V2_NUM_MAX_SPKRS]; member in struct:audio_cal_info_sp_ex_vi_ftm_cfg
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_audio_calibration.h 280 uint32_t wait_time[SP_V2_NUM_MAX_SPKRS]; member in struct:audio_cal_info_sp_th_vi_ftm_cfg
286 uint32_t wait_time[SP_V2_NUM_MAX_SPKRS]; member in struct:audio_cal_info_sp_ex_vi_ftm_cfg

Completed in 460 milliseconds

1 2