Home
last modified time | relevance | path

Searched refs:pthread_attr_destroy (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_attr_setscope.c30 pthread_attr_destroy(&attr); in pthread_attr_setscope_0100()
44 pthread_attr_destroy(&attr); in pthread_attr_setscope_0200()
58 pthread_attr_destroy(&attr); in pthread_attr_setscope_0300()
Dpthread_attr_get.c35 pthread_attr_destroy(&attr); in pthread_attr_getscope_0100()
50 pthread_attr_destroy(&attr); in pthread_attr_getguardsize_0100()
80 pthread_attr_destroy(&attr); in pthread_attr_getinheritsched_0100()
102 pthread_attr_destroy(&attr); in pthread_attr_getinheritsched_0200()
332 pthread_attr_destroy(&attr); in pthread_attr_getdetachstate_0100()
352 pthread_attr_destroy(&attr); in pthread_attr_getschedpolicy_0100()
377 pthread_attr_destroy(&attr); in pthread_attr_getschedparam_0100()
397 pthread_attr_destroy(&attr); in pthread_attr_getstacksize_0100()
Dpthread_attr_setguardsize.c34 pthread_attr_destroy(&attr); in pthread_attr_setguardsize_0100()
49 pthread_attr_destroy(&attr); in pthread_attr_setguardsize_0200()
Dpthread_attr_setstacksize.c34 pthread_attr_destroy(&attr); in pthread_attr_setstacksize_0100()
48 pthread_attr_destroy(&attr); in pthread_attr_setstacksize_0200()
Dpthread_attr_setdetachstate.c37 pthread_attr_destroy(&attr); in pthread_attr_setdetachstate_0100()
51 pthread_attr_destroy(&attr); in pthread_attr_setdetachstate_0200()
Dpthread_attr_setinheritsched.c41 pthread_attr_destroy(&attr); in pthread_attr_setinheritsched_0100()
62 pthread_attr_destroy(&attr); in pthread_attr_setinheritsched_0200()
Dpthread_attr_getstack.c36 pthread_attr_destroy(&attr); in pthread_attr_getstack_0100()
58 pthread_attr_destroy(&attr); in pthread_attr_getstack_0200()
Dpthread_attr_setstack.c62 pthread_attr_destroy(&attr); in pthread_attr_setstack_0100()
87 pthread_attr_destroy(&attr); in pthread_attr_setstack_0200()
Dpthread_setschedprio.c68 pthread_attr_destroy(&attr); in pthread_setschedprio_0100()
90 pthread_attr_destroy(&attr); in pthread_setschedprio_0200()
Dpthread_attr_destroy.c27 int result = pthread_attr_destroy(&attr); in pthread_attr_destroy_0100()
Dpthread_attr_setschedpolicy.c36 pthread_attr_destroy(&attr); in pthread_attr_setschedpolicy_0100()
Dpthread_attr_setschedparam.c39 pthread_attr_destroy(&attr); in pthread_attr_setschedparam_0100()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/
Dcoverage.txt1 This document defines the coverage for the pthread_attr_destroy function:
9 Note: pthread_attr_destroy leaves a lot up to the implementation of threads
11 on, pthread_attr_destroy() does nothing.
D3-1.c33 if (pthread_attr_destroy(&new_attr) != 0) { in main()
D2-1.c36 if (pthread_attr_destroy(&new_attr) != 0) { in main()
D1-1.c47 if (pthread_attr_destroy(&new_attr) != 0) { in main()
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
DdeThreadUnix.c94 pthread_attr_destroy(&attr); in deThread_create()
101 pthread_attr_destroy(&attr); in deThread_create()
107 pthread_attr_destroy(&attr); in deThread_create()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
Dcommon.h112 pthread_attr_destroy(attr); in init_attr()
140 pthread_attr_destroy(&attr); in create_test_thread()
D4-1.c47 pthread_attr_destroy(&attr); in main()
/third_party/musl/src/thread/
Dpthread_attr_destroy.c3 int pthread_attr_destroy(pthread_attr_t *a) in pthread_attr_destroy() function
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_destroy.c4 _LIBC_TEXT_SECTION int pthread_attr_destroy(pthread_attr_t *a) in pthread_attr_destroy() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D11-1-buildonly.c19 pthread_attr_destroy(&a); in dummy_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-6.c137 pthread_attr_destroy(&attr); in run_hp_threads()
270 pthread_attr_destroy(&attr); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
D4-1.c45 rc = pthread_attr_destroy(&attr); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D4-1.c45 rc = pthread_attr_destroy(&attr); in main()

12345