Ignore:
Timestamp:
May 28, 2019, 2:56:04 PM (5 years ago)
Author:
alain
Message:

This version replace the RPC by direct remote memory access
for physical pages allacation/release.
It is commited before being tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/libpthread/pthread.h

    r581 r632  
    3333/*********************************************************************************************
    3434 * This function creates a new user thread. The <user_attr> argument is a pointer
    35  * on a structure containing the thread attributes, defined in thread.h file.
     35 * on a structure containing the thread attributes, defined in the shared_pthread.h file.
    3636 *********************************************************************************************
    3737 * @ trdid       : [out] buffer for created thread identifier in process.
    38  * @ user_attr   : [in]  pointer on thread attributes structure.
     38 * @ attr        : [in]  pointer on user defined attributes structure.
    3939 * @ start_func  : [in]  pointer on start function.
    4040 * @ start_args  : [in]  pointer on start function arguments.
Note: See TracChangeset for help on using the changeset viewer.