Home
last modified time | relevance | path

Searched refs:TestSpawnAttr (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
Dprocess_test_058.cpp154 static int TestSpawnAttr(short flag) in TestSpawnAttr() function
208 ret = TestSpawnAttr(POSIX_SPAWN_RESETIDS); in TestCase()
211 ret = TestSpawnAttr(POSIX_SPAWN_SETPGROUP); in TestCase()
214 ret = TestSpawnAttr(POSIX_SPAWN_SETSIGDEF); in TestCase()
217 ret = TestSpawnAttr(POSIX_SPAWN_SETSIGMASK); in TestCase()
220 ret = TestSpawnAttr(POSIX_SPAWN_SETSCHEDPARAM); in TestCase()
223 ret = TestSpawnAttr(POSIX_SPAWN_SETSCHEDULER); in TestCase()
Dprocess_test_067.cpp103 static int TestSpawnAttr(short flag) in TestSpawnAttr() function
182 ret = TestSpawnAttr(POSIX_SPAWN_RESETIDS); in TestCase()
185 ret = TestSpawnAttr(POSIX_SPAWN_SETSCHEDPARAM); in TestCase()
188 ret = TestSpawnAttr(POSIX_SPAWN_SETSCHEDULER); in TestCase()
191 ret = TestSpawnAttr(POSIX_SPAWN_SETPGROUP); in TestCase()
Dprocess_test_066.cpp103 static int TestSpawnAttr(short flag) in TestSpawnAttr() function
184 ret = TestSpawnAttr(POSIX_SPAWN_RESETIDS); in TestCase()
187 ret = TestSpawnAttr(POSIX_SPAWN_SETSCHEDPARAM); in TestCase()
190 ret = TestSpawnAttr(POSIX_SPAWN_SETSCHEDULER); in TestCase()
193 ret = TestSpawnAttr(POSIX_SPAWN_SETPGROUP); in TestCase()