Searched refs:TestThread (Results 1 – 7 of 7) sorted by relevance
| /kernel/liteos_a/testsuites/unittest/basic/exc/smoke/ |
| D | it_test_exc_004.cpp | 36 __attribute__((optnone)) static int TestThread(void) in TestThread() function 65 (void)TestThread(); in TestCase()
|
| D | it_test_exc_002.cpp | 52 static int TestThread(void) in TestThread() function 90 (void)TestThread(); in TestCase()
|
| D | it_test_exc_003.cpp | 56 static int TestThread(void) in TestThread() function 99 (void)TestThread(); in TestCase()
|
| /kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
| D | process_test_050.cpp | 36 static int TestThread(void *arg) in TestThread() function 74 pid = clone(TestThread, (void *)stackTop, CLONE_PARENT, &arg); in Testcase()
|
| D | process_test_052.cpp | 36 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()
|
| D | process_test_051.cpp | 36 static int TestThread(void *arg) in TestThread() function 89 pid = clone(TestThread, (void *)stackTop, CLONE_PARENT | CLONE_VFORK, &arg); in Testcase()
|
| D | process_test_049.cpp | 42 static int TestThread(void *arg) in TestThread() function 99 pid = clone(TestThread, (void *)stackTop, CLONE_VFORK, &arg); in Testcase()
|