* src/threads/native/threads.c (setPriority): Renamed to
authoredwin <none@none>
Wed, 3 May 2006 22:46:39 +0000 (22:46 +0000)
committeredwin <none@none>
Wed, 3 May 2006 22:46:39 +0000 (22:46 +0000)
commit38b474d3a4f8e845ea3cbac85003ec76f604d8e8
tree5419bf80e505f7f40dc51d7f0bb528d63df26e65
parent674f2a2cd96fded0683b64b065aec147a347b0ef
* src/threads/native/threads.c (setPriority): Renamed to
threads_set_thread_priority.
(removeFromWaiters): Renamed to threads_remove_waiter.
(timespec_less): Renamed to threads_timespec_earlier.
(timeIsEarlier): Renamed to threads_current_time_is_earlier_than.
(waitWithTimeout): Renamed to threads_wait_with_timeout. Removed unused
argument `lr`.
(thread_sleep): There is no need to create a lock record for
calling threads_wait_with_timeout, as that does not use the
lock record anyway (formerly waitWithTimeout).
(various function): Lots of documentation and cleanup.
src/threads/native/threads.c