Home
last modified time | relevance | path

Searched refs:thread_func (Results 1 – 25 of 42) sorted by relevance

12

/external/libhevc/encoder/
Dosal_thread.c146 hdl->thread_func = attr->thread_func; in osal_thread_create()
253 if(hdl->exit_code == hdl->thread_func(hdl->thread_param)) in osal_func()
522 hdl->thread_func = 0; in osal_get_thread_handle()
/external/compiler-rt/test/lsan/TestCases/
Dcleanup_in_tsd_destructor.c26 void *thread_func(void *arg) { in thread_func() function
38 res = pthread_create(&thread_id, 0, thread_func, 0); in main()
Ddisabler_in_tsd_destructor.c24 void *thread_func(void *arg) { in thread_func() function
34 res = pthread_create(&thread_id, 0, thread_func, 0); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
D1-1.c29 static void *thread_func() in thread_func() function
48 rc = pthread_create(&new_th, NULL, thread_func, NULL); in main()
D1-2.c30 void *thread_func(void) in thread_func() function
70 rc = pthread_create(&new_th, NULL, thread_func, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/speculative/
D3-1.c31 void *thread_func() in thread_func() function
43 rc = pthread_create(&new_th, NULL, thread_func, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/
D1-1.c30 void *thread_func() in thread_func() function
51 rc = pthread_create(&new_th, NULL, thread_func, NULL); in main()
/external/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill02.c18 static void *thread_func(void *arg) in thread_func() function
49 SAFE_PTHREAD_CREATE(&thread, NULL, thread_func, &tid); in run()
Dtgkill01.c34 static void *thread_func(void *arg) in thread_func() function
54 SAFE_PTHREAD_CREATE(&thread->thread, NULL, thread_func, thread); in start_thread()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D3-1.c37 static void *thread_func(LTP_ATTRIBUTE_UNUSED void *unused) in thread_func() function
62 SAFE_PFUNC(pthread_create(&th, NULL, thread_func, NULL)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
D1-1.c30 void *thread_func() in thread_func() function
56 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
D1-1.c30 void *thread_func() in thread_func() function
71 rc = pthread_create(&thread, &attr, thread_func, NULL); in main()
D1-2.c31 void *thread_func() in thread_func() function
73 rc = pthread_create(&thread, &attr, thread_func, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
D1-1.c35 void *thread_func() in thread_func() function
87 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
D4-1.c42 void *thread_func() in thread_func() function
104 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
D2-1.c38 void *thread_func() in thread_func() function
111 if ((rc = pthread_create(&new_th, &attr, thread_func, NULL)) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D2-1.c33 void *thread_func() in thread_func() function
82 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
D2-2.c39 void *thread_func(void *arg) in thread_func() function
96 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
D1-1.c32 void *thread_func() in thread_func() function
79 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
D2-1.c38 void *thread_func() in thread_func() function
105 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
/external/stressapptest/src/
Dfindmask.c58 void* thread_func(void* arg) { in thread_func() function
134 pthread_create(&threads[i], 0, thread_func, (void*)i); in main()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_posix_test.cc39 void *thread_func(void *arg) { in thread_func() function
46 ASSERT_EQ(0, pthread_create(&tid, 0, &thread_func, in SpawnThread()
/external/libxcam/xcore/
Dxcam_thread.cpp44 Thread::thread_func (void *user_data) in thread_func() function in XCam::Thread
98 if (pthread_create (&_thread_id, NULL, (void * (*)(void*))thread_func, this) != 0) in start()
/external/harfbuzz_ng/test/api/
Dtest-multithread.c77 thread_func (void *data) in thread_func() function
108 pthread_create (&threads[i], NULL, thread_func, buffer); in test_body()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
Dcommon.h45 static void *thread_func(void *data) in thread_func() function
129 rc = pthread_create(&thread, &attr, thread_func, p); in create_test_thread()

12