This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d5f650dce51d6fa26399e543b9190fddde068b77
itgmania212121
/
stepmania
/
src
/
arch
/
Threads
T
History
Glenn Maynard
01629e7f53
spacing
2006-02-14 11:35:00 +00:00
..
Threads_Pthreads.cpp
Just in case these are ever implemented, fix. sem_* return -1 for all error conditions. Only sem_destroy sets errno to EBUSY anway.
2006-02-05 13:24:44 +00:00
Threads_Pthreads.h
Bah. Revert. The functions sem_init() and sem_destroy() are implemented as stubs only. They return -1 with errno=ENOSYS.
2006-02-05 13:21:58 +00:00
Threads_Win32.cpp
spacing
2006-02-14 11:35:00 +00:00
Threads_Win32.h
…
Threads.h
…