mutex

[US]/ˈmjuːtɛks/
[UK]/ˈmjuːtɛks/
Frequency: Very High

Translation

n. 프로그래밍에서 공유 자원에 대한 동시 접근을 방지하기 위해 사용되는 상호 배제 객체.

Phrases & Collocations

mutex lock

뮤텍스 락

holding mutex

뮤텍스 보유

acquire mutex

뮤텍스 획득

release mutex

뮤텍스 해제

nested mutex

중첩된 뮤텍스

mutex guard

뮤텍스 가드

mutex state

뮤텍스 상태

mutex contention

뮤텍스 경쟁

using mutex

뮤텍스 사용

mutex timeout

뮤텍스 타임아웃

Example Sentences

the mutex prevents race conditions when multiple threads access shared data.

뮤텍스는 여러 스레드가 공유 데이터에 접근할 때 경쟁 조건을 방지합니다.

acquire the mutex before modifying the critical section of code.

코드의 임계 섹션을 수정하기 전에 뮤텍스를 획득해야 합니다.

release the mutex after you're finished with the protected resource.

보호된 자원을 다 사용한 후 뮤텍스를 해제해야 합니다.

deadlock can occur if mutexes are not released properly.

뮤텍스가 제대로 해제되지 않으면 데드락이 발생할 수 있습니다.

use a recursive mutex if a thread might acquire it multiple times.

스레드가 여러 번 획득할 수 있는 경우 재귀적 뮤텍스를 사용해야 합니다.

the mutex ensures exclusive access to the printer queue.

뮤텍스는 프린터 대기열에 대한 독점적 접근을 보장합니다.

implement a mutex to protect the global variable from concurrent access.

글로벌 변수가 동시 접근으로부터 보호받도록 뮤텍스를 구현해야 합니다.

check if the mutex is already held before attempting to acquire it.

뮤텍스를 획득하려는 경우 먼저 이미 보유 중인지 확인해야 합니다.

the mutex provides a simple mechanism for thread synchronization.

뮤텍스는 스레드 동기화를 위한 간단한 메커니즘을 제공합니다.

avoid holding a mutex for an extended period to prevent blocking other threads.

다른 스레드가 차단되지 않도록 뮤텍스를 오랜 시간 보유하지 않도록 해야 합니다.

the application uses a mutex to serialize access to the database connection.

이 애플리케이션은 데이터베이스 연결에 대한 접근을 직렬화하기 위해 뮤텍스를 사용합니다.

Popular Words

Explore frequently searched vocabulary

Download App to Unlock Full Content

Want to learn vocabulary more efficiently? Download the DictoGo app and enjoy more vocabulary memorization and review features!

Download DictoGo Now