Subversion Repositories HelenOS

Rev

Rev 2131 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2131 Rev 2307
Line 120... Line 120...
120
 
120
 
121
static inline void async_serialize_start(void)
121
static inline void async_serialize_start(void)
122
{
122
{
123
    psthread_inc_sercount();
123
    psthread_inc_sercount();
124
}
124
}
-
 
125
 
125
static inline void async_serialize_end(void)
126
static inline void async_serialize_end(void)
126
{
127
{
127
    psthread_dec_sercount();
128
    psthread_dec_sercount();
128
}
129
}
129
 
130