Home
last modified time | relevance | path

Searched defs:sleeper (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/vendor/github.com/googleapis/gax-go/
Dinvoke.go64 type sleeper func(ctx context.Context, d time.Duration) error type
67 func invoke(ctx context.Context, call APICall, settings CallSettings, sp sleeper) error {
/external/compiler-rt/test/tsan/
Dfork_multithreaded.cc8 static void *sleeper(void *p) { in sleeper() function
/external/elfutils/tests/
Ddwfl-proc-attach.c48 sleeper (void* d __attribute__ ((unused))) in sleeper() function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py1101 def sleeper(): function
1191 def sleeper(dt, x): function
1351 def sleeper(dt, arg): function
1507 def sleeper(): function
/external/webrtc/webrtc/base/
Dsocket_unittest.cc664 Sleeper sleeper; in SocketServerWaitInternal() local