Searched refs:PTHREAD_CANCEL_DEFERRED (Results 1 - 18 of 18) sorted by relevance
/third_party/musl/src/time/ |
H A D | getdate.c | 18 pthread_setcancelstate(PTHREAD_CANCEL_DEFERRED, &cs); in getdate()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/ |
H A D | 1-2.c | 11 * 'state' can either be PTHREAD_CANCEL_DEFERRED, or PTHREAD_CANCEL_ASYNCHRONOUS. 13 * Test when a thread is PTHREAD_CANCEL_DEFERRED 18 * 3. In the thread function, set the type to PTHREAD_CANCEL_DEFERRED 57 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/ |
H A D | 1-1.c | 11 * 'state' can either be PTHREAD_CANCEL_DEFERRED, or PTHREAD_CANCEL_ASYNCHRONOUS. 13 * Test when a thread is PTHREAD_CANCEL_DEFERRED 18 * 3. In the thread function, set the type to PTHREAD_CANCEL_DEFERRED 57 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
H A D | 1-3.c | 13 * Test when a thread is PTHREAD_CANCEL_ENABLE and PTHREAD_CANCEL_DEFERRED 18 * 3. In the thread function, set the type to PTHREAD_CANCEL_DEFERRED and state to 58 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
H A D | 3-1.c | 53 err = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_pthrd_test.cpp | 248 EXPECT_EQ(0, pthread_setcancelstate(PTHREAD_CANCEL_DEFERRED, &oldstate)); in HWTEST_F() 252 EXPECT_EQ(oldstate, PTHREAD_CANCEL_DEFERRED); in HWTEST_F()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 75 #define PTHREAD_CANCEL_DEFERRED 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 75 #define PTHREAD_CANCEL_DEFERRED 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 75 #define PTHREAD_CANCEL_DEFERRED 0 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | pthread.h | 68 #define PTHREAD_CANCEL_DEFERRED 0 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 22 C(PTHREAD_CANCEL_DEFERRED) in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 94 #define PTHREAD_CANCEL_DEFERRED 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | pthread.h | 139 #define PTHREAD_CANCEL_DEFERRED 0 macro
|
/third_party/musl/include/ |
H A D | pthread.h | 69 #define PTHREAD_CANCEL_DEFERRED 0 macro
|
/third_party/alsa-utils/bat/ |
H A D | tinyalsa.c | 528 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in record_tinyalsa()
|
H A D | alsa.c | 703 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in record_alsa()
|
/third_party/backends/backend/ |
H A D | avision.c | 7478 pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED, &old); in reader_process()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 17818 PTHREAD_CANCEL_DEFERRED, 18132 void __defer () { pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED, [all...] |
Completed in 41 milliseconds