logo

Crowdly

Browser

Add to Chrome

SISTEMAS OPERATIVOS

Looking for SISTEMAS OPERATIVOS test answers and solutions? Browse our comprehensive collection of verified answers for SISTEMAS OPERATIVOS at moodle.uam.es.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

¿Qué información devuelve la función sem_getvalue()?
0%
0%
0%
0%
View this question
Al ejecutar la función sem_open, ¿qué utilidad tiene la opción O_CREATE | O_EXCL cuando lo incluimos en el argumento oflag?
View this question

Lo semáforos sin nombre:

0%
0%
0%
0%
View this question

¿Qué diferencia existe entre bloquear una señal e ignorar una señal?

View this question

Dado el siguiente código:

...

sigset_t set, o_set;

sigemptyset(&set);

sigaddset(&set, SIGUSER1);

sigaddset(&set, SIGALRM);

if (sigprocmask(SIG_BLOCK, &set, &o_set) < 0) {

// Gestionar error

}

...

¿Qué pasará si se recibe la señal SIGUSER1?

0%
0%
0%
0%
View this question

Según el manual, ¿cuál es el significado de la señal SIGILL?

0%
0%
0%
0%
View this question

¿Qué función se debe ejecutar para que cuando el contador de procesos asociados a un semáforo sea 0, libere todos los recursos asociados al semáforo?

0%
0%
0%
0%
View this question

¿Qué valor debe tener un semáforo para permitir el paso de los procesos?

View this question

Lo semáforos con nombre:

0%
0%
0%
View this question

¿A qué procesos se está enviando la señal SIGUSR1?

0%
0%
0%
0%
View this question

Want instant access to all verified answers on moodle.uam.es?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome