Definition in file tx3.c.
Go to the source code of this file.
Functions | |
void * | thread_func (void *arg) |
int | main (void) |
Variables | |
pthread_mutex_t | mtx = PTHREAD_MUTEX_INITIALIZER |
long | x = 0 |
|
Definition at line 52 of file tx3.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, ec_rv, mtx, pthread_create(), pthread_join(), pthread_mutex_lock(), pthread_mutex_unlock(), sleep(), thread_func(), and x. |
|
Definition at line 28 of file tx3.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FLUSH, ec_rv, mtx, pthread_mutex_lock(), pthread_mutex_unlock(), sleep(), and x. Referenced by main(). |
|
Definition at line 25 of file tx3.c. Referenced by main(), and thread_func(). |
|
Definition at line 26 of file tx3.c. Referenced by main(), and thread_func(). |