chaque philosophe peut imprimer son num
This commit is contained in:
28
README.md
28
README.md
@@ -29,18 +29,18 @@ thread :
|
||||
|
||||
external function :
|
||||
|
||||
memset : fill memory with a constant byte
|
||||
printf : format and print data
|
||||
malloc : allocate dynamic memory
|
||||
free : free dynamic memory
|
||||
write : write to a file descriptor
|
||||
usleep : suspend execution for microseconds intervals
|
||||
gettimeofday : get time
|
||||
pthread_create : create a new thread
|
||||
pthread_detach :
|
||||
pthread_join
|
||||
pthread_mutex_init
|
||||
pthread_mutex_destroy
|
||||
pthread_mutex_lock
|
||||
pthread_mutex_unlock
|
||||
- `memset` : fill memory with a constant byte
|
||||
- `printf` : format and print data
|
||||
- `malloc` : allocate dynamic memory
|
||||
- `free` : free dynamic memory
|
||||
- `write` : write to a file descriptor
|
||||
- `usleep` : suspend execution for microseconds intervals
|
||||
- `gettimeofday` : get time
|
||||
- `pthread_create` : create a new thread
|
||||
- `pthread_detach` :
|
||||
- `pthread_join`
|
||||
- `pthread_mutex_init`
|
||||
- `pthread_mutex_destroy`
|
||||
- `pthread_mutex_lock`
|
||||
- `pthread_mutex_unlock`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user