/external/libhevc/encoder/ |
D | osal_thread.c | 146 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/ |
D | cleanup_in_tsd_destructor.c | 26 void *thread_func(void *arg) { in thread_func() function 38 res = pthread_create(&thread_id, 0, thread_func, 0); in main()
|
D | disabler_in_tsd_destructor.c | 24 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/ |
D | 1-1.c | 29 static void *thread_func() in thread_func() function 48 rc = pthread_create(&new_th, NULL, thread_func, NULL); in main()
|
D | 1-2.c | 30 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/ |
D | 3-1.c | 31 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/ |
D | 1-1.c | 30 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/ |
D | tgkill02.c | 18 static void *thread_func(void *arg) in thread_func() function 49 SAFE_PTHREAD_CREATE(&thread, NULL, thread_func, &tid); in run()
|
D | tgkill01.c | 34 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/ |
D | 3-1.c | 37 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/ |
D | 1-1.c | 30 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/ |
D | 1-1.c | 30 void *thread_func() in thread_func() function 71 rc = pthread_create(&thread, &attr, thread_func, NULL); in main()
|
D | 1-2.c | 31 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/ |
D | 1-1.c | 35 void *thread_func() in thread_func() function 87 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
|
D | 4-1.c | 42 void *thread_func() in thread_func() function 104 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
|
D | 2-1.c | 38 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/ |
D | 2-1.c | 33 void *thread_func() in thread_func() function 82 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
|
D | 2-2.c | 39 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/ |
D | 1-1.c | 32 void *thread_func() in thread_func() function 79 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
|
D | 2-1.c | 38 void *thread_func() in thread_func() function 105 rc = pthread_create(&new_th, &attr, thread_func, NULL); in main()
|
/external/stressapptest/src/ |
D | findmask.c | 58 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/ |
D | sanitizer_posix_test.cc | 39 void *thread_func(void *arg) { in thread_func() function 46 ASSERT_EQ(0, pthread_create(&tid, 0, &thread_func, in SpawnThread()
|
/external/libxcam/xcore/ |
D | xcam_thread.cpp | 44 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/ |
D | test-multithread.c | 77 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/ |
D | common.h | 45 static void *thread_func(void *data) in thread_func() function 129 rc = pthread_create(&thread, &attr, thread_func, p); in create_test_thread()
|