Lines Matching full:error
65 /* Lock the mutex (Returns 0, or -1 on error) */
69 /* Unlock the mutex (Returns 0, or -1 on error)
70 It is an error to unlock a mutex that has not been locked by
101 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error.
107 the allotted time, and -1 on error.
114 or -1 on error.
137 returns 0 or -1 on error.
142 returns 0 or -1 on error.
148 Returns 0 when it is signaled, or -1 on error.
154 signaled in the allotted time, and -1 on error.