| nfs-ganesha 1.4 | 
#include <stdio.h>#include <pthread.h>#include <errno.h>#include <unistd.h>#include <stdlib.h>#include "SemN.h"#include "log_macros.h"Go to the source code of this file.
| Functions | |
| void * | sem_me (void *arg) | 
| int | main () | 
| Variables | |
| semaphore_t | x | 
| int main | ( | void | ) | 
Definition at line 25 of file test_sem2.c.
| void* sem_me | ( | void * | arg | ) | 
Definition at line 15 of file test_sem2.c.
Definition at line 13 of file test_sem2.c.
 1.7.3
 1.7.3