diff options
author | davidxu <davidxu@FreeBSD.org> | 2004-08-03 02:23:06 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2004-08-03 02:23:06 +0000 |
commit | 6f2afa324d1065b683deec76bffd5785ba2d4989 (patch) | |
tree | ecab1eab8d4a6ebfbf396cb5ab2e5d6c501e078f /lib/libpthread/thread/thr_priority_queue.c | |
parent | 4b4df6655a6958a27b64cae8ba605a069de6592f (diff) | |
download | FreeBSD-src-6f2afa324d1065b683deec76bffd5785ba2d4989.zip FreeBSD-src-6f2afa324d1065b683deec76bffd5785ba2d4989.tar.gz |
s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/g
Dicussed with: deischen
Diffstat (limited to 'lib/libpthread/thread/thr_priority_queue.c')
-rw-r--r-- | lib/libpthread/thread/thr_priority_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_priority_queue.c b/lib/libpthread/thread/thr_priority_queue.c index 83187ff..f750a01 100644 --- a/lib/libpthread/thread/thr_priority_queue.c +++ b/lib/libpthread/thread/thr_priority_queue.c @@ -274,7 +274,7 @@ _pq_first_debug(pq_queue_t *pq) } else { /* * note there may be a suspension event during this - * test, If TMDF_DONOTRUNUSER is set after we tested it, + * test, If TMDF_SUSPEND is set after we tested it, * we will run the thread, this seems be a problem, * fortunatly, when we are being debugged, all context * switch will be done by kse_switchin, that is a |