| /third_party/ltp/testcases/misc/math/fptests/ |
| H A D | fptest01.c | 84 int waiting[EVENTMX]; /* array of waiting processors */ variable 85 int nwaiting; /* number of waiting processors */ 243 add a processor to the waiting queue 247 waiting[++nwaiting] = p; in addwaiting() 252 remove the next processor from the waiting queue 257 return (waiting[nwaiting--]); in getwaiting()
|
| H A D | fptest02.c | 84 int waiting[EVENTMX]; /* array of waiting processors */ variable 85 int nwaiting; /* number of waiting processors */ 224 add a processor to the waiting queue 228 waiting[++nwaiting] = p; in addwaiting() 233 remove the next processor from the waiting queue 238 return (waiting[nwaiting--]); in getwaiting()
|
| /third_party/python/Include/internal/ |
| H A D | pycore_condvar.h | 66 condition between releasing the outer lock and waiting) because it 72 waiting, we need to keep track of the number of 73 waiting threads. Otherwise, the semaphore's state could rise 81 int waiting; /* to allow PyCOND_SIGNAL to be a no-op */ member
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | fdsem.h | 34 pa_atomic_t waiting; member
|
| /third_party/gn/src/gn/ |
| H A D | loader.cc | 175 // There should be nobody waiting on this if the build config is already in ToolchainLoaded() 422 // Schedule all waiting file loads. in DidLoadBuildConfig() 423 for (const auto& waiting : record->waiting_on_me) in DidLoadBuildConfig() 424 ScheduleLoadFile(&record->settings, waiting.origin, waiting.file); in DidLoadBuildConfig()
|
| H A D | builder.cc | 527 // Recursively update everybody waiting on this item to be resolved. in ResolveItem() 530 BuilderRecord* waiting = *it; in ResolveItem() local 531 if (waiting->OnResolvedDep(record)) { in ResolveItem() 532 if (!ResolveItem(waiting, err)) in ResolveItem()
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | earley-parser.cc | 200 waiting; in RunEarleyAlgorithm() local 227 // 'Complete' phase: Advance all items that were waiting to match this in RunEarleyAlgorithm() 229 for (const Item* parent : waiting[{item.start(), item.left()}]) { in RunEarleyAlgorithm() 242 // Remember that this item is waiting for completion with {next}. in RunEarleyAlgorithm() 243 waiting[{pos, next}].insert(&item); in RunEarleyAlgorithm()
|
| /third_party/backends/backend/ |
| H A D | hp5590_cmds.c | 1186 unsigned int waiting; in hp5590_lock_unlock_scanner() local 1191 for (waiting = 0; waiting < WAKEUP_TIMEOUT; waiting++, sleep (1)) in hp5590_lock_unlock_scanner() 1217 if (waiting == WAKEUP_TIMEOUT) in hp5590_lock_unlock_scanner()
|
| /third_party/skia/third_party/externals/freetype/src/raster/ |
| H A D | ftraster.c | 2682 TProfileList waiting; in Draw_Sweep() local 2688 Init_Linked( &waiting ); in Draw_Sweep() 2712 InsNew( &waiting, P ); in Draw_Sweep() 2730 P = waiting; in Draw_Sweep() 2749 /* check waiting list for new activations */ in Draw_Sweep() 2751 P = waiting; in Draw_Sweep() 2759 DelOld( &waiting, P ); in Draw_Sweep()
|
| /third_party/pulseaudio/src/modules/raop/ |
| H A D | raop-client.c | 1272 static bool waiting = false; in rtsp_auth_cb() local 1286 if (true == waiting) { in rtsp_auth_cb() 1337 waiting = true; in rtsp_auth_cb() 1358 waiting = false; in rtsp_auth_cb() 1369 waiting = false; in rtsp_auth_cb() 1380 waiting = false; in rtsp_auth_cb()
|
| /third_party/skia/platform_tools/android/apps/skottie/ |
| H A D | skottie_metric.sql | 139 WHERE slice.name LIKE 'waiting for GPU completion%' AND slice.dur >= 0 150 WHERE slice.name LIKE 'waiting for frame%' AND slice.dur >= 0
|
| /third_party/node/lib/internal/debugger/ |
| H A D | inspect.js | 59 `Timeout (${timeout}) waiting for ${host}:${port} to be free`);
|
| /third_party/ffmpeg/libavcodec/arm/ |
| H A D | fft_vfp.S | 363 @ up to 2 stalls (VFP vector issuing / waiting for s0) 386 @ stall (waiting for s5) 412 @ stall (waiting for s7)
|
| /third_party/libwebsockets/lib/system/async-dns/ |
| H A D | async-dns-parse.c | 555 q = lws_adns_get_query(dns, 0, &dns->waiting, in lws_adns_parse_udp()
|
| /third_party/node/test/common/ |
| H A D | inspector-helper.js | 230 const message = `Timed out waiting for matching notification (${desc})`; 377 const msg = 'Timed out waiting for process to start';
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | scheduler.h | 235 // timeout. The fiber is stilling in the Worker::Work::waiting queue. 284 // WaitingFibers holds all the fibers waiting on a timeout. 299 // add() adds another fiber and timeout to the list of waiting fibers. 302 // erase() removes the fiber from the waiting list. 305 // contains() returns true if fiber is waiting. 424 // waiting. 442 GUARDED_BY(mutex) WaitingFibers waiting; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| H A D | mutex_test.cc | 522 // Now cause a thread waiting on an always-false to time out in TEST() 620 // Bug was that if there was more than one waiting reader 681 bool waiting = false; member 686 s->waiting = true; in LockWhenTestIsCond() 700 s.mu2.LockWhen(absl::Condition(&s.waiting)); in TEST() 750 // count when putting a thread to sleep waiting for a false condition when the 950 // Test for reader waiting condition variable when there are other readers 1033 // is conceptually waiting both on the condition variable, and on mu2. in TEST() 1195 // absl::Duration and absl::Time. For each waiting function we test with
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_resolve_ast.c | 1426 int waiting = 1; in __cil_ordered_lists_merge_all() local 1431 while (waiting && changed == CIL_TRUE) { in __cil_ordered_lists_merge_all() 1433 waiting = 0; in __cil_ordered_lists_merge_all() 1440 waiting++; in __cil_ordered_lists_merge_all() 1447 if (waiting > 0 && changed == CIL_FALSE) { in __cil_ordered_lists_merge_all()
|
| /third_party/libwebsockets/lib/core-net/ |
| H A D | private-lib-core-net.h | 250 lws_dll2_owner_t waiting; member
|
| /third_party/node/test/fixtures/wpt/resources/ |
| H A D | testharness.js | 891 * created Promise waiting to be fulfilled, or if the event is of a different type 968 return Promise.reject('Already waiting for an event or events'); 986 'Timed out waiting for ' + waitingFor.types.join(', ')); 1038 * stop waiting for results when the `timeout()` function is 1078 * Configure the harness, waiting for a promise to resolve 2746 "Timed out waiting on condition");
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| H A D | stylo.hpp | [all...] |