HomeSort by relevance Sort by last modified time
    Searched refs:SDL_SetError (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /external/qemu/distrib/sdl-1.2.15/src/joystick/dummy/
SDL_sysjoystick.c 46 SDL_SetError("Logic error: No joysticks available");
57 SDL_SetError("Logic error: No joysticks available");
  /external/qemu/distrib/sdl-1.2.15/src/loadso/dummy/
SDL_sysloadso.c 34 SDL_SetError("Failed loading %s: %s", sofile, loaderror);
41 SDL_SetError("Failed loading %s: %s", name, loaderror);
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syssem.c 38 SDL_SetError("SDL not configured with thread support");
49 SDL_SetError("SDL not configured with thread support");
55 SDL_SetError("SDL not configured with thread support");
61 SDL_SetError("SDL not configured with thread support");
72 SDL_SetError("SDL not configured with thread support");
96 SDL_SetError("Passed a NULL semaphore");
108 SDL_SetError("Passed a NULL semaphore");
124 SDL_SetError("Passed a NULL semaphore");
144 SDL_SetError("Passed a NULL semaphore");
155 SDL_SetError("Passed a NULL semaphore")
    [all...]
SDL_sysmutex.c 71 SDL_SetError("Passed a NULL mutex");
99 SDL_SetError("Passed a NULL mutex");
105 SDL_SetError("mutex not owned by this thread");
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syssem.c 38 SDL_SetError("SDL not configured with thread support");
49 SDL_SetError("SDL not configured with thread support");
55 SDL_SetError("SDL not configured with thread support");
61 SDL_SetError("SDL not configured with thread support");
72 SDL_SetError("SDL not configured with thread support");
94 SDL_SetError("sem_init() failed");
119 SDL_SetError("Passed a NULL semaphore");
134 SDL_SetError("Passed a NULL semaphore");
140 SDL_SetError("sem_wait() failed");
150 SDL_SetError("Passed a NULL semaphore")
    [all...]
SDL_sysmutex.c 57 SDL_SetError("pthread_mutex_init() failed");
84 SDL_SetError("Passed a NULL mutex");
102 SDL_SetError("pthread_mutex_lock() failed");
108 SDL_SetError("pthread_mutex_lock() failed");
120 SDL_SetError("Passed a NULL mutex");
140 SDL_SetError("mutex not owned by this thread");
146 SDL_SetError("pthread_mutex_unlock() failed");
SDL_syscond.c 49 SDL_SetError("pthread_cond_init() failed");
72 SDL_SetError("Passed a NULL condition variable");
78 SDL_SetError("pthread_cond_signal() failed");
90 SDL_SetError("Passed a NULL condition variable");
96 SDL_SetError("pthread_cond_broadcast() failed");
109 SDL_SetError("Passed a NULL condition variable");
134 SDL_SetError("pthread_cond_timedwait() failed");
149 SDL_SetError("Passed a NULL condition variable");
155 SDL_SetError("pthread_cond_wait() failed");
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_systhread.c 31 SDL_SetError("Threads are not supported on this platform");
SDL_syssem.c 35 SDL_SetError("SDL not configured with thread support");
46 SDL_SetError("SDL not configured with thread support");
52 SDL_SetError("SDL not configured with thread support");
58 SDL_SetError("SDL not configured with thread support");
69 SDL_SetError("SDL not configured with thread support");
131 SDL_SetError("Passed a NULL semaphore");
151 SDL_SetError("Passed a NULL semaphore");
197 SDL_SetError("Passed a NULL semaphore");
  /external/qemu/distrib/sdl-1.2.15/src/thread/pth/
SDL_syscond.c 48 SDL_SetError("pthread_cond_init() failed");
72 SDL_SetError("Passed a NULL condition variable");
78 SDL_SetError("pth_cond_notify() failed");
90 SDL_SetError("Passed a NULL condition variable");
96 SDL_SetError("pth_cond_notify() failed");
129 SDL_SetError("Passed a NULL condition variable");
139 SDL_SetError("pth_cond_await() failed");
154 SDL_SetError("Passed a NULL condition variable");
160 SDL_SetError("pth_cond_await() failed");
SDL_sysmutex.c 45 SDL_SetError("Couldn't create mutex");
67 SDL_SetError("Passed a NULL mutex");
80 SDL_SetError("Passed a NULL mutex");
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_sysmutex.c 54 SDL_SetError("Couldn't create mutex");
83 SDL_SetError("Passed a NULL mutex");
88 SDL_SetError("Couldn't wait on mutex");
99 SDL_SetError("Passed a NULL mutex");
104 SDL_SetError("Couldn't release mutex");
SDL_syssem.c 54 SDL_SetError("Couldn't create semaphore");
87 SDL_SetError("Passed a NULL sem");
96 SDL_SetError("DosRequestMutexSem() failed");
128 SDL_SetError("DosRequestMutexSem() failed");
135 SDL_SetError("DosRequestMutexSem() failed");
172 SDL_SetError("Passed a NULL sem");
181 SDL_SetError("Passed a NULL sem");
185 SDL_SetError("DosRequestMutexSem() failed");
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_sysmutex.c 47 SDL_SetError("Couldn't create mutex");
73 SDL_SetError("Passed a NULL mutex");
77 SDL_SetError("Couldn't wait on mutex");
87 SDL_SetError("Passed a NULL mutex");
91 SDL_SetError("Couldn't release mutex");
SDL_syssem.c 61 SDL_SetError("Couldn't create semaphore");
93 SDL_SetError("Passed a NULL sem");
115 SDL_SetError("WaitForSingleObject() failed");
136 SDL_SetError("Passed a NULL sem");
145 SDL_SetError("Passed a NULL sem");
160 SDL_SetError("ReleaseSemaphore() failed");
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_sysmutex.c 58 SDL_SetError("pthread_mutex_init() failed");
85 SDL_SetError("Passed a NULL mutex");
103 SDL_SetError("pthread_mutex_lock() failed");
109 SDL_SetError("pthread_mutex_lock() failed");
121 SDL_SetError("Passed a NULL mutex");
141 SDL_SetError("mutex not owned by this thread");
147 SDL_SetError("pthread_mutex_unlock() failed");
SDL_syscond.c 45 SDL_SetError("pthread_cond_init() failed");
68 SDL_SetError("Passed a NULL condition variable");
74 SDL_SetError("pthread_cond_signal() failed");
86 SDL_SetError("Passed a NULL condition variable");
92 SDL_SetError("pthread_cond_broadcast() failed");
105 SDL_SetError("Passed a NULL condition variable");
130 SDL_SetError("pthread_cond_timedwait() failed");
145 SDL_SetError("Passed a NULL condition variable");
151 SDL_SetError("pthread_cond_wait() failed");
SDL_syssem.c 49 SDL_SetError("sem_init() failed");
72 SDL_SetError("Passed a NULL semaphore");
87 SDL_SetError("Passed a NULL semaphore");
93 SDL_SetError("sem_wait() failed");
109 SDL_SetError("Passed a NULL semaphore");
148 SDL_SetError(strerror(errno));
179 SDL_SetError("Passed a NULL semaphore");
185 SDL_SetError("sem_post() failed");
  /external/qemu/distrib/sdl-1.2.15/src/thread/beos/
SDL_syssem.c 44 SDL_SetError("create_sem() failed");
71 SDL_SetError("Passed a NULL semaphore");
95 SDL_SetError("acquire_sem() failed");
133 SDL_SetError("Passed a NULL semaphore");
138 SDL_SetError("release_sem() failed");
  /external/qemu/distrib/sdl-1.2.15/src/loadso/beos/
SDL_sysloadso.c 40 SDL_SetError(strerror((int) library_id));
54 SDL_SetError(strerror(rc));
  /external/qemu/distrib/sdl-1.2.15/src/loadso/mint/
SDL_sysloadso.c 40 SDL_SetError("Failed loading %s: %s", sofile, loaderror);
50 SDL_SetError("Failed loading %s: %s", name, loaderror);
  /external/qemu/distrib/sdl-1.2.15/test/
testerror.c 23 SDL_SetError("Thread %s (%d) had a problem: %s",
44 SDL_SetError("No worries");
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_error.h 43 extern DECLSPEC void SDLCALL SDL_SetError(const char *fmt, ...);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxwm.c 55 SDL_SetError("Application not compiled with SDL %d.%d\n",
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_error.h 43 extern DECLSPEC void SDLCALL SDL_SetError(const char *fmt, ...);

Completed in 298 milliseconds

1 2 3 4 5 6 7 8