"Semaphore" is not found on TREX in Korean-English direction
Try Searching In English-Korean (Semaphore)

Low quality sentence examples

이러한 문제를 해결하기 위하여, 세마포어(Semaphore)라는 동기화 도구를 사용할 수 있습니다.
To overcome this difficulty, we can use a synchronization tool called a semaphore.
리소스를 요청하는 추가적인 스레드는 스레드가 세마포를 해제할 때까지 대기합니다. Additional threads that request the resource wait until any thread releases the semaphore.
Additional threads that request the resource wait until any thread releases the semaphore.
즉, 명명된 세마포는 작성되고 나면 모든 프로세스의 모든 프로세스에 표시됩니다. That is, once the named semaphore is created, it is visible to all threads in all processes.
That is, once the named semaphore is created, it is visible to all threads in all processes.
그러면 세마포 개수가 다 차서 스레드 A가 Release를 호출하면 SemaphoreFullException이 throw됩니다. The count on the semaphore is full, and when thread A eventually calls Release, a SemaphoreFullException is thrown.
The count on the semaphore is full, and when thread A eventually calls Release, a SemaphoreFullException is thrown.
따라서 명명된 세마포는 스레드뿐 아니라 프로세스의 활동을 동기화하는 데도 사용할 수 있습니다. Thus, named semaphore can be used to synchronize the activities of processes as well as threads.
Thus, named semaphore can be used to synchronize the activities of processes as well as threads.
카운트가 이미 최대값에 도달한 세마포에서 Release 메서드를 호출하면 throw되는 예외입니다. The exception that is thrown when the Release method is called on a semaphore whose count is already at the maximum.
The exception that is thrown when the Release method is called on a semaphore whose count is already at the maximum.
세마포 상태는 해당 개수가 0보다 크면 신호 알림으로 설정되고 해당 개수가 0이면 신호 알림 해제로 설정됩니다. The state of a semaphore is set to signaled when its count is greater than zero, and nonsignaled when its count is zero.
The state of a semaphore object is signaled when its count is greater than zero, and nonsignaled when its count is equal to zero.
FIFO(선입 선출) 또는 LIFO(후입 선출)와 같이 차단된 스레드가 세마포에 입력되는 보장된 순서는 없습니다. There is no guaranteed order, such as first-in, first-out (FIFO) or last-in, first-out (LIFO), for blocked threads to enter the semaphore.
There is no guaranteed order, such as first-in, first-out(FIFO) or last-in, first-out(LIFO), for blocked threads to enter the semaphore.
예를 들어 세마포의 일반적인 사용 시나리오에서는 생산자 스레드와 소비자 스레드가 사용되는데, 여기서 스레드 하나는 항상 세마포 수를 증가시키고 다른 하나는 항상 세마포 수를 감소시킵니다. For example, a common usage scenario for semaphores involves a producer thread and a consumer thread, with one thread always incrementing the semaphore count and the other always decrementing it.
For example, a common usage scenario for semaphores involves a producer thread and a consumer thread, with one thread always incrementing the semaphore count and the other always decrementing it.
Semaphore 설정 파라미터.
Semaphore Settings Parameters.
그 종류로는 Mutex, Semaphore, Event.
See mutex, semaphore, and event.
semaphore로부터 파 미트를 취득해, 이용 가능하게 될 때까지 블록을 실행합니다.
Acquires a permit from this semaphore, blocking until one is available.
Semaphore Walks를 통해 가이드 투어를 이용할 수도 있습니다.
You can even take a guided tour with Semaphore Walks.
개발자: Semaphore Inc. 범주:
Developer: Semaphore Inc. Category:
로컬 세마포가 프로세스 내에 존재합니다.A local semaphore exists only within your process.
A local mutex exists only within your process.
Release() 메서드 오버로드를 같은 횟수만큼 호출하거나 Semaphore.
Release() method overload the same number of times, or call the Semaphore.
OpenExisting 메서드를 호출할 때마다 새 Semaphore 개체가 만들어집니다.
call a constructor or the Semaphore. OpenExisting method, a new Semaphore object is created.
예를 들어 SemaphoreSlim은 Semaphore의 간단한 대체 항목입니다. For example, SemaphoreSlim is a lightweight alternative to Semaphore.
For example, SemaphoreSlim is a lightweight alternative to Semaphore.
Semaphore Manager를 사용하면 모든 세마포어 커널 기능을 쉽게 완벽하게 제어 할 수 있습니다.
Semaphore Manager helps you to easily full control all Semaphore kernel features.
같은 이름을 반복적으로 지정하면 같은 명명된 세마포를 나타내는 개체가 여러 개 만들어집니다. Specifying the same name repeatedly creates multiple objects that represent the same named semaphore.
Specifying the same name repeatedly creates multiple objects that represent the same named semaphore.