Changeset 5984
- Timestamp:
- Mar 7, 2007, 5:56:01 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/linux-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/linux-files.lisp
r5919 r5984 1131 1131 1))) 1132 1132 ))) 1133 1134 (def-load-pointers spin-count () 1135 (if (eql 1 (cpu-count)) 1136 (setq *spin-lock-tries* 1) 1137 (setq *spin-lock-tries 1024))) 1138 1139 (defun yield () 1140 (#_sched_yield))
Note:
See TracChangeset
for help on using the changeset viewer.
