Changeset 25f62cdf in mainline
- Timestamp:
- 2005-04-22T10:34:59Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f07bba5
- Parents:
- 425913b
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.config
r425913b r25f62cdf 23 23 #TEST_DIR=synch/rwlock2/ 24 24 #TEST_DIR=synch/rwlock3/ 25 #TEST_DIR=synch/rwlock4/26 TEST_DIR=synch/rwlock5/25 TEST_DIR=synch/rwlock4/ 26 #TEST_DIR=synch/rwlock5/ 27 27 #TEST_DIR=synch/semaphore1/ 28 28 #TEST_DIR=synch/semaphore2/ -
src/synch/waitq.c
r425913b r25f62cdf 167 167 * Short emulation of scheduler() return code. 168 168 */ 169 before_thread_runs(); 169 170 spinlock_unlock(&THREAD->lock); 170 171 cpu_priority_restore(pri);
Note:
See TracChangeset
for help on using the changeset viewer.