Definition in file pthreadstub.c.
Go to the source code of this file.
Functions | |
int | pthread_mutex_lock (pthread_mutex_t *mutex) |
int | pthread_mutex_trylock (pthread_mutex_t *mutex) |
int | pthread_mutex_unlock (pthread_mutex_t *mutex) |
|
Definition at line 24 of file pthreadstub.c. Referenced by dequeue_event(), ec_mutex(), get_and_incr_x(), main(), queue_event(), sorter(), thread_fdset(), thread_func(), and uem_wait(). |
|
Definition at line 29 of file pthreadstub.c. |
|
Definition at line 34 of file pthreadstub.c. Referenced by cleanup_handler(), dequeue_event(), ec_mutex(), get_and_incr_x(), main(), queue_event(), sorter(), thread_fdset(), thread_func(), and uem_wait(). |