Skip to content

Commit

Permalink
Fix documentation for timer thread safety
Browse files Browse the repository at this point in the history
elmindreda committed Jun 2, 2016
1 parent 5f17b61 commit f6ec835
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/intro.dox
Original file line number Diff line number Diff line change
@@ -249,11 +249,12 @@ functions may be called from any thread:
- @ref glfwGetTimerFrequency
- @ref glfwGetTimerValue

The regular timer may be queried from any thread, but this is not synchronized
by GLFW with calls to @ref glfwSetTime. The following timer related functions
may be called from any thread:
The regular timer may be used from any thread, but the reading and writing of
the timer offset is not synchronized by GLFW. The following timer related
functions may be called from any thread:

- @ref glfwGetTime
- @ref glfwSetTime

Library version information may be queried from any thread. The following
version related functions may be called from any thread:

0 comments on commit f6ec835

Please sign in to comment.