Changes between Version 51 and Version 52 of Developer/SMP


Ignore:
Timestamp:
03/06/14 13:22:13 (10 years ago)
Author:
Sh
Comment:

/* Requirements */ Restrict owning resources to semaphores

Legend:

Unmodified
Added
Removed
Modified
  • Developer/SMP

    v51 v52  
    4141  *  The POSIX key destructor shall execute in the context of the deleted thread.
    4242  *  The POSIX key destructor shall execute in case a thread is re-started in the context of the re-started thread.
    43   *  In case a thread owns operating system provided resources after the cleanup procedure, then this shall result in a fatal error.
     43  *  In case a thread owns semaphore objects after the cleanup procedure, then this shall result in a fatal error.
    4444 *  Non-Thread Object Life Cycle
    4545  *  Concurrent object deletion is for example deletion requests issued by multiple threads for one object or usage of an object while a deletion request was issued.
     
    14951495 *  explicit thread migration, e.g. if a thread should move from one scheduler domain to another,
    14961496 *  thread deletion, since the thread stack is in use until the thread stopped execution, or
    1497  *  re
     1497 *  restart of threads e