Home
last modified time | relevance | path

Searched refs:WaitForSingleObject (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dthread_utils.c71 #define WaitForSingleObject(obj, timeout) \ macro
100 return (WaitForSingleObject(thread, INFINITE) != WAIT_OBJECT_0 || in pthread_join()
166 if (WaitForSingleObject(condition->waiting_sem_, 0) == WAIT_OBJECT_0) { in pthread_cond_signal()
171 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) != in pthread_cond_signal()
189 ok = (WaitForSingleObject(condition->signal_event_, INFINITE) == in pthread_cond_wait()
/AliOS-Things-master/components/SDL2/src/audio/winmm/
A DSDL_winmm.c152 WaitForSingleObject(this->hidden->audio_sem, INFINITE); in WINMM_WaitDevice()
181 WaitForSingleObject(this->hidden->audio_sem, INFINITE); in WINMM_CaptureFromDevice()
203 if (WaitForSingleObject(this->hidden->audio_sem, 0) == WAIT_OBJECT_0) { in WINMM_FlushCapture()
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/
A Dtinytest.c160 WaitForSingleObject(info.hProcess, INFINITE); in testcase_run_forked_()
/AliOS-Things-master/components/SDL2/src/hidapi/windows/
A Dhid.c753 res = WaitForSingleObject(dev->write_ol.hEvent, milliseconds); in hid_write_timeout()
811 res = WaitForSingleObject(ev, milliseconds); in hid_read_timeout()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c2283 ret = WaitForSingleObject(handle, ti); in js_os_poll()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c2059 ret = WaitForSingleObject(handle, ti); in js_os_poll()

Completed in 24 milliseconds