threads
threads是什么意思,
threads怎么讀
語音:
n. 線( thread的名詞復(fù)數(shù) );線索;線狀物;螺紋
Threads是一個英文單詞,意思是線程。在計算機(jī)科學(xué)中,線程是操作系統(tǒng)能夠進(jìn)行運(yùn)算調(diào)度的最小單位。它被包含在進(jìn)程之中,是進(jìn)程內(nèi)的一個執(zhí)行單元,是進(jìn)程的基本執(zhí)行單元。一個進(jìn)程包含多個并發(fā)的執(zhí)行線程稱為線程集。每個線程在程序中的執(zhí)行路徑不同,線程之間共享進(jìn)程中的數(shù)據(jù)。
- How many spools of thread did you use?
你用了幾軸線? - The thread seems to match the cloth.
這線和這布似乎很相稱。 - I need one more spool of thread before finishing the embroidery.
再來一軸線我就可以完成這幅刺繡了。 - He passed me a coil of thread.
他遞給我一卷線。 - The girl tied the ends of the thread.
這女孩把線的兩端結(jié)起來。 - The little girl threaded the shells together and wore them round her neck.
小女孩把貝殼穿成一串,戴在脖子上。 - I'm afraid I've lost the thread of your argument.
我恐怕沒有抓住你的論據(jù)的思路。
1. multithreading:多線程技術(shù),允許多個線程同時執(zhí)行
2. thread pool:線程池,一種線程管理機(jī)制,用于管理可用的線程數(shù)量和分配任務(wù)給線程
3. thread synchronization:線程同步,確保多個線程之間的數(shù)據(jù)訪問是安全的
4. thread join:線程合并,等待一個或多個線程執(zhí)行完畢后再繼續(xù)執(zhí)行
5. thread interrupt:線程中斷,用于暫停一個線程的執(zhí)行
6. thread context switch:線程上下文切換,指從一個線程切換到另一個線程的過程
7. thread local storage:線程本地存儲,為每個線程提供獨(dú)立的存儲空間,避免線程之間的數(shù)據(jù)干擾
8. thread-safe:線程安全的,指某個功能或數(shù)據(jù)結(jié)構(gòu)在多線程環(huán)境下能夠正確地工作
9. thread-unsafe:線程不安全的,指某個功能或數(shù)據(jù)結(jié)構(gòu)在多線程環(huán)境下可能引起數(shù)據(jù)競爭或不正確的行為
10. parallel programming:并行編程,使用多線程等技術(shù)實(shí)現(xiàn)并行計算和任務(wù)分發(fā)
以上是貝語網(wǎng)校http://www.hefrebsx.cn小編為您整理的threads單詞相關(guān)內(nèi)容。