Home
last modified time | relevance | path

Searched refs:PTHREAD_CANCEL_DEFERRED (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/time/
H A Dgetdate.c18 pthread_setcancelstate(PTHREAD_CANCEL_DEFERRED, &cs); in getdate()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/
H A D1-2.c11 * '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 D1-1.c11 * '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 D1-3.c13 * 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 D3-1.c53 err = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_pthrd_test.cpp248 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 Dpthread.h75 #define PTHREAD_CANCEL_DEFERRED 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h75 #define PTHREAD_CANCEL_DEFERRED 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h75 #define PTHREAD_CANCEL_DEFERRED 0 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h68 #define PTHREAD_CANCEL_DEFERRED 0 macro
/third_party/musl/libc-test/src/api/
H A Dpthread.c22 C(PTHREAD_CANCEL_DEFERRED) in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h94 #define PTHREAD_CANCEL_DEFERRED 0 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h139 #define PTHREAD_CANCEL_DEFERRED 0 macro
/third_party/musl/include/
H A Dpthread.h69 #define PTHREAD_CANCEL_DEFERRED 0 macro
/third_party/alsa-utils/bat/
H A Dtinyalsa.c528 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in record_tinyalsa()
H A Dalsa.c703 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in record_alsa()
/third_party/backends/backend/
H A Davision.c7478 pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED, &old); in reader_process()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17818 PTHREAD_CANCEL_DEFERRED,
18132 void __defer () { pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED,
[all...]

Completed in 41 milliseconds