Searched refs:currTID (Results 1 – 5 of 5) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
D | pthread_test_021.cpp | 38 int currTID = Syscall(SYS_gettid, 0, 0, 0, 0); in ThreadFuncTest() local 47 printf("--- 1 edf Tid[%d] PTid[%d] thread start ---\n\r", currTID, pt); in ThreadFuncTest() 55 printf("--- 2 edf Tid[%d] PTid[%d] thread running ---\n\r", currTID, pt); in ThreadFuncTest() 59 printf("--- 3 edf Tid[%d] PTid[%d] thread end ---\n\r", currTID, pt); in ThreadFuncTest() 75 int currTID = Syscall(SYS_gettid, 0, 0, 0, 0); in ChildProcess() local 92 ret = pthread_create(&newUserThread, NULL, ThreadFuncTest, (void *)currTID); in ChildProcess() 95 printf("--- 1 edf Tid[%d] thread start ---\n\r", currTID); in ChildProcess() 103 printf("--- 2 edf Tid[%d] thread running ---\n\r", currTID); in ChildProcess() 107 printf("--- 3 edf Tid[%d] thread end ---\n\r", currTID); in ChildProcess()
|
D | pthread_test_022.cpp | 38 int currTID = Syscall(SYS_gettid, 0, 0, 0, 0); in EdfProcess() local 47 printf("--- edf2 -- 1 -- Tid[%d] thread start ---\n\r", currTID); in EdfProcess() 55 printf("--- edf2 -- 2 -- Tid[%d] thread running ---\n\r", currTID); in EdfProcess() 59 printf("--- edf2 -- 3 -- Tid[%d] thread end ---\n\r", currTID); in EdfProcess() 72 int currTID = Syscall(SYS_gettid, 0, 0, 0, 0); in ChildProcess() local 97 printf("--- edf1 -- 1 -- Tid[%d] thread start ---\n\r", currTID); in ChildProcess() 103 printf("--- edf1 -- 2 -- Tid[%d] thread running ---\n\r", currTID); in ChildProcess() 107 printf("--- edf1 -- 3 -- Tid[%d] thread end ---\n\r", currTID); in ChildProcess()
|
D | pthread_test_024.cpp | 46 int currTID = Syscall(SYS_gettid, 0, 0, 0, 0); in ChildProcess() local 58 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, (void *)currTID); in ChildProcess()
|
D | pthread_test_025.cpp | 50 int currTID = Syscall(SYS_gettid, 0, 0, 0, 0); in ChildProcess() local 62 ret = pthread_create(&newUserThread, &a, ThreadFuncTest, (void *)currTID); in ChildProcess()
|
D | pthread_test_023.cpp | 47 int currTID = Syscall(SYS_gettid, 0, 0, 0, 0); in ChildProcess() local 73 printf("--- edf2 -- 1 -- Tid[%d] thread end ---\n\r", currTID); in ChildProcess()
|