gstreamer/libs/gst/check
Seungha Yang 95c8d8e4b5 check: Use g_thread_yield instead of g_usleep(1)
Since the commit
01c02ac08b,
g_usleep(1) will be translated to Sleep(1) on Windows which means
sleep in 1 millisecond. But GLib provides g_thread_yield() API
which is exactly what we required here for thread context switching.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/644>
2020-09-24 22:28:12 +00:00
..
libcheck Run gst-indent through the files 2018-11-28 05:58:53 +02:00
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
check-prelude.h libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
check.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstbufferstraw.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstbufferstraw.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstcheck.c check: suppress some g-i warnings 2019-03-23 18:17:43 +00:00
gstcheck.h check: Use g_thread_yield instead of g_usleep(1) 2020-09-24 22:28:12 +00:00
gstconsistencychecker.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstconsistencychecker.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstharness.c misc: Fix various compiler warnings on MinGW 2019-02-05 18:45:54 +05:30
gstharness.h harness: Add API for proposing meta APIs from the allocation query 2018-10-28 17:05:27 +00:00
gsttestclock.c harness: improve _wait_for_clock_id_waits performance 2018-11-06 11:46:06 +01:00
gsttestclock.h harness: improve _wait_for_clock_id_waits performance 2018-11-06 11:46:06 +01:00
Makefile.am harness: Add API for proposing meta APIs from the allocation query 2018-10-28 17:05:27 +00:00
meson.build meson: fix warning about configure_file() install kwarg 2019-08-15 14:16:51 +01:00