Home
last modified time | relevance | path

Searched refs:CASE_POS (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/
DIt_posix_pthread.c61 CASE_POS(0, 0, 0, 0, 0, 0, 0, 0, "default"),
62 CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached"),
63 CASE_POS(0, 1, 0, 0, 0, 0, 0, 0, "Explicit sched"),
68 CASE_POS(0, 0, 0, 0, 1, 0, 0, 0, "Alternative contension scope"),
69 CASE_POS(0, 0, 0, 0, 0, 1, 0, 0, "Alternative stack"),
70 CASE_POS(0, 0, 0, 0, 0, 0, 1, 0, "No guard size"),
72 CASE_POS(0, 0, 0, 0, 0, 0, 0, 1, "Min stack size"),
74 CASE_POS(0, 0, 0, 0, 0, 0, 1, 1, "Min stack size, no guard"),
76 CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack"),
77 CASE_POS(1, 0, 0, 0, 0, 0, 1, 1, "Detached, Min stack size, no guard"),
DIt_posix_pthread.h100 #define CASE_POS(det, expl, scp, spa, sco, sta, gua, ssi, desc) CASE(det, expl, scp, spa, sco, sta,… macro
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
Dposix_pthread_test.cpp65 CASE_POS(0, 0, 0, 0, 0, 0, 0, 0, const_cast<char *>("default")),
66 CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, const_cast<char *>("detached")),
67 CASE_POS(0, 1, 0, 0, 0, 0, 0, 0, const_cast<char *>("Explicit sched")),
72 CASE_POS(0, 0, 0, 0, 1, 0, 0, 0, const_cast<char *>("Alternative contension scope")),
73 CASE_POS(0, 0, 0, 0, 0, 1, 0, 0, const_cast<char *>("Alternative stack")),
74 CASE_POS(0, 0, 0, 0, 0, 0, 1, 0, const_cast<char *>("No guard size")),
76 CASE_POS(0, 0, 0, 0, 0, 0, 0, 1, const_cast<char *>("Min stack size")),
78 CASE_POS(0, 0, 0, 0, 0, 0, 1, 1, const_cast<char *>("Min stack size, no guard")),
80 CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, const_cast<char *>("Detached, Alternative stack")),
81 CASE_POS(1, 0, 0, 0, 0, 0, 1, 1, const_cast<char *>("Detached, Min stack size, no guard")),
DIt_posix_pthread.h107 #define CASE_POS(det, expl, scp, spa, sco, sta, gua, ssi, desc) CASE(det, expl, scp, spa, sco, sta,… macro