Changeset 632 for trunk/libs
- Timestamp:
- May 28, 2019, 2:56:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/libpthread/pthread.h
r581 r632 33 33 /********************************************************************************************* 34 34 * This function creates a new user thread. The <user_attr> argument is a pointer 35 * on a structure containing the thread attributes, defined in th read.h file.35 * on a structure containing the thread attributes, defined in the shared_pthread.h file. 36 36 ********************************************************************************************* 37 37 * @ 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. 39 39 * @ start_func : [in] pointer on start function. 40 40 * @ start_args : [in] pointer on start function arguments.
Note: See TracChangeset
for help on using the changeset viewer.