Changeset 647 for trunk/libs/libpthread
- Timestamp:
- Oct 22, 2019, 1:48:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/libpthread/pthread.h
r640 r647 32 32 33 33 /********************************************************************************************* 34 * This function creates a new user thread. The < user_attr> argument is a pointer34 * This function creates a new user thread. The <attr> argument is a pointer 35 35 * on a structure containing the thread attributes, defined in the shared_pthread.h file. 36 * The thread entry point is defined by the <start_func> and <start_args> arguments. 36 37 ********************************************************************************************* 37 38 * @ trdid : [out] buffer for created thread identifier in process.
Note: See TracChangeset
for help on using the changeset viewer.