mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
10 lines
188 B
C++
10 lines
188 B
C++
#ifndef __LWP_THREADQ_INL__
|
|
#define __LWP_THREADQ_INL__
|
|
|
|
static __inline__ void __lwp_threadqueue_csenter(lwp_thrqueue *queue)
|
|
{
|
|
queue->sync_state = LWP_THREADQ_NOTHINGHAPPEND;
|
|
}
|
|
|
|
#endif
|