aboutsummaryrefslogtreecommitdiff
path: root/src/rt/sync/sync.h
blob: 902b5661be427e237d663244157f6930dde6adf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef SYNC_H
#define SYNC_H

class sync {
public:
    static void yield();
};

#endif /* SYNC_H */