repo.or.cz
/
libogc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
change PAD_ScanPads()s behaviour. the return value now contains a bitmask of the...
[libogc.git]
/
libogc
/
lwp_threadq.inl
blob
cce5c04ad4762767bab3428b65dd8e17bd463ded
1
#ifndef __LWP_THREADQ_INL__
2
#define __LWP_THREADQ_INL__
3
4
static __inline__ void __lwp_threadqueue_csenter(lwp_thrqueue *queue)
5
{
6
queue->sync_state = LWP_THREADQ_NOTHINGHAPPEND;
7
}
8
9
#endif