Searched refs:pthread_setcanceltype (Results 1 – 25 of 30) sorted by relevance
12
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/smoke/ |
D | It_posix_pthread_021.cpp | 54 ret = pthread_setcanceltype(0, &oldstype); in Testcase() 57 ret = pthread_setcanceltype(3, &oldstype); in Testcase() 60 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in Testcase() 63 ret = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldstate); in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/smoke/ |
D | It_posix_pthread_021.c | 59 ret = pthread_setcanceltype(2, &oldstype); // 2, test for invalid param. in Testcase() 62 ret = pthread_setcanceltype(3, &oldstype); // 3, test for invalid param. in Testcase() 65 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in Testcase() 68 ret = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldstate); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
D | It_posix_pthread_091.cpp | 42 ret = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldstate); in pthread_f01() 64 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in pthread_f02()
|
D | It_posix_pthread_057.cpp | 43 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in pthread_f01() 60 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in pthread_f02()
|
D | It_posix_pthread_240.cpp | 37 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in pthread_f01()
|
D | It_posix_pthread_238.cpp | 40 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in pthread_f01()
|
D | It_posix_pthread_144.cpp | 37 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in pthread_f01()
|
D | It_posix_pthread_233.cpp | 44 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in pthread_f01()
|
D | It_posix_pthread_095.cpp | 66 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in pthread_f01()
|
D | It_posix_pthread_066.cpp | 60 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in pthread_f01()
|
D | It_posix_pthread_094.cpp | 60 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in pthread_f01()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
D | It_posix_pthread_058.c | 54 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in PthreadF01() 80 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in PthreadF02()
|
D | It_posix_pthread_101.c | 48 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in PthreadF01()
|
D | It_posix_pthread_240.c | 44 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in PthreadF01()
|
D | It_posix_pthread_057.c | 48 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in PthreadF01()
|
D | It_posix_pthread_233.c | 51 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in PthreadF01()
|
D | It_posix_pthread_238.c | 47 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in PthreadF01()
|
D | It_posix_pthread_215.c | 53 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in PthreadF01()
|
D | It_posix_pthread_144.c | 44 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in PthreadF01()
|
D | It_posix_pthread_068.c | 64 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in PthreadF01()
|
D | It_posix_pthread_092.c | 68 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in PthreadF01()
|
D | It_posix_pthread_095.c | 71 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in PthreadF01()
|
D | It_posix_pthread_066.c | 66 ret = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in PthreadF01()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
D | pthread_test_001.cpp | 67 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in ThreadFunc4()
|
D | pthread_test_004.cpp | 159 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in ThreadFunc4()
|
12