Changes between Initial Version and Version 1 of Ticket #1, comment 55


Ignore:
Timestamp:
05/02/13 14:58:01 (11 years ago)
Author:
cheese

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1, comment 55

    initial v1  
    55hp-ux 의 pthread_create man page
    66{{{
    7  RETURN VALUE
    8       Upon successful completion, pthread_mutex_init() and
    9       pthread_mutex_destroy() return zero.  Otherwise, an error number is
    10       returned to indicate the error (the errno variable is not set).
     7RETURN VALUE
     8      Upon successful completion, pthread_create() returns zero. Otherwise,
     9      an error number is returned to indicate the error (the errno variable
     10      is not set).
    1111}}}