Home
last modified time | relevance | path

Searched refs:_my_thread (Results 1 – 5 of 5) sorted by relevance

/dports/devel/smc/smc_4_3_0/examples/Java/EX6/
H A Dclient.java103 _my_thread = null; in client()
116 _my_thread = null; in client()
132 _my_thread = Thread.currentThread(); in run()
193 if (_my_thread == null) in run()
195 _my_thread = Thread.currentThread(); in run()
263 _my_thread.interrupt(); in halt()
271 _my_thread.interrupt(); in opened()
279 _my_thread.interrupt(); in openFailed()
297 _my_thread.interrupt(); in halfClosed()
306 _my_thread.interrupt(); in closed()
[all …]
H A Dserver.java106 _my_thread = null; in server()
128 _my_thread = Thread.currentThread(); in run()
219 _my_thread.interrupt(); in halt()
227 _my_thread.interrupt(); in opened()
235 _my_thread.interrupt(); in openFailed()
273 private Thread _my_thread; field in server
/dports/devel/smc/smc_4_3_0/examples/Ant/EX6/src/
H A Dclient.java103 _my_thread = null; in client()
116 _my_thread = null; in client()
132 _my_thread = Thread.currentThread(); in run()
193 if (_my_thread == null) in run()
195 _my_thread = Thread.currentThread(); in run()
263 _my_thread.interrupt(); in halt()
271 _my_thread.interrupt(); in opened()
279 _my_thread.interrupt(); in openFailed()
297 _my_thread.interrupt(); in halfClosed()
306 _my_thread.interrupt(); in closed()
[all …]
H A Dserver.java105 _my_thread = null; in server()
126 _my_thread = Thread.currentThread(); in run()
194 _my_thread.interrupt(); in halt()
202 _my_thread.interrupt(); in opened()
210 _my_thread.interrupt(); in openFailed()
248 private Thread _my_thread; field in server
/dports/net/libosip2/libosip2-5.3.0/help/doxygen/
H A Dht5-portability.dox31 void *_my_thread (void *arg)
45 thread = osip_thread_create (20000, _my_thread, argpointer);