Go to the source code of this file.
Functions | |
| void | thread_init (int n) |
| initialize static thread variables, called in main() | |
| void | thread_die (pthread_t t) |
| a threads says: "I'll die soon, you can wait for me" | |
| void | thread_clean () |
| cleans all dead threads | |
| void | thread_get_free (pthread_t **t, pthread_attr_t **a) |
| gets a brand new thread from the pool | |
| void | thread_notborn (pthread_t *t) |
| undo thread_get_free | |
>Definition in file threads.h.
|
|
cleans all dead threads
|
|
|
a threads says: "I'll die soon, you can wait for me"
|
|
||||||||||||
|
gets a brand new thread from the pool
|
|
|
initialize static thread variables, called in main()
|
|
|
undo thread_get_free
|
1.3.6-20040222