Home
last modified time | relevance | path

Searched refs:ThreadWait (Results 1 – 25 of 48) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdStartWithSettings.java99 ThreadWait threadWait = new ThreadWait(); in testManySettingFiles()
161 static class ThreadWait extends Thread { class in TestJcmdStartWithSettings
163 public ThreadWait() { in ThreadWait() method in TestJcmdStartWithSettings.ThreadWait
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdStartWithSettings.java99 ThreadWait threadWait = new ThreadWait(); in testManySettingFiles()
161 static class ThreadWait extends Thread { class in TestJcmdStartWithSettings
163 public ThreadWait() { in ThreadWait() method in TestJcmdStartWithSettings.ThreadWait
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdStartWithSettings.java99 ThreadWait threadWait = new ThreadWait(); in testManySettingFiles()
161 static class ThreadWait extends Thread { class in TestJcmdStartWithSettings
163 public ThreadWait() { in ThreadWait() method in TestJcmdStartWithSettings.ThreadWait
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdStartWithSettings.java99 ThreadWait threadWait = new ThreadWait(); in testManySettingFiles()
161 static class ThreadWait extends Thread { class in TestJcmdStartWithSettings
163 public ThreadWait() { in ThreadWait() method in TestJcmdStartWithSettings.ThreadWait
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdStartWithSettings.java99 ThreadWait threadWait = new ThreadWait(); in testManySettingFiles()
161 static class ThreadWait extends Thread { class in TestJcmdStartWithSettings
163 public ThreadWait() { in ThreadWait() method in TestJcmdStartWithSettings.ThreadWait
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdStartWithSettings.java99 ThreadWait threadWait = new ThreadWait(); in testManySettingFiles()
161 static class ThreadWait extends Thread { class in TestJcmdStartWithSettings
163 public ThreadWait() { in ThreadWait() method in TestJcmdStartWithSettings.ThreadWait
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdStartWithSettings.java99 ThreadWait threadWait = new ThreadWait(); in testManySettingFiles()
161 static class ThreadWait extends Thread { class in TestJcmdStartWithSettings
163 public ThreadWait() { in ThreadWait() method in TestJcmdStartWithSettings.ThreadWait
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/jcmd/
H A DTestJcmdStartWithSettings.java97 ThreadWait threadWait = new ThreadWait(); in testManySettingFiles()
159 static class ThreadWait extends Thread { class in TestJcmdStartWithSettings
161 public ThreadWait() { in ThreadWait() method in TestJcmdStartWithSettings.ThreadWait
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/jcmd/
H A DTestJcmdStartWithSettings.java99 ThreadWait threadWait = new ThreadWait(); in testManySettingFiles()
161 static class ThreadWait extends Thread { class in TestJcmdStartWithSettings
163 public ThreadWait() { in ThreadWait() method in TestJcmdStartWithSettings.ThreadWait
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/jcmd/
H A DTestJcmdStartWithSettings.java99 ThreadWait threadWait = new ThreadWait(); in testManySettingFiles()
161 static class ThreadWait extends Thread { class in TestJcmdStartWithSettings
163 public ThreadWait() { in ThreadWait() method in TestJcmdStartWithSettings.ThreadWait
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dthreaded_deque.c183 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeft()
235 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRight()
288 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeftN()
347 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRightN()
484 int res = ThreadWait(deque->cond_empty, deque->lock, timeout); in ThreadedDequeWaitEmpty()
H A Dmutex.h34 #define ThreadWait(m, n, t) __ThreadWait(m, n, t, __func__, __FILE__, __LINE__) macro
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dthreaded_deque.c183 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeft()
235 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRight()
288 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeftN()
347 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRightN()
484 int res = ThreadWait(deque->cond_empty, deque->lock, timeout); in ThreadedDequeWaitEmpty()
H A Dmutex.h34 #define ThreadWait(m, n, t) __ThreadWait(m, n, t, __func__, __FILE__, __LINE__) macro
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dthreaded_deque.c183 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeft()
235 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRight()
288 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeftN()
347 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRightN()
484 int res = ThreadWait(deque->cond_empty, deque->lock, timeout); in ThreadedDequeWaitEmpty()
H A Dmutex.h34 #define ThreadWait(m, n, t) __ThreadWait(m, n, t, __func__, __FILE__, __LINE__) macro
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dthreaded_deque.c183 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeft()
235 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRight()
288 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeftN()
347 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRightN()
484 int res = ThreadWait(deque->cond_empty, deque->lock, timeout); in ThreadedDequeWaitEmpty()
H A Dmutex.h34 #define ThreadWait(m, n, t) __ThreadWait(m, n, t, __func__, __FILE__, __LINE__) macro
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dthreaded_deque.c183 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeft()
235 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRight()
288 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeftN()
347 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRightN()
484 int res = ThreadWait(deque->cond_empty, deque->lock, timeout); in ThreadedDequeWaitEmpty()
H A Dmutex.h34 #define ThreadWait(m, n, t) __ThreadWait(m, n, t, __func__, __FILE__, __LINE__) macro
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dthreaded_deque.c183 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeft()
235 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRight()
288 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopLeftN()
347 res = ThreadWait(deque->cond_non_empty, deque->lock, timeout); in ThreadedDequePopRightN()
484 int res = ThreadWait(deque->cond_empty, deque->lock, timeout); in ThreadedDequeWaitEmpty()
H A Dmutex.h34 #define ThreadWait(m, n, t) __ThreadWait(m, n, t, __func__, __FILE__, __LINE__) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/core/inc/
H A Dwels_decoder_thread.h125 int ThreadWait (SWelsDecThread* t);
161 ThreadWait(ph)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/decoder/core/inc/
H A Dwels_decoder_thread.h125 int ThreadWait (SWelsDecThread* t);
161 ThreadWait(ph)
/dports/multimedia/openh264/openh264-2.1.1/codec/decoder/core/inc/
H A Dwels_decoder_thread.h125 int ThreadWait (SWelsDecThread* t);
161 ThreadWait(ph)

12