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是啥意思的主要内容,如果未能解决你的问题,请参考以下文章