Home
last modified time | relevance | path

Searched refs:threadDone (Results 1 – 25 of 79) sorted by relevance

1234

/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/abyss/src/
H A Dthread_fork.c33 TThreadDoneFn * threadDone; member
129 if (threadP->threadDone) in ThreadHandleSigchld()
130 threadP->threadDone(threadP->userHandle); in ThreadHandleSigchld()
144 if (threadP->threadDone) in ThreadUpdateStatus()
145 threadP->threadDone(threadP->userHandle); in ThreadUpdateStatus()
158 TThreadDoneFn * const threadDone, in ThreadCreate() argument
174 threadP->threadDone = threadDone; in ThreadCreate()
247 threadP->threadDone(threadP->userHandle); in ThreadWaitAndRelease()
H A Dthread_windows.c33 TThreadDoneFn * threadDone; member
51 threadP->threadDone(threadP->userHandle); in threadRun()
62 TThreadDoneFn * const threadDone, in ThreadCreate() argument
79 threadP->threadDone = threadDone; in ThreadCreate()
137 threadP->threadDone(threadP->userHandle); in ThreadExit()
H A Dthread_pthread.c24 TThreadDoneFn * threadDone; member
57 pthread_cleanup_push(threadP->threadDone, threadP->userHandle); in execute()
73 TThreadDoneFn * const threadDone, in ThreadCreate() argument
98 threadP->threadDone = threadDone; in ThreadCreate()
H A Dconn.c79 static TThreadDoneFn threadDone; variable
82 threadDone(void * const userHandle) { in threadDone() function
107 &connJob, &threadDone, useSigchld, in makeThread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/abyss/src/
H A Dthread_fork.c33 TThreadDoneFn * threadDone; member
129 if (threadP->threadDone) in ThreadHandleSigchld()
130 threadP->threadDone(threadP->userHandle); in ThreadHandleSigchld()
144 if (threadP->threadDone) in ThreadUpdateStatus()
145 threadP->threadDone(threadP->userHandle); in ThreadUpdateStatus()
158 TThreadDoneFn * const threadDone, in ThreadCreate() argument
174 threadP->threadDone = threadDone; in ThreadCreate()
246 threadP->threadDone(threadP->userHandle); in ThreadWaitAndRelease()
H A Dthread_windows.c32 TThreadDoneFn * threadDone; member
50 threadP->threadDone(threadP->userHandle); in threadRun()
61 TThreadDoneFn * const threadDone, in ThreadCreate() argument
78 threadP->threadDone = threadDone; in ThreadCreate()
136 threadP->threadDone(threadP->userHandle); in ThreadExit()
H A Dthread_pthread.c24 TThreadDoneFn * threadDone; member
47 pthread_cleanup_push(threadP->threadDone, threadP->userHandle); in pthreadStart()
56 threadP->threadDone(threadP->userHandle); in pthreadStart()
68 TThreadDoneFn * const threadDone, in ThreadCreate() argument
93 threadP->threadDone = threadDone; in ThreadCreate()
H A Dconn.c78 static TThreadDoneFn threadDone; variable
81 threadDone(void * const userHandle) { in threadDone() function
106 &connJob, &threadDone, useSigchld, in makeThread()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/
H A DRemotingThreadPool.cs46 AutoResetEvent threadDone = new AutoResetEvent (false); field in System.Runtime.Remoting.Channels.RemotingThreadPool
72 threadDone.Set (); in Free()
104 threadDone.WaitOne (PoolGrowDelay, false); in RunThread()
142 threadDone.Set (); in PoolThread()
149 if (freeThreads == 0) threadDone.Reset (); in PoolThread()
/dports/graphics/glfw2/glfw-2.7.9/examples/
H A Dmtbench.c60 GLFWcond threadDone; variable
146 glfwSignalCond( threadDone ); in threadAfun()
175 glfwSignalCond( threadDone ); in threadBfun()
225 threadDone = glfwCreateCond(); in main()
247 glfwWaitCond( threadDone, doneMutex, GLFW_INFINITY ); in main()
267 glfwDestroyCond( threadDone ); in main()
/dports/graphics/glfw2/glfw-2.7.9/support/d/examples/
H A Dmtbench.d58 GLFWcond threadDone; variable
165 threadDone = glfwCreateCond(); in main()
187 glfwWaitCond( threadDone, doneMutex, GLFW_INFINITY ); in main()
207 glfwDestroyCond( threadDone ); in main()
274 glfwSignalCond( threadDone ); in threadAfun()
303 glfwSignalCond( threadDone ); in threadBfun()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dthreadlocal-test.c++51 bool threadDone = false; in TEST() local
59 threadDone = true; in TEST()
61 EXPECT_TRUE(threadDone); in TEST()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dthreadlocal-test.c++51 bool threadDone = false; in TEST() local
59 threadDone = true; in TEST()
61 EXPECT_TRUE(threadDone); in TEST()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qreadwritelock/
H A Dtst_qreadwritelock.cpp438 bool threadDone; variable
455 threadDone=true; in run()
473 threadDone=true; in run()
675 threadDone=false; in readLockBlockRelease()
681 QVERIFY(threadDone); in readLockBlockRelease()
692 threadDone=false; in writeLockBlockRelease()
698 QVERIFY(threadDone); in writeLockBlockRelease()
709 threadDone=false; in multipleReadersBlockRelease()
722 QVERIFY(threadDone); in multipleReadersBlockRelease()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/
H A DMultithreadedTestUtil.java150 public synchronized void threadDone(TestingThread t) { in threadDone() method in MultithreadedTestUtil.TestContext
193 ctx.threadDone(this); in run()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/gui/
H A Dthreadhandler.cpp137 this, &ThreadHandler::threadDone); in setThreadCount()
149 this, &ThreadHandler::threadDone); in removeThreads()
159 void ThreadHandler::threadDone() in threadDone() function in ThreadHandler
/dports/devel/cppcheck/cppcheck-2.6.3/gui/
H A Dthreadhandler.cpp137 this, &ThreadHandler::threadDone); in setThreadCount()
149 this, &ThreadHandler::threadDone); in removeThreads()
159 void ThreadHandler::threadDone() in threadDone() function in ThreadHandler
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.ThreadPool/tests/
H A DThreadPoolTests.cs234 var threadDone = new AutoResetEvent(false); in QueueRegisterPositiveAndFlowTest()
248 Assert.True(toUnregister.Unregister(threadDone)); in QueueRegisterPositiveAndFlowTest()
261 threadDone.Set(); in QueueRegisterPositiveAndFlowTest()
272 threadDone.CheckedWait(); in QueueRegisterPositiveAndFlowTest()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DMultithreadedTestUtil.java88 public synchronized void threadDone() { in threadDone() method in MultithreadedTestUtil.TestContext
127 ctx.threadDone(); in run()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-mingw/test/
H A Dtestatomic.c117 static SDL_sem *threadDone; variable
129 SDL_SemPost(threadDone); in adder()
141 threadDone = SDL_CreateSemaphore(0); in runAdder()
149 SDL_SemWait(threadDone); in runAdder()
151 SDL_DestroySemaphore(threadDone); in runAdder()
/dports/devel/sdl20/SDL2-2.0.18/test/
H A Dtestatomic.c117 static SDL_sem *threadDone; variable
129 SDL_SemPost(threadDone); in adder()
141 threadDone = SDL_CreateSemaphore(0); in runAdder()
149 SDL_SemWait(threadDone); in runAdder()
151 SDL_DestroySemaphore(threadDone); in runAdder()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/test/
H A Dtestatomic.c114 static SDL_sem *threadDone; variable
126 SDL_SemPost(threadDone); in adder()
138 threadDone = SDL_CreateSemaphore(0); in runAdder()
146 SDL_SemWait(threadDone); in runAdder()
148 SDL_DestroySemaphore(threadDone); in runAdder()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/test/
H A Dtestatomic.c114 static SDL_sem *threadDone; variable
126 SDL_SemPost(threadDone); in adder()
138 threadDone = SDL_CreateSemaphore(0); in runAdder()
146 SDL_SemWait(threadDone); in runAdder()
148 SDL_DestroySemaphore(threadDone); in runAdder()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDL2/test/
H A Dtestatomic.c117 static SDL_sem *threadDone; variable
129 SDL_SemPost(threadDone); in adder()
141 threadDone = SDL_CreateSemaphore(0); in runAdder()
149 SDL_SemWait(threadDone); in runAdder()
151 SDL_DestroySemaphore(threadDone); in runAdder()
/dports/x11/controllermap/SDL2-2.0.18/test/
H A Dtestatomic.c117 static SDL_sem *threadDone; variable
129 SDL_SemPost(threadDone); in adder()
141 threadDone = SDL_CreateSemaphore(0); in runAdder()
149 SDL_SemWait(threadDone); in runAdder()
151 SDL_DestroySemaphore(threadDone); in runAdder()

1234