Home
last modified time | relevance | path

Searched refs:fThread (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXProcessAction.java401 fThread = thread; in execute()
536 fThread.popAction(); in execute()
570 fThread.popAction(); in execute()
616 fThread.popAction(); in execute()
672 fThread.popAction(); in execute()
944 fThread.schedule(); in timedEventOccurred()
1209 fThread.schedule(); in requestComplete()
1297 fThread.schedule(); in processComplete()
1397 fThread.setSignalMsgVar( in getResultList()
2046 fThread.popAction(); in generateProcessStartRequest()
[all …]
H A DSTAXTimerAction.java80 if (fThread != null) in getInfo()
90 "Error", fThread, in getInfo()
107 ";Thread:" + fThread + in getDetails()
118 fThread = thread; in execute()
155 fThread.popAction(); in execute()
178 fThread.setSignalMsgVar( in execute()
189 fThread.popAction(); in execute()
225 fThread.popAction(); in execute()
232 fThread.popAction(); in execute()
284 fThread.schedule(); in timedEventOccurred()
[all …]
H A DSTAXImportAction.java232 fThread = thread; in execute()
287 fThread.popAction(); in execute()
300 fThread.setSignalMsgVar( in execute()
827 fThread.popAction(); in execute()
835 fThread.popAction(); in execute()
839 fThread.setSignalMsgVar( in execute()
866 fThread.popAction(); in execute()
870 fThread.setSignalMsgVar( in execute()
937 fThread.popAction(); in execute()
1077 "Error", fThread, in createErrorList()
[all …]
H A DSTAXSTAFCommandAction.java261 fThread = thread; in execute()
292 fThread.popAction(); in execute()
302 fThread.setSignalMsgVar( in execute()
327 fThread.popAction(); in execute()
340 fThread.setSignalMsgVar( in execute()
407 fThread.popAction(); in execute()
516 fThread.getJob().generateEvent( in requestComplete()
532 fThread.pyExec( in requestComplete()
542 fThread.setSignalMsgVar( in requestComplete()
550 fThread.schedule(); in requestComplete()
[all …]
H A DSTAXMessageAction.java99 fThread = thread; in execute()
105 fIf = fThread.pyBoolEval(fUnevalIf); in execute()
109 fThread.popAction(); in execute()
124 fThread.popAction(); in execute()
128 fThread.setSignalMsgVar( in execute()
143 fThread.getJob().generateEvent( in execute()
158 result = fThread.getJob().log( in execute()
165 fThread.popAction(); in execute()
180 fThread.setSignalMsgVar( in execute()
189 fThread.popAction(); in execute()
[all …]
H A DSTAXBreakpointAction.java83 fThread = thread; in execute()
171 fThread.popAction(); in execute()
179 fThread.setBreakpointCondition(false); in resumeBreakpoint()
180 fThread.setStepOverCondition(false); in resumeBreakpoint()
184 fThread.schedule(); in resumeBreakpoint()
191 fThread.setBreakpointCondition(true); in stepIntoBreakpoint()
192 fThread.setStepOverCondition(false); in stepIntoBreakpoint()
196 fThread.schedule(); in stepIntoBreakpoint()
203 fThread.setStepOverCondition(true); in stepOverBreakpoint()
208 fThread.schedule(); in stepOverBreakpoint()
[all …]
H A DSTAXJobAction.java583 fThread = thread; in execute()
1119 fThread.popAction(); in execute()
1208 fThread.popAction(); in execute()
1379 "Debug", fThread, in execute()
1385 fThread.popAction(); in execute()
1415 "Debug", fThread, in execute()
1418 fThread.popAction(); in execute()
1424 "Debug", fThread, in execute()
1621 "Debug", fThread, in jobComplete()
1656 fThread.schedule(); in jobComplete()
[all …]
H A DSTAXTestcaseAction.java84 fThread = thread; in execute()
102 fThread.popAction(); in execute()
107 fThread.setSignalMsgVar( in execute()
272 fThread.getJob().log( in exitTestcase()
280 theTest.stop(fThread.getJob(), fStartTimestamp); in exitTestcase()
282 if (fThread.pyBoolEval( in exitTestcase()
286 fThread.getJob().log(STAXJob.JOB_LOG, "error", in exitTestcase()
292 fThread.pyExec("STAXTestcaseStack.pop()"); in exitTestcase()
294 fThread.pyExec("STAXCurrentTestcase = " + in exitTestcase()
302 fThread.getJob().log(STAXJob.JOB_LOG, "error", in exitTestcase()
[all …]
H A DSTAXLogAction.java110 fThread = thread; in execute()
120 fThread.popAction(); in execute()
135 fThread.popAction(); in execute()
139 fThread.setSignalMsgVar( in execute()
142 fThread.raiseSignal("STAXPythonEvaluationError"); in execute()
156 fThread.getJob().generateEvent( in execute()
175 fThread.popAction(); in execute()
200 fThread.setSignalMsgVar( in execute()
203 fThread.raiseSignal("STAXLogError"); in execute()
208 fThread.popAction(); in execute()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/
H A DThreadReferenceTest.java37 private ThreadReference fThread; field in ThreadReferenceTest
50 fThread = getThread(); in localSetUp()
84 StackFrame frame = fThread.frame(0); in testJDIFrame()
95 int count = fThread.frameCount(); in testJDIFrameCount()
107 frames = fThread.frames(); in testJDIFrames()
118 fThread.interrupt(); in testJDIInterrupt()
131 assertTrue("1", fThread.isSuspended()); in testJDIIsSuspended()
156 int status = fThread.status(); in testJDIStatus()
223 fThread.resume(); in testJDISuspendResume()
225 fThread.suspend(); in testJDISuspendResume()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/reconciler/
H A DAbstractReconciler.java238 if (fThread.isActive() || !fThread.isDirty() && fThread.isAlive()) { in documentChanged()
248 if (fThread.isActive() || fThread.isDirty() && fThread.isAlive()) in documentChanged()
254 fThread.reset(); in documentChanged()
273 fThread.reset(); in inputDocumentAboutToBeChanged()
294 if (!fThread.isDirty()) in inputDocumentChanged()
451 if (fThread != null) in install()
488 fThread= null; in uninstall()
544 if (!fThread.isDirty()&& fThread.isAlive()) in forceReconciling()
564 if (fThread == null) in startReconciling()
569 fThread.start(); in startReconciling()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.examples.memory/src/org/eclipse/debug/examples/internal/memory/core/
H A DSampleStackFrame.java32 private SampleThread fThread; field in SampleStackFrame
45 fThread = thread; in SampleStackFrame()
52 return fThread; in getThread()
131 return fThread.canStepOver(); in canStepOver()
151 fThread.stepOver(); in stepOver()
161 return fThread.canResume(); in canResume()
166 return fThread.canSuspend(); in canSuspend()
171 return fThread.isSuspended(); in isSuspended()
176 fThread.resume(); in resume()
182 fThread.suspend(); in suspend()
[all …]
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/windows/
H A DJackWinThread.cpp61 fThread = (HANDLE)NULL; in JackWinThread()
68 CloseHandle(fThread); in ~JackWinThread()
130 TerminateThread(fThread, 0); in Kill()
132 CloseHandle(fThread); in Kill()
134 fThread = (HANDLE)NULL; in Kill()
148 CloseHandle(fThread); in Stop()
149 fThread = (HANDLE)NULL; in Stop()
181 return (fThread != (HANDLE)NULL) ? AcquireRealTimeImp(fThread, fPriority) : -1; in AcquireRealTime()
221 return (fThread != (HANDLE)NULL) ? DropRealTimeImp(fThread) : -1; in DropRealTime()
244 return fThread; in GetThreadID()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/
H A DXDebugStackFrame.java28 private XDebugThread fThread; field in XDebugStackFrame
49 fThread = thread; in XDebugStackFrame()
69 return fThread; in getThread()
189 return fThread.isStepping(); in isStepping()
196 fThread.stepInto(); in stepInto()
203 fThread.stepOver(); in stepOver()
210 fThread.stepReturn(); in stepReturn()
217 return fThread.canResume(); in canResume()
238 fThread.resume(); in resume()
245 fThread.suspend(); in suspend()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/osclib/faust/src/threads/
H A Dwinthreads_impl.cpp39 TThreads::TThreads () : fThread(0) {} in TThreads()
44 if (!SetThreadPriority (fThread, priority)) in SetPriority()
53 fThread = CreateThread(NULL, 0, baseThreadProc, this, 0, &id); in start()
54 if (fThread) { in start()
64 if (fThread) { in quit()
65 WaitForSingleObject (fThread, 1000); in quit()
66 CloseHandle (fThread); in quit()
67 fThread = 0; in quit()
H A Dpthreads_impl.cpp47 TThreads::TThreads () : fRunning(false), fThread(0) {} in TThreads()
52 if (fThread) { in SetPriority()
56 if (!pthread_setschedparam (fThread, SCHED_OTHER, &param)) in SetPriority()
65 int ret = pthread_create(&fThread, NULL, baseThreadProc, this); in start()
77 if (fThread) { in quit()
79 pthread_cancel (fThread); in quit()
80 pthread_join (fThread, &threadRet); in quit()
81 fThread = 0; in quit()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/tests/
H A DtestSem.cpp40 JackThread* fThread; member
49 fThread->SetParams(0, 500*1000, 500*1000); in ServerThread()
50 fThread->Start(); in ServerThread()
56 fThread->Kill(); in ~ServerThread()
57 delete fThread; in ~ServerThread()
74 JackThread* fThread; member
83 fThread->SetParams(0, 500*1000, 500*1000); in ClientThread()
84 fThread->Start(); in ClientThread()
90 fThread->Kill(); in ~ClientThread()
91 delete fThread; in ~ClientThread()
H A DtestMutex.cpp137 JackMachThread* fThread; member
144 fThread = new JackMachThread(this); in TestThread()
147 fThread->StartSync(); in TestThread()
152 printf("DELETE %px\n", fThread); in ~TestThread()
153 fThread->Kill(); in ~TestThread()
154 delete fThread; in ~TestThread()
203 pthread_t fThread; member
209 if (jack_client_create_thread(NULL, &fThread, 0, 0, TestThread1_Execute, this)) in TestThread1()
294 th1.fThread->Kill(); in main()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/android/
H A DJackAndroidThread.cpp80 if (StartImp(&fThread, fPriority, fRealTime, ThreadHandler, this) < 0) { in Start()
92 if (StartImp(&fThread, fPriority, fRealTime, ThreadHandler, this) < 0) { in StartSync()
169 pthread_kill(fThread, SIGUSR1); in Kill()
170 pthread_join(fThread, &status); in Kill()
172 fThread = (jack_native_thread_t)NULL; in Kill()
185 pthread_join(fThread, &status); in Stop()
186 fThread = (jack_native_thread_t)NULL; in Stop()
220 return (fThread != (jack_native_thread_t)NULL) ? AcquireRealTimeImp(fThread, fPriority) : -1; in AcquireRealTime()
267 return (fThread != (jack_native_thread_t)NULL) ? DropRealTimeImp(fThread) : -1; in DropRealTime()
291 return fThread; in GetThreadID()
[all …]
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/posix/
H A DJackPosixThread.cpp76 if (StartImp(&fThread, fPriority, fRealTime, ThreadHandler, this) < 0) { in Start()
88 if (StartImp(&fThread, fPriority, fRealTime, ThreadHandler, this) < 0) { in StartSync()
165 pthread_cancel(fThread); in Kill()
166 pthread_join(fThread, &status); in Kill()
168 fThread = (jack_native_thread_t)NULL; in Kill()
181 pthread_join(fThread, &status); in Stop()
182 fThread = (jack_native_thread_t)NULL; in Stop()
216 return (fThread != (jack_native_thread_t)NULL) ? AcquireRealTimeImp(fThread, fPriority) : -1; in AcquireRealTime()
261 return (fThread != (jack_native_thread_t)NULL) ? DropRealTimeImp(fThread) : -1; in DropRealTime()
285 return fThread; in GetThreadID()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/
H A DInputStreamMonitor.java44 private Thread fThread; field in InputStreamMonitor
114 if (fThread == null) { in startMonitoring()
115 fThread = new Thread((Runnable) this::write, DebugCoreMessages.InputStreamMonitor_label); in startMonitoring()
116 fThread.setDaemon(true); in startMonitoring()
117 fThread.start(); in startMonitoring()
126 if (fThread != null) { in close()
127 Thread thread= fThread; in close()
128 fThread= null; in close()
137 while (fThread != null) { in write()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/
H A DJavaOwningThread.java34 private JavaMonitorThread fThread; field in JavaOwningThread
51 fThread= thread; in JavaOwningThread()
60 return fThread; in getThread()
72 JavaMonitor contendedMonitor= fThread.getContendedMonitor0(); in getContendedMonitor()
90 return fThread.getModelIdentifier(); in getModelIdentifier()
98 return fThread.getDebugTarget(); in getDebugTarget()
106 return fThread.getLaunch(); in getLaunch()
113 return fThread.isSuspended(); in isSuspended()
H A DJavaWaitingThread.java34 private JavaMonitorThread fThread; field in JavaWaitingThread
46 fThread= thread; in JavaWaitingThread()
52 return fThread; in getThread()
60 JavaMonitor[] ownedMonitors= fThread.getOwnedMonitors0(); in getOwnedMonitors()
89 return fThread.getModelIdentifier(); in getModelIdentifier()
97 return fThread.getDebugTarget(); in getDebugTarget()
105 return fThread.getLaunch(); in getLaunch()
128 return fThread.isSuspended(); in isSuspended()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackWaitThreadedDriver.cpp43 while (!fStarter.fRunning && fThread.GetStatus() == JackThread::kRunning) { in Execute()
57 while (fThread.GetStatus() == JackThread::kRunning) { in ExecuteReal()
67 fThread.DropSelfRealTime(); in ExecuteReal()
70 if (fThread.GetStatus() == JackThread::kIdle) { in ExecuteReal()
75 fThread.SetStatus(JackThread::kIniting); in ExecuteReal()
78 fThread.SetStatus(JackThread::kRunning); in ExecuteReal()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/
H A DAdditionalInfoController2.java62 private Thread fThread; field in AdditionalInfoController2
104 if (fThread != null) in install()
105 fThread.interrupt(); in install()
106fThread= new Thread(this, ContentAssistMessages.getString("InfoPopup.info_delay_timer_name")); //$… in install()
110 fThread.start(); in install()
124 if (fThread != null) { in disposeInformationControl()
125 fThread.interrupt(); in disposeInformationControl()
126 fThread= null; in disposeInformationControl()
177 if (Thread.currentThread() == fThread) in run()
178 fThread= null; in run()

1234567