Definition in file tx4.c.
Go to the source code of this file.
Functions | |
long | get_and_incr_x (long incr) |
void * | thread_func (void *arg) |
int | main (void) |
|
Definition at line 25 of file tx4.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, ec_rv, exit(), pthread_mutex_lock(), and pthread_mutex_unlock(). Referenced by main(), and thread_func(). |
|
Definition at line 50 of file tx4.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, ec_rv, get_and_incr_x(), pthread_create(), pthread_join(), sleep(), and thread_func(). |
|
Definition at line 41 of file tx4.c. References get_and_incr_x(), and sleep(). Referenced by main(). |