Home | History | Annotate | Download | only in SDL

Lines Matching full:error

60 /* Lock the mutex  (Returns 0, or -1 on error) */
64 /* Unlock the mutex (Returns 0, or -1 on error)
65 It is an error to unlock a mutex that has not been locked by
96 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error.
102 the allotted time, and -1 on error.
109 or -1 on error.
132 returns 0 or -1 on error.
137 returns 0 or -1 on error.
144 Returns 0 when it is signaled, or -1 on error.
150 signaled in the allotted time, and -1 on error.