/openbmc/sdbusplus/test/async/ |
H A D | task.cpp | 20 stdexec::sync_wait(t()); in TEST() 44 stdexec::sync_wait(_::two(executed)); in TEST() 72 EXPECT_THROW(stdexec::sync_wait(_::one()), std::logic_error); in TEST() 76 stdexec::sync_wait(_::two(caught)); in TEST() 98 stdexec::sync_wait( in TEST()
|
/openbmc/linux/tools/testing/selftests/sync/ |
H A D | sync_fence.c | 45 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait() 53 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait() 61 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait() 67 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait()
|
H A D | sync_wait.c | 56 ret = sync_wait(merged, 0); in test_fence_multi_timeline_wait() 79 ret = sync_wait(merged, 100); in test_fence_multi_timeline_wait()
|
H A D | sync_stress_merge.c | 97 ret = sync_wait(fence, 0); in test_merge_stress_random_merge() 106 ret = sync_wait(fence, 0); in test_merge_stress_random_merge()
|
H A D | sync_stress_consumer.c | 82 ASSERT(sync_wait(fence, -1) > 0, in mpsc_producer_thread() 133 ASSERT(sync_wait(fence, -1) > 0, in mpcs_consumer_thread()
|
H A D | sync.h | 35 int sync_wait(int fd, int timeout);
|
H A D | Makefile | 21 TESTS += sync_wait.o
|
H A D | sync_stress_parallelism.c | 54 ret = sync_wait(fence, -1); in test_stress_two_threads_shared_timeline_thread()
|
H A D | sync.c | 58 int sync_wait(int fd, int timeout) in sync_wait() function
|
/openbmc/pldm/platform-mc/test/ |
H A D | platform_manager_test.cpp | 190 stdexec::sync_wait(platformManager.initTerminus()); in TEST_F() 356 stdexec::sync_wait(platformManager.initTerminus()); in TEST_F() 475 stdexec::sync_wait(platformManager.initTerminus()); in TEST_F() 489 stdexec::sync_wait(platformManager.initTerminus()); in TEST_F() 524 stdexec::sync_wait(platformManager.initTerminus()); in TEST_F()
|
H A D | event_manager_test.cpp | 380 stdexec::sync_wait(platformManager.initTerminus()); in TEST_F() 505 stdexec::sync_wait(eventManager.pollForPlatformEventTask(tid, 0x0000)); in TEST_F()
|
H A D | terminus_manager_test.cpp | 711 stdexec::sync_wait(platformManager.initTerminus()); in TEST_F()
|
/openbmc/pldm/requester/test/ |
H A D | handler_test.cpp | 200 stdexec::sync_wait(scope.on_empty()); in TEST_F() 232 stdexec::sync_wait(scope.on_empty()); in TEST_F() 295 stdexec::sync_wait(scope.on_empty()); in TEST_F()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __p2300.hpp | 380 inline constexpr auto sync_wait = stdexec::sync_wait; variable
|
H A D | __sync_wait.hpp | 389 inline constexpr sync_wait_t sync_wait{}; variable
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib8000.c | 469 u16 tmp, sync_wait = dib8000_read_word(state, 273) & 0xfff0; in dib8000_set_diversity_in() local 474 dib8000_write_word(state, 273, sync_wait | (1 << 2) | 2); // sync_enable = 1; comb_mode = 2 in dib8000_set_diversity_in() 477 dib8000_write_word(state, 273, sync_wait); // sync_enable = 0; comb_mode = 0 in dib8000_set_diversity_in() 2845 u16 sync_wait = 64; in dib8000_set_sync_wait() local 2850 sync_wait = 256; in dib8000_set_sync_wait() 2853 sync_wait = 128; in dib8000_set_sync_wait() 2857 sync_wait = 64; in dib8000_set_sync_wait() 2862 …sync_wait = (sync_wait * (1 << (c->guard_interval)) * 3) / 2 + 48; /* add 50% SFN margin + compens… in dib8000_set_sync_wait() 2864 …sync_wait = (sync_wait * (1 << (c->guard_interval)) * 3) / 2 + state->cfg.diversity_delay; /* add … in dib8000_set_sync_wait() 2866 dib8000_write_word(state, 273, (dib8000_read_word(state, 273) & 0x000f) | (sync_wait << 4)); in dib8000_set_sync_wait()
|
/openbmc/sdbusplus/src/async/ |
H A D | context.cpp | 138 stdexec::sync_wait(internal_tasks.on_empty()); in run()
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_iucv.c | 541 int sync_wait; in flush_sndbuf_sync() local 547 sync_wait = !list_empty(&priv->tty_outqueue); /* anything queued ? */ in flush_sndbuf_sync() 550 if (sync_wait) in flush_sndbuf_sync()
|
/openbmc/linux/drivers/usb/atm/ |
H A D | ueagle-atm.c | 529 static bool sync_wait[NB_MODEM]; variable 538 module_param_array(sync_wait, bool, NULL, 0644); 539 MODULE_PARM_DESC(sync_wait, "wait the synchronisation before starting ATM"); 2504 usbatm->flags = (sync_wait[modem_index] ? 0 : UDSL_SKIP_HEAVY_INIT); in uea_bind()
|
/openbmc/pldm/platform-mc/ |
H A D | terminus_manager.cpp | 161 stdexec::sync_wait(scope.on_empty()); in discoverMctpTerminus()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |