Home
last modified time | relevance | path

Searched refs:_cond (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtevents.cpp78 static SDL_cond * _cond = nullptr; variable
88 SDL_CondSignal(_cond); in WINRT_YieldXAMLThread()
92 SDL_CondWait(_cond, _mutex); in WINRT_YieldXAMLThread()
113 _cond = SDL_CreateCond(); in WINRT_CycleXAMLThread()
121 SDL_CondWait(_cond, _mutex); in WINRT_CycleXAMLThread()
141 SDL_CondSignal(_cond); in WINRT_CycleXAMLThread()
145 SDL_CondWait(_cond, _mutex); in WINRT_CycleXAMLThread()
/third_party/python/Lib/
Dthreading.py418 self._cond = Condition(Lock())
449 with self._cond:
460 self._cond.wait(timeout)
477 with self._cond:
480 self._cond.notify()
519 with self._cond:
524 self._cond.notify()
539 self._cond = Condition(Lock())
544 self._cond._at_fork_reinit()
568 with self._cond:
[all …]
/third_party/python/Lib/multiprocessing/
Dsynchronize.py324 self._cond = ctx.Condition(ctx.Lock())
328 with self._cond:
335 with self._cond:
338 self._cond.notify_all()
341 with self._cond:
345 with self._cond:
349 self._cond.wait(timeout)
373 self._cond, self._wrapper) = state
378 self._cond, self._wrapper)
Dqueues.py300 self._cond = ctx.Condition()
303 return Queue.__getstate__(self) + (self._cond, self._unfinished_tasks)
307 self._cond, self._unfinished_tasks = state[-2:]
315 with self._notempty, self._cond:
323 with self._cond:
327 self._cond.notify_all()
330 with self._cond:
332 self._cond.wait()
Dpool.py838 self._cond = threading.Condition(threading.Lock())
851 with self._cond:
858 self._cond.wait(timeout)
875 with self._cond:
883 self._cond.notify()
892 with self._cond:
895 self._cond.notify()
906 with self._cond:
909 self._cond.notify()
/third_party/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c63 #define CHECK(_cond) \ argument
64 if (!(_cond)) { \
65 fprintf(stderr, "%s:%u: `%s` failed\n", __FILE__, __LINE__, #_cond); \
/third_party/python/Lib/test/
Dtest_sched.py15 self._cond = threading.Condition()
20 with self._cond:
26 with self._cond:
30 self._cond.wait()
36 with self._cond:
38 self._cond.notify_all()
Dlock_tests.py452 with evt._cond:
453 self.assertFalse(evt._cond.acquire(False))
455 with evt._cond:
456 self.assertFalse(evt._cond.acquire(False))
/third_party/openssl/crypto/bio/
Dbio_addr.c434 # define _cond bai->bai_family != AF_UNIX in BIO_ADDRINFO_free() macro
436 # define _cond 1 in BIO_ADDRINFO_free() macro
438 if (_cond) { in BIO_ADDRINFO_free()
/third_party/mbedtls/tests/scripts/
Dgenerate_test_code.py741 _cond = dependency.group(2) if dependency.group(2) else ''
755 _cond=_cond, _value=_value)
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb.hh421 #define ASSERT_STATIC_EXPR_ZERO(_cond) (0 * (unsigned int) sizeof (hb_assert_constant_t<_cond>)) argument
/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.h107 pseudo_t _cond; member