Changes between Version 2 and Version 3 of pthread_join


Ignore:
Timestamp:
Aug 14, 2007, 11:16:31 AM (18 years ago)
Author:
Ghassan Almaless
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pthread_join

    v2 v3  
    2727
    2828= Erreurs =
    29 ESRCH: Aucun thread correspondant à th n' a pu être trouvé.[[BR]]
    30 EINVAL: Le thread th a été détaché.[[BR]]
    31 EINVAL: Un autre thread attend déjà la mort de th.[[BR]]
    32 EDEADLK: L'argument th représente le thread appelant.
     29 ESRCH::
     30 Aucun thread correspondant à th n' a pu être trouvé.[[BR]]
     31 EINVAL::
     32 Le thread th a été détaché.[[BR]]
     33 EINVAL::
     34 Un autre thread attend déjà la mort de th.[[BR]]
     35 EDEADLK::
     36 L'argument th représente le thread appelant.
    3337
    3438= Auteur =