English | Arabic |
discussion thread | مؤشر ترابط المناقشة (In an online forum, such as a newsgroup, a series of messages or articles in which replies to an message are nested directly under it instead of arranged in chronological or alphabetical order) |
fan-out thread | مؤشر ترابط التوزيع الموسع (A thread that creates multiple message copies and places them in the appropriate link queues. The dispatcher then triggers XFER OUT threads to process the fan-out message copies) |
Thread Count | عدد العمليات الجزئية (In Task Manager, the number of threads running in a process) |
thread-safe | مؤشر ترابط آمن (Pertaining to multithreaded applications and how threads share and access data) |
thread safety | أمان مؤشر الترابط (The ability for multiple threads to access and share data in a correct way) |
waiting thread | انتظار العملية الجزئية (A thread whose execution is blocked while waiting for a wait function to return) |
worker thread | مؤشر ترابط العامل (A thread commonly used to handle background tasks that the user should not have to wait for to continue using your application. Tasks such as recalculation and background printing are typically executed on worker threads) |