Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
semaphore, shared memory and ipc functions
semaphore, shared memory and ipc functions
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
after removing the semaphore, it is no more accessible.
after removing the semaphore, it is no more accessible.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
a positive semaphore identifier on success, or false on error.
description
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
and there's almost this sort of semaphore around us all the time.
很多人有着类似的想法。
Ultimo aggiornamento 2015-10-13
Frequenza di utilizzo: 1
Qualità:
sem_acquire() blocks (if necessary) until the semaphore can be acquired.
returns: true on success, false on error.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
after releasing the semaphore, sem_acquire() may be called to re-acquire it.
after releasing the semaphore, sem_acquire() may be called to re-acquire it.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
sem_get() returns an id that can be used to access the system v semaphore with the given key.
returns: a positive semaphore identifier on success, or false on error.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
the number of processes that can acquire the semaphore simultaneously is set to max_acquire (defaults to 1).
sem_get() returns an id that can be used to access the system v semaphore with the given key. the semaphore is created if necessary using the permission bits specified in perm (defaults to 0666). the number of processes that can acquire the semaphore simultaneously is set to max_acquire (defaults to 1). actually this value is set only if the process finds it is the only process currently attached to the semaphore.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
sem_release() releases the semaphore if it is currently acquired by the calling process, otherwise a warning is generated.
sem_release() releases the semaphore if it is currently acquired by the calling process, otherwise a warning is generated.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
a process attempting to acquire a semaphore which it has already acquired will block forever if acquiring the semaphore would cause its max_acquire value to be exceeded.
sem_acquire() blocks (if necessary) until the semaphore can be acquired. a process attempting to acquire a semaphore which it has already acquired will block forever if acquiring the semaphore would cause its max_acquire value to be exceeded.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
a second call to sem_get() for the same key will return a different semaphore identifier, but both identifiers access the same underlying semaphore.
a second call to sem_get() for the same key will return a different semaphore identifier, but both identifiers access the same underlying semaphore.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
sem_remove() removes the semaphore sem_identifier if it has been created by sem_get(), otherwise generates a warning.
sem_remove() removes the semaphore sem_identifier if it has been created by sem_get(), otherwise generates a warning.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
(1) installation of two new semaphores by 2008, with the cooperation of the french government.
1. 2008年以前,利用法国合作安装两台新的信号机。
Ultimo aggiornamento 2016-12-03
Frequenza di utilizzo: 1
Qualità: