Definition in file t2.c.
Go to the source code of this file.
Compounds | |
| struct | dict |
Defines | |
| #define | MAX_ENTRIES 100 |
Functions | |
| int | compar (const void *x, const void *y) |
| void * | sorter (void *arg) |
| int | main (void) |
|
|
|
|
||||||||||||
|
Definition at line 32 of file t2.c. Referenced by sorter(). |
|
|
Definition at line 50 of file t2.c. References dict::d_entry, dict::d_issorted, dict::d_nentries, EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FAIL, ec_null, ec_rv, errno, MAX_ENTRIES, pthread_create(), and sorter(). |
|
|
Definition at line 37 of file t2.c. References compar(), dict::d_entry, dict::d_issorted, dict::d_nentries, and sleep(). Referenced by main(). |
1.3.1