trap | switch | nome |
0 | - | read |
1 | - | write |
2 | - | open |
3 | 0 | close |
3 | 1 | unlink |
3 | 2 | rewind |
4 | - | exec |
5 | - | kill |
6 | - | exit |
7 | - | scheduler |
8 | - | alloc |
9 | - | free |
10 | - | chname |
11 | >0 | thread_create |
11 | 0 | thread_self |
12 | 0 | thread_mutex_init |
12 | 1 | thread_mutex_lock |
12 | 2 | thread_mutex_unlock |
12 | 3 | thread_mutex_destroy |
13 | 0 | thread_exit |
13 | 1 | thread_cancel |
14 | - | Context Switch |
15 | - | RBug |