version 1.15, 2015/07/02 22:45:00
|
version 1.15.4.1, 2015/07/19 23:19:41
|
Line 94 SUCH DAMAGE.
|
Line 94 SUCH DAMAGE.
|
#define pthread_mutex_unlock(x) |
#define pthread_mutex_unlock(x) |
#endif |
#endif |
|
|
|
#define SCHED_QTRYLOCK(r, x) pthread_mutex_trylock(&(r)->root_mtx[(x)]) |
#define SCHED_QLOCK(r, x) pthread_mutex_lock(&(r)->root_mtx[(x)]) |
#define SCHED_QLOCK(r, x) pthread_mutex_lock(&(r)->root_mtx[(x)]) |
#define SCHED_QUNLOCK(r, x) pthread_mutex_unlock(&(r)->root_mtx[(x)]) |
#define SCHED_QUNLOCK(r, x) pthread_mutex_unlock(&(r)->root_mtx[(x)]) |
|
|