Defined in 2 files as a function:
Referenced in 14 files:
- src/stdio/__lockfile.c, line 9
- src/stdio/ftrylockfile.c, line 14
- src/thread/pthread_create.c, line 31
- src/thread/pthread_mutex_lock.c, line 5
- src/thread/pthread_mutex_timedlock.c
- src/thread/pthread_mutex_trylock.c
- src/thread/pthread_rwlock_timedrdlock.c, line 10
- src/thread/pthread_rwlock_timedwrlock.c, line 10
- src/thread/pthread_rwlock_tryrdlock.c, line 11
- src/thread/pthread_rwlock_trywrlock.c, line 5
- src/thread/pthread_rwlock_unlock.c, line 12
- src/thread/sem_post.c, line 10
- src/thread/sem_timedwait.c, line 14
- src/thread/sem_trywait.c, line 9