Searched defs:wait (Results 76 - 100 of 179) sorted by relevance

12345678

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative.h103 /**< wait until the given vsyncs has passed since the last presentation */
148 void (*wait)(struct native_surface *nsurf); member in struct:native_surface
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_dma.c207 make_empty_list(&rmesa->dma.wait);
308 foreach_s(dma_bo, temp, &rmesa->dma.wait) {
352 wait = 0, local
357 foreach(dma_bo, &rmesa->dma.wait)
358 ++wait;
363 fprintf(stderr, "%s: free %zu, wait %zu, reserved %zu, minimum_size: %zu\n",
364 __FUNCTION__, free, wait, reserved, rmesa->dma.minimum_size);
368 wait list provides gpu time to handle data before reuse */
369 foreach_s(dma_bo, temp, &rmesa->dma.wait) {
392 /* move reserved to wait lis
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c207 make_empty_list(&rmesa->dma.wait);
308 foreach_s(dma_bo, temp, &rmesa->dma.wait) {
352 wait = 0, local
357 foreach(dma_bo, &rmesa->dma.wait)
358 ++wait;
363 fprintf(stderr, "%s: free %zu, wait %zu, reserved %zu, minimum_size: %zu\n",
364 __FUNCTION__, free, wait, reserved, rmesa->dma.minimum_size);
368 wait list provides gpu time to handle data before reuse */
369 foreach_s(dma_bo, temp, &rmesa->dma.wait) {
392 /* move reserved to wait lis
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.cc342 // Compute how long to wait until we return memory.
343 // FLAGS_tcmalloc_release_rate==1 means wait for 1000 pages
346 double wait = mult * static_cast<double>(released_pages); local
347 if (wait > kMaxReleaseDelay) {
349 wait = kMaxReleaseDelay;
351 scavenge_counter_ = static_cast<int64_t>(wait);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.cc281 // Compute how long to wait until we return memory.
282 // FLAGS_tcmalloc_release_rate==1 means wait for 1000 pages
285 double wait = mult * static_cast<double>(released_pages); local
286 if (wait > kMaxReleaseDelay) {
288 wait = kMaxReleaseDelay;
290 scavenge_counter_ = static_cast<int64_t>(wait);
/external/chromium_org/third_party/webrtc/base/
H A Dssladapter_unittest.cc258 void SetHandshakeWait(int wait) { argument
259 handshake_wait_ = wait;
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_codec_impl.cc550 const bool wait) {
552 << ", wait " << wait; local
560 if (vie_channel->WaitForKeyFrame(wait) != 0) {
549 WaitForFirstKeyFrame(const int video_channel, const bool wait) argument
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_query.c247 boolean wait, union pipe_query_result *result)
259 if (!wait) {
246 nv50_query_result(struct pipe_context *pipe, struct pipe_query *pq, boolean wait, union pipe_query_result *result) argument
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_query.c336 boolean wait, union pipe_query_result *result)
350 if (!wait) {
435 boolean wait = local
451 wait = TRUE;
457 cond = wait ? NVC0_3D_COND_MODE_NOT_EQUAL :
462 cond = wait ? NVC0_3D_COND_MODE_EQUAL : NVC0_3D_COND_MODE_ALWAYS;
471 if (wait)
335 nvc0_query_result(struct pipe_context *pipe, struct pipe_query *pq, boolean wait, union pipe_query_result *result) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c410 boolean wait,
418 (wait ? 0 : PIPE_TRANSFER_DONTBLOCK));
500 boolean wait, union pipe_query_result *result)
509 if (!r600_get_query_buffer_result(rctx, rquery, qbuf, wait, result)) {
407 r600_get_query_buffer_result(struct r600_context *ctx, struct r600_query *query, struct r600_query_buffer *qbuf, boolean wait, union pipe_query_result *result) argument
498 r600_get_query_result(struct pipe_context *ctx, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_hw_context.c279 static boolean r600_query_result(struct r600_context *ctx, struct r600_query *query, boolean wait) argument
286 (wait ? 0 : PIPE_TRANSFER_DONTBLOCK));
594 boolean wait, void *vresult)
601 if (!r600_query_result(ctx, query, wait))
693 cs->buf[cs->cdw++] = WAIT_REG_MEM_EQUAL; /* wait until the register is equal to the reference value */
592 r600_context_query_result(struct r600_context *ctx, struct r600_query *query, boolean wait, void *vresult) argument
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative.h103 /**< wait until the given vsyncs has passed since the last presentation */
148 void (*wait)(struct native_surface *nsurf); member in struct:native_surface
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_dma.c207 make_empty_list(&rmesa->dma.wait);
308 foreach_s(dma_bo, temp, &rmesa->dma.wait) {
352 wait = 0, local
357 foreach(dma_bo, &rmesa->dma.wait)
358 ++wait;
363 fprintf(stderr, "%s: free %zu, wait %zu, reserved %zu, minimum_size: %zu\n",
364 __FUNCTION__, free, wait, reserved, rmesa->dma.minimum_size);
368 wait list provides gpu time to handle data before reuse */
369 foreach_s(dma_bo, temp, &rmesa->dma.wait) {
392 /* move reserved to wait lis
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c207 make_empty_list(&rmesa->dma.wait);
308 foreach_s(dma_bo, temp, &rmesa->dma.wait) {
352 wait = 0, local
357 foreach(dma_bo, &rmesa->dma.wait)
358 ++wait;
363 fprintf(stderr, "%s: free %zu, wait %zu, reserved %zu, minimum_size: %zu\n",
364 __FUNCTION__, free, wait, reserved, rmesa->dma.minimum_size);
368 wait list provides gpu time to handle data before reuse */
369 foreach_s(dma_bo, temp, &rmesa->dma.wait) {
392 /* move reserved to wait lis
[all...]
/external/oprofile/module/
H A Dcompat22.h40 /* the wake_up path doesn't disable interrupts for wait queue
89 int retry, int wait)
88 smp_call_function(void (*func) (void * info), void * info, int retry, int wait) argument
/external/smack/src/com/kenai/jbosh/
H A DCMSessionParams.java28 private final AttrWait wait; field in class:CMSessionParams
67 wait = aWait;
134 return wait;
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_mf_win.cc285 bool wait = false; local
291 wait = SUCCEEDED(reader_->Flush(
293 if (!wait) {
303 // do not wait at all after getting MEVideoCaptureDeviceRemoved event.
305 if (wait)
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWorkerThreadableWebSocketChannel.cpp94 void wait() function in class:blink::ThreadableWebSocketChannelSyncHelper
96 m_event->wait();
472 // We wait for the syncHelper event even if a shutdown event is fired.
473 // See https://codereview.chromium.org/267323004/#msg43 for why we need to wait this.
475 m_syncHelper->wait();
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c181 boolean wait);
397 boolean wait)
413 if (wait) {
420 wait = FALSE;
573 boolean wait)
595 if(!fenced_buf->buffer && wait) {
597 * Same as before, but this time around, wait to free buffers if
696 * Don't wait for the GPU to finish accessing it, if blocking is forbidden.
396 fenced_manager_check_signalled_locked(struct fenced_manager *fenced_mgr, boolean wait) argument
571 fenced_buffer_create_gpu_storage_locked(struct fenced_manager *fenced_mgr, struct fenced_buffer *fenced_buf, boolean wait) argument
/external/chromium_org/third_party/pexpect/
H A Dpexpect.py736 example, instead of expecting the "password:" prompt you can wait for
830 It will not wait for 30 seconds for another 99 characters to come in.
1138 def wait(self): member in class:spawn
1149 raise ExceptionPexpect('Cannot wait for dead child process.')
1162 # You can't call wait() on a child process in the stopped state.
1163 raise ExceptionPexpect('Called wait() on a stopped child ' +
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp237 SemaphoreSp wait; member in struct:deqp::egl::ClearPacket
258 packetIter->wait->decrement();
327 packet.wait = semaphores[packetNdx*numThreads + threadNdx];
348 // Signal start and wait until complete.
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp173 mCondVar.wait();
261 CondVar.wait();
587 mHalOpenCompletedEvent.wait ();
592 mHalCloseCompletedEvent.wait ();
737 ** Function: ThreadCondVar::wait()
739 ** Description: wait on the mCondVar
744 void ThreadCondVar::wait() function in class:ThreadCondVar
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py697 example, instead of expecting the "password:" prompt you can wait for
791 It will not wait for 30 seconds for another 99 characters to come in.
1090 def wait(self): member in class:spawn
1101 raise ExceptionPexpect ('Cannot wait for dead child process.')
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c181 boolean wait);
397 boolean wait)
413 if (wait) {
420 wait = FALSE;
573 boolean wait)
595 if(!fenced_buf->buffer && wait) {
597 * Same as before, but this time around, wait to free buffers if
696 * Don't wait for the GPU to finish accessing it, if blocking is forbidden.
396 fenced_manager_check_signalled_locked(struct fenced_manager *fenced_mgr, boolean wait) argument
571 fenced_buffer_create_gpu_storage_locked(struct fenced_manager *fenced_mgr, struct fenced_buffer *fenced_buf, boolean wait) argument
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp140 CSimpleWait* wait = new (ELeave) CSimpleWait(); local
141 CleanupStack::PushL(wait);
142 wait->ConstructL();
144 return wait;
576 SDL_TRACE1("wait %d audio\n", CEpocAudio::AudioLib().StreamPlayer(KSfxChannel).SyncTime());

Completed in 965 milliseconds

12345678