Home
last modified time | relevance | path

Searched refs:TestThread (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_a/testsuites/unittest/basic/exc/smoke/
Dit_test_exc_004.cpp36 __attribute__((optnone)) static int TestThread(void) in TestThread() function
65 (void)TestThread(); in TestCase()
Dit_test_exc_002.cpp52 static int TestThread(void) in TestThread() function
90 (void)TestThread(); in TestCase()
Dit_test_exc_003.cpp56 static int TestThread(void) in TestThread() function
99 (void)TestThread(); in TestCase()
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
Dprocess_test_050.cpp36 static int TestThread(void *arg) in TestThread() function
74 pid = clone(TestThread, (void *)stackTop, CLONE_PARENT, &arg); in Testcase()
Dprocess_test_052.cpp36 static void *TestThread(void *arg) in TestThread() function
72 pid_t pid = clone(TestThread, (char *)stackTop, CLONE_PARENT | CLONE_VFORK | CLONE_FILES, &arg); in Testcase()
Dprocess_test_051.cpp36 static int TestThread(void *arg) in TestThread() function
89 pid = clone(TestThread, (void *)stackTop, CLONE_PARENT | CLONE_VFORK, &arg); in Testcase()
Dprocess_test_049.cpp42 static int TestThread(void *arg) in TestThread() function
99 pid = clone(TestThread, (void *)stackTop, CLONE_VFORK, &arg); in Testcase()