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
c50a28e43445217764e326b7e11b2db3bdf99434
itgmania212121
/
stepmania
/
src
/
arch
/
Threads
T
History
Glenn Maynard
be5ff68d58
Fix race condition: thread->ThreadId is not necessarily assigned before
...
StartThread is run.
2006-04-05 06:45:03 +00:00
..
Threads_Pthreads.cpp
keep this around as a reminder; this doesn't matter for normal clocks, but it's not good for CLOCK_MONOTONIC
2006-03-23 21:45:53 +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
Fix race condition: thread->ThreadId is not necessarily assigned before
2006-04-05 06:45:03 +00:00
Threads_Win32.h
…
Threads.h
…