Home
last modified time | relevance | path

Searched refs:PTHREAD_NUM_MAX (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c26 struct stat_bin bins[PTHREAD_NUM_MAX];
108 for (i = 0; i < PTHREAD_NUM_MAX; ++i) { in delete_node()
388 for (i = 0; i < PTHREAD_NUM_MAX; ++i) { in get_integrity_info()
557 for (tid = 0; tid < PTHREAD_NUM_MAX; ++tid) { in watch_mem()
682 for (tid = 0; tid < PTHREAD_NUM_MAX; ++tid) { in check_leak()
/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h12 #define PTHREAD_NUM_MAX 128 /* Same as number of task of kernel */ macro