[D-runtime] [D-Programming-Language/druntime] ece1ee: unittest for Thread.priority

GitHub noreply at github.com
Wed Jun 19 06:53:45 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: ece1ee3aaeb4ef81dd17bf752a0caed9d2fb844d
      https://github.com/D-Programming-Language/druntime/commit/ece1ee3aaeb4ef81dd17bf752a0caed9d2fb844d
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

  Changed paths:
    M src/core/thread.d

  Log Message:
  -----------
  unittest for Thread.priority


  Commit: 9d9b4d184b1ff58d62e2bc1397607c11b0156e4b
      https://github.com/D-Programming-Language/druntime/commit/9d9b4d184b1ff58d62e2bc1397607c11b0156e4b
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

  Changed paths:
    M src/core/sys/posix/pthread.d
    M src/core/thread.d

  Log Message:
  -----------
  use pthread_setschedprio where available

- on linux since glibc 2.3.4. (Jan 2005)
- on OSX and FreeBSD it's missing


  Commit: 1c3e499811764c6f18101f128c46ed400a443137
      https://github.com/D-Programming-Language/druntime/commit/1c3e499811764c6f18101f128c46ed400a443137
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

  Changed paths:
    M src/core/thread.d
    M src/core/thread.di

  Log Message:
  -----------
  add Thread.PRIORITY_DEFAULT and use Windows constants


  Commit: b7f7b5cbf9591f5095c1029de69fdfd6ce727166
      https://github.com/D-Programming-Language/druntime/commit/b7f7b5cbf9591f5095c1029de69fdfd6ce727166
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

  Changed paths:
    M src/core/thread.d

  Log Message:
  -----------
  add in contract to Thread.priority setter


  Commit: 73d3205773ab32e635afb83c29b5d709245a441d
      https://github.com/D-Programming-Language/druntime/commit/73d3205773ab32e635afb83c29b5d709245a441d
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2013-06-19 (Wed, 19 Jun 2013)

  Changed paths:
    M src/core/sys/posix/pthread.d
    M src/core/thread.d
    M src/core/thread.di

  Log Message:
  -----------
  Merge pull request #526 from dawgfoto/threadPriority

improve Thread priority


Compare: https://github.com/D-Programming-Language/druntime/compare/422411c2d6a0...73d3205773ab


More information about the D-runtime mailing list