Contidos dentro
Localizar Mais Documentação
Destaques de Recursos de Suporte
| Fazer download desta apostila em PDF (325 KB)
| | | | |
| A |
| |
| | address space of processes ( ) |
| |
| | advisory locking ( ) |
| |
| | asynchronous I/O |
| | | behavior ( ) |
| | | endpoint service ( ) |
| | | guaranteeing buffer state ( ) |
| | | listen for network connection ( ) |
| | | making connection request ( ) |
| | | notification of data arrival ( ) |
| | | opening a file ( ) |
| | | using aio_result_t structure ( ) |
| | | waiting for completion ( ) |
| |
| | atomic updates to semaphores ( ) |
| | | | |
| B |
| |
| | blocking mode |
| | | defined ( ) |
| | | finite time quantum ( ) |
| | | priority inversion ( ) |
| | | time-sharing process ( ) |
| |
| | brk(2) ( ) |
| | | | |
| C |
| |
| | chmod(1) ( ) |
| |
| | class |
| | | definition ( ) |
| | | priority queue ( ) |
| | | scheduling algorithm ( ) |
| | | scheduling priorities ( ) |
| |
| | connection-mode |
| | | asynchronous network service ( ) |
| | | asynchronously connecting ( ) |
| | | definition ( ) |
| | | using asynchronous connection ( ) |
| |
| | connectionless-mode |
| | | asynchronous network service ( ) |
| | | definition ( ) |
| |
| | context switch, preempting a process ( ) |
| |
| | creat() ( ) |
| |
| | creation flags, IPC ( ) |
| | | | |
| D |
| |
| | /dev/zero, mapping ( ) |
| |
| | dispatch, priorities ( ) |
| |
| | dispatch latency ( ) |
| | | under realtime ( ) |
| |
| | dispatch table |
| | | configuring ( ) |
| | | kernel ( ) |
| | | | |
| F |
| |
| | F_GETLK ( ) |
| |
| | fcntl(2) ( ) |
| |
| | file and record locking ( ) |
| |
| | file descriptor |
| | | passing to another process ( ) |
| | | transferring ( ) |
| |
| | file system |
| | | contiguous ( ) |
| | | opening dynamically ( ) |
| | | using pipes ( ) |
| |
| | files, lock ( ) |
| |
| | fork(2) ( ) |
| |
| | functions |
| | | advanced I/O ( ) |
| | | basic I/O ( ) |
| | | IPC ( ) |
| | | list file system control ( ) |
| | | terminal I/O ( ) |
| | | user processes ( ) |
| | | | |
| I |
| |
| | I/O, |
| | | See asynchronous I/O, or synchronous I/O | |
| |
| | init(1M), scheduler properties ( ) |
| |
| | Interprocess Communication (IPC) |
| | | administering ( ) |
| | | creating pipes ( ) |
| | | memory mapped files ( ) |
| | | using fileless memory mapping ( ) |
| | | using memory mapping ( ) |
| | | using messages ( ) ( ) |
| | | using named pipes ( ) |
| | | using pipes ( ) |
| | | using semaphores ( ) |
| | | using shared memory ( ) |
| | | using the open() call ( ) |
| |
| | IPC (interprocess communication) ( ) |
| | | creation flags ( ) |
| | | functions ( ) |
| | | messages ( ) |
| | | permissions ( ) |
| | | semaphores ( ) |
| | | shared memory ( ) |
| |
| | IPC_RMID ( ) |
| |
| | IPC_SET ( ) |
| |
| | IPC_STAT ( ) |
| | | | |
| K |
| |
| | kernel |
| | | class independent ( ) |
| | | context switch ( ) |
| | | dispatch table ( ) |
| | | preempting current process ( ) |
| | | queue ( ) |
| | | | |
| N |
| |
| | named pipe |
| | | defined ( ) |
| | | FIFO ( ) |
| | | using ( ) |
| |
| | network |
| | | asynchronous connection ( ) |
| | | asynchronous service ( ) |
| | | asynchronous transfers ( ) |
| | | asynchronous use ( ) |
| | | connection-mode service ( ) |
| | | connectionless-mode service ( ) |
| | | programming models for realtime ( ) |
| | | services under realtime ( ) ( ) |
| | | synchronous use ( ) |
| | | using STREAMS asynchronously ( ) |
| | | using Transport-Level Interface (TLI) ( ) |
| |
| | nice(1) ( ) |
| |
| | nice(2) ( ) |
| |
| | non-blocking mode |
| | | configuring endpoint connections ( ) |
| | | defined ( ) |
| | | endpoint bound to service address ( ) |
| | | network service ( ) |
| | | polling for notification ( ) |
| | | service requests ( ) |
| | | Transport-Level Interface (TLI) ( ) |
| | | using the t_connect() function ( ) |
| | | | |
| P |
| |
| | performance, scheduler effect on ( ) |
| |
| | permissions, IPC ( ) |
| |
| | pipe, defined ( ) |
| |
| | polling |
| | | for a connection request ( ) |
| | | notification of data ( ) |
| | | using the poll(2) function ( ) |
| |
| | priocntl(1) ( ) |
| |
| | priority inversion |
| | | defined ( ) |
| | | synchronization ( ) |
| |
| | priority queue, linear linked list ( ) |
| |
| | process |
| | | defined for realtime ( ) |
| | | dispatching ( ) ( ) |
| | | highest priority ( ) |
| | | preemption ( ) |
| | | residence in memory ( ) |
| | | runaway ( ) |
| | | scheduling for realtime ( ) |
| | | setting priorities ( ) |
| |
| | process, spawning ( ) |
| |
| | process address space ( ) |
| |
| | process priority |
| | | global ( ) |
| | | setting and retrieving ( ) |
| |
| | processes, cooperating, locking ( ) |
| | | | |
| R |
| |
| | read() ( ) |
| |
| | read lock ( ) ( ) |
| |
| | real-time, scheduler class ( ) |
| |
| | removing record locks ( ) |
| |
| | response time |
| | | blocking processes ( ) |
| | | bounds to I/O ( ) |
| | | degrading ( ) |
| | | inheriting priority ( ) |
| | | servicing interrupts ( ) |
| | | sharing libraries ( ) |
| | | sticky locks ( ) |
| |
| | reversing operations for semaphores ( ) |
| | | | |
| S |
| |
| | sbrk(2) ( ) |
| |
| | scheduler ( ) ( ) ( ) ( ) |
| | | classes ( ) |
| | | configuring ( ) |
| | | effect on performance ( ) |
| | | priority ( ) |
| | | real-time policy ( ) |
| | | realtime ( ) |
| | | scheduling classes ( ) |
| | | system policy ( ) |
| | | time-sharing policy ( ) |
| | | using system calls ( ) |
| | | using utilities ( ) |
| |
| | scheduler, class ( ) |
| |
| | semaphores ( ) |
| | | arbitrary simultaneous updates ( ) |
| | | atomic updates ( ) |
| | | reversing operations and SEM_UNDO ( ) |
| | | undo structure ( ) |
| |
| | semget() ( ) |
| |
| | semop() ( ) |
| |
| | setting record locks ( ) |
| |
| | shared memory ( ) |
| |
| | shmget() ( ) |
| |
| | synchronization, shared memory ( ) |
| |
| | synchronous I/O |
| | | blocking ( ) |
| | | critical timing ( ) |
| | | | |
| T |
| |
| | time-sharing |
| | | scheduler class ( ) |
| | | scheduler parameter table ( ) |
| |
| | timers |
| | | for interval timing ( ) |
| | | for realtime applications ( ) |
| | | timestamping ( ) |
| | | using one-shot ( ) |
| | | using periodic type ( ) |
| |
| | Transport-Level Interface (TLI) |
| | | asynchronous endpoint ( ) |
| | | connection-mode ( ) |
| | | connectionless-mode ( ) |
| | | | |
| U |
| |
| | undo structure for semaphores ( ) |
| |
| | updates, atomic for semaphores ( ) |
| |
| | user priority ( ) |
| | | | |
| V |
| |
| | virtual memory ( ) |
|