Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dtree.h463 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument
464 RB_PROTOTYPE_INSERT_COLOR(name, type, attr); \
465 RB_PROTOTYPE_REMOVE_COLOR(name, type, attr); \
466 RB_PROTOTYPE_INSERT(name, type, attr); \
467 RB_PROTOTYPE_REMOVE(name, type, attr); \
468 RB_PROTOTYPE_FIND(name, type, attr); \
469 RB_PROTOTYPE_NFIND(name, type, attr); \
470 RB_PROTOTYPE_NEXT(name, type, attr); \
471 RB_PROTOTYPE_PREV(name, type, attr); \
472 RB_PROTOTYPE_MINMAX(name, type, attr); \
[all …]
/picolibc-latest/newlib/
DChangeLog-20159055 * libc/sys/linux/linuxthreads/attr.c: Fix up sched_priority
15528 * libc/sys/linux/linuxthreads/attr.c: Ditto.