Home
last modified time | relevance | path

Searched refs:pthread_attr_destroy (Results 1 - 25 of 99) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A 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()
H A 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()
H A Dpthread_attr_setguardsize.c34 pthread_attr_destroy(&attr); in pthread_attr_setguardsize_0100()
49 pthread_attr_destroy(&attr); in pthread_attr_setguardsize_0200()
H A Dpthread_attr_setdetachstate.c37 pthread_attr_destroy(&attr); in pthread_attr_setdetachstate_0100()
51 pthread_attr_destroy(&attr); in pthread_attr_setdetachstate_0200()
H A Dpthread_attr_setinheritsched.c41 pthread_attr_destroy(&attr); in pthread_attr_setinheritsched_0100()
62 pthread_attr_destroy(&attr); in pthread_attr_setinheritsched_0200()
H A Dpthread_attr_setstacksize.c34 pthread_attr_destroy(&attr); in pthread_attr_setstacksize_0100()
48 pthread_attr_destroy(&attr); in pthread_attr_setstacksize_0200()
H A Dpthread_attr_getstack.c36 pthread_attr_destroy(&attr); in pthread_attr_getstack_0100()
58 pthread_attr_destroy(&attr); in pthread_attr_getstack_0200()
H A Dpthread_attr_setstack.c62 pthread_attr_destroy(&attr); in pthread_attr_setstack_0100()
87 pthread_attr_destroy(&attr); in pthread_attr_setstack_0200()
H A Dpthread_setschedprio.c68 pthread_attr_destroy(&attr); in pthread_setschedprio_0100()
90 pthread_attr_destroy(&attr); in pthread_setschedprio_0200()
H A Dpthread_attr_destroy.c27 int result = pthread_attr_destroy(&attr); in pthread_attr_destroy_0100()
H A Dpthread_attr_setschedparam.c39 pthread_attr_destroy(&attr); in pthread_attr_setschedparam_0100()
H A Dpthread_attr_setschedpolicy.c36 pthread_attr_destroy(&attr); in pthread_attr_setschedpolicy_0100()
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A 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/node/deps/v8/src/base/platform/
H A Dplatform-solaris.cc85 pthread_attr_destroy(&attr); in GetStackStart()
88 pthread_attr_destroy(&attr); in GetStackStart()
H A Dplatform-freebsd.cc117 pthread_attr_destroy(&attr); in GetStackStart()
120 pthread_attr_destroy(&attr); in GetStackStart()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A Dcommon.h112 pthread_attr_destroy(attr); in init_attr()
140 pthread_attr_destroy(&attr); in create_test_thread()
H A D4-1.c47 pthread_attr_destroy(&attr); in main()
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_destroy.c4 _LIBC_TEXT_SECTION int pthread_attr_destroy(pthread_attr_t *a) in pthread_attr_destroy() function
/third_party/musl/src/thread/
H A Dpthread_attr_destroy.c3 int pthread_attr_destroy(pthread_attr_t *a) in pthread_attr_destroy() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
H A D11-1-buildonly.c10 int pthread_attr_destroy(pthread_attr_t *);
19 pthread_attr_destroy(&a); in dummy_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A 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_destroy/
H A D3-1.c8 * Upon successful completion, pthread_attr_destroy() shall return a value of 0.
12 * 2. Destroy that initialized attribute using pthread_attr_destroy().
33 if (pthread_attr_destroy(&new_attr) != 0) { in main()
H A D2-1.c14 * 2. Destroy that initialized attribute using pthread_attr_destroy()
36 if (pthread_attr_destroy(&new_attr) != 0) { in main()
H A D1-1.c8 * Test that pthread_attr_destroy()
10 * pthread_attr_destroy() to set 'attr' to an implementation-defined invalid
15 * 2. Destroy that initialized attribute using pthread_attr_destroy()
47 if (pthread_attr_destroy(&new_attr) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D4-1.c45 rc = pthread_attr_destroy(&attr); in main()
47 perror(ERROR_PREFIX "pthread_attr_destroy"); in main()

Completed in 10 milliseconds

1234