Home
last modified time | relevance | path

Searched defs:sleep (Results 101 – 125 of 6549) sorted by relevance

12345678910>>...262

/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/tests/common/
H A Dsystemtime.cpp21 void sleep(int milliseconds) in sleep() function
76 void sleep(int milliseconds) in sleep() function
112 void sleep(int milliseconds) in sleep() function
/dports/devel/libstrfunc/libstrfunc-8.3/sf_mem/
H A Dsafealloc.c49 # define sleep(foo) _sleep(foo) macro
53 #define sleep(foo) _sleep(foo) macro
55 #define sleep(foo) (void)(foo) macro
/dports/net/jgroups/jgroups-2.12.0/tests/other/org/jgroups/tests/
H A DDatagramTest.java19 …ivate void start(boolean sender, InetAddress host, int port, int num_packets, int size, long sleep, in start()
50 …private void sendPackets(int num_packets, int size, InetAddress host, int port, long sleep) throws… in sendPackets()
72 long sleep=0; in main() local
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dsleep.c29 #define sleep ______sleep macro
39 # define sleep _ast_sleep macro
136 unsigned int sleep(unsigned int sec) in sleep() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dsleep.c29 #define sleep ______sleep macro
39 # define sleep _ast_sleep macro
136 unsigned int sleep(unsigned int sec) in sleep() function
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Dlocking.py22 def __init__(self, timeout=None, sleep=None): argument
54 def sleep(self): member in TimeoutTimer
104 def __init__(self, path, timeout=None, sleep=None, id=None, kill_stale_locks=False): argument
122 def acquire(self, timeout=None, sleep=None): argument
329 …def __init__(self, path, exclusive=False, sleep=None, timeout=None, id=None, kill_stale_locks=Fals… argument
351 def acquire(self, exclusive=None, remove=None, sleep=None): argument
366 def _wait_for_readers_finishing(self, remove, sleep): argument
/dports/deskutils/py-todoman/todoman-4.1.0/tests/
H A Dconftest.py40 def runner(config, sleep): argument
110 def sleep(tmpdir_factory): function
152 def todos(default_database, sleep): argument
/dports/emulators/tme/tme-0.8/ic/stp22xx/
H A Dstp222x-timer.c65 struct timeval *sleep) in _tme_stp222x_timer_update()
154 struct timeval sleep; in _tme_stp222x_timer_th() local
215 struct timeval sleep; in _tme_stp222x_timer_count() local
/dports/net/cloud-init/cloud-init-21.4/cloudinit/
H A Dwarnings.py71 def _load_warn_cfg(cfg, name, mode=True, sleep=None): argument
103 def show_warning(name, cfg=None, sleep=None, mode=True, **kwargs): argument
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/mount/fuse/
H A Dlock_conversion.h57 inline uint32_t posixOpConv(int op, bool sleep) { in posixOpConv()
95 inline FlockWrapper convertPLock(struct flock& fl, bool sleep) { in convertPLock()
/dports/multimedia/streamlink/streamlink-2.1.2/tests/streams/
H A Dtest_dash.py284 def test_dynamic_reload(self, mpdClass, sleep): argument
318 def test_static(self, sleep): argument
347 def test_static_refresh_wait(self, sleep, time): argument
381 def test_duplicate_rep_id(self, sleep): argument
/dports/devel/etl/synfig-1.2.2/ETL/ETL/
H A D_clock_base.h35 inline void sleep(int i) { Sleep(i*1000); } in sleep() function
91 sleep(const value_type &length) in sleep() function
/dports/graphics/synfig/synfig-1.2.2/ETL/ETL/
H A D_clock_base.h35 inline void sleep(int i) { Sleep(i*1000); } in sleep() function
91 sleep(const value_type &length) in sleep() function
/dports/graphics/synfigstudio/synfig-1.2.2/ETL/ETL/
H A D_clock_base.h35 inline void sleep(int i) { Sleep(i*1000); } in sleep() function
91 sleep(const value_type &length) in sleep() function
/dports/net/py-saltyrtc.server/saltyrtc.server-5.0.1/tests/
H A Dtest_server.py36 self, mocker, log_ignore_filter, log_handler, sleep, server, client_factory, argument
67 self, mocker, log_ignore_filter, log_handler, sleep, server, client_factory argument
109 self, mocker, log_handler, sleep, server, client_factory argument
161 self, mocker, event_loop, log_handler, sleep, server, client_factory argument
204 self, mocker, event_loop, log_handler, sleep, ws_client_factory, argument
261 self, mocker, sleep, log_handler, ws_client_factory, server, client_factory argument
302 self, event_loop, sleep, log_handler, initiator_key, server, client_factory argument
367 self, mocker, event_loop, sleep, log_ignore_filter, log_handler, argument
454 self, mocker, event_loop, sleep, log_ignore_filter, log_handler, argument
664 self, mocker, event_loop, sleep, pack_nonce, cookie_factory, server, argument
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dbwlimit.c35 void bwlimit::push_sample(int64_t t, int64_t bytes, int64_t sleep) in push_sample()
63 void bwlimit::get_total(int64_t *t, int64_t *bytes, int64_t *sleep) in get_total()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dbwlimit.c35 void bwlimit::push_sample(int64_t t, int64_t bytes, int64_t sleep) in push_sample()
63 void bwlimit::get_total(int64_t *t, int64_t *bytes, int64_t *sleep) in get_total()
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-core-2.7.10/src/Test/Hspec/Core/
H A DClock.hs35 sleep = threadDelay . toMicroseconds function
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dbwlimit.c35 void bwlimit::push_sample(int64_t t, int64_t bytes, int64_t sleep) in push_sample()
63 void bwlimit::get_total(int64_t *t, int64_t *bytes, int64_t *sleep) in get_total()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dbwlimit.c35 void bwlimit::push_sample(int64_t t, int64_t bytes, int64_t sleep) in push_sample()
63 void bwlimit::get_total(int64_t *t, int64_t *bytes, int64_t *sleep) in get_total()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/lib/
H A Dbwlimit.c35 void bwlimit::push_sample(int64_t t, int64_t bytes, int64_t sleep) in push_sample()
63 void bwlimit::get_total(int64_t *t, int64_t *bytes, int64_t *sleep) in get_total()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dbwlimit.c35 void bwlimit::push_sample(int64_t t, int64_t bytes, int64_t sleep) in push_sample()
63 void bwlimit::get_total(int64_t *t, int64_t *bytes, int64_t *sleep) in get_total()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/lib/
H A Dbwlimit.c35 void bwlimit::push_sample(int64_t t, int64_t bytes, int64_t sleep) in push_sample()
63 void bwlimit::get_total(int64_t *t, int64_t *bytes, int64_t *sleep) in get_total()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dbwlimit.c35 void bwlimit::push_sample(int64_t t, int64_t bytes, int64_t sleep) in push_sample()
63 void bwlimit::get_total(int64_t *t, int64_t *bytes, int64_t *sleep) in get_total()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/ObjectInstance/
H A DMBeanInfoFailTest.java48 public void setDormant(boolean sleep); in setDormant()
53 private boolean sleep=true; field in MBeanInfoFailTest.ThornyDevil
60 public void setDormant(boolean sleep) { in setDormant()

12345678910>>...262