Home
last modified time | relevance | path

Searched refs:PTHREAD_DATA_NAME_MAX (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/compat/posix/src/
H A Dpprivate.h47 #define PTHREAD_DATA_NAME_MAX 20 macro
56 CHAR name[PTHREAD_DATA_NAME_MAX]; /* name string for debugging */
H A Dpthread.c222 CHAR name[PTHREAD_DATA_NAME_MAX] = {0}; in pthread_create()
258 ret = InitPthreadData(*thread, &userAttr, name, PTHREAD_DATA_NAME_MAX); in pthread_create()

Completed in 2 milliseconds