JAVA中这个Thread.currentThread是啥意思

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JAVA中这个Thread.currentThread是啥意思相关的知识,希望对你有一定的参考价值。

参考技术A Thread current Thread
线程当前线程

双语例句
1
Rather than wait for the other thread to finish, the current thread can “ help ” it out by finishing the operation for it by moving the tail pointer forward ( B).
不必等候其他线程完成,当前线程就可以“帮助”它完成操作,把尾指针向前移动(B)。

2
The awakened thread will not be able to proceed until the current thread relinquishes the lock on this object.
直到当前线程放弃此对象上的锁定,才能继续执行被唤醒的线程
参考技术B Thread. current Thread
线程: 当前线程
例句筛选

1.
Thread - Displays all managed threads in the current process.
thread-显示当前进程中的所有托管线程。

2.
It is okay to call this function when no current thread state isavailable.
当前线程状态不可用的时候它也可以调用。本回答被提问者采纳
参考技术C 获取当前CPU运行的线程对象;

以上是关于JAVA中这个Thread.currentThread是啥意思的主要内容,如果未能解决你的问题,请参考以下文章

初步学习多线程3

多线程小结

使用Async和Await的异步编程

多线程问题

synchronized重入测试

如何将 ToLongDateString() 的日期和月份首字母大写导致 es-mx 文化?