Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
blocking locks
blocking locks
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
blocked (bool) - true if the stream is in blocking io mode. see socket_set_blocking().
see socket_set_blocking().
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
if desiredmsgtype is 0, the message from the front of the queue is returned. if desiredmsgtype is greater than 0, then the first message of that type is returned. if desiredmsgtype is less than 0, the first message on the queue with the lowest type less than or equal to the absolute value of desiredmsgtype will be read. if no messages match the criteria, your script will wait until a suitable message arrives on the queue. you can prevent the script from blocking by specifying msg_ipc_nowait in the flags parameter.
if no messages match the criteria, your script will wait until a suitable message arrives on the queue.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :