/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
H A D | hc_thread.h | 24 typedef int (*ThreadFunc)(void*); typedef 27 ThreadFunc threadFunc; 41 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
H A D | hc_thread.h | 28 typedef int (*ThreadFunc)(void*); typedef 31 ThreadFunc threadFunc; 45 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | thread_ex.cpp | 23 using ThreadFunc = int (*)(void*); typedef 27 ThreadFunc startRoutine; 39 ThreadFunc f = t->startRoutine; in Proxy() 73 para.startRoutine = reinterpret_cast<ThreadFunc>(&ThreadParam::Proxy); in CreatePThread()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | worker_thread.h | 115 void Start(void*(*ThreadFunc)(void*), void* args) in Start() 117 int ret = pthread_create(&thread_, &attr_, ThreadFunc, args); in Start() 124 ret = pthread_create(&thread_, &attr_, ThreadFunc, args); in Start()
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_loop.cpp | 49 void* ThreadFunc(void* p) in ThreadFunc() function 186 pthread_create(&thread, 0, ThreadFunc, loop);
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | main_client.cpp | 38 void ThreadFunc(std::shared_ptr<TestServiceClient> testClient) in ThreadFunc() function 101 std::thread temp(ThreadFunc, testClient); in main()
|
/ohos5.0/base/startup/init/test/unittest/modules/ |
H A D | context_unittest.cpp | 31 static void *ThreadFunc(void *arg) in ThreadFunc() function 53 int ret = pthread_create(&g_thread, nullptr, ThreadFunc, forkArg); in SubInitFork()
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
H A D | hc_thread.c | 113 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
H A D | hc_thread.c | 112 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/capturer/ |
H A D | module_inner_capturer_sink.c | 292 static void ThreadFunc(void *userdata) in ThreadFunc() function 459 if (!(u->thread = pa_thread_new("OS_InnerCap", ThreadFunc, u))) { in pa__init()
|
/ohos5.0/docs/zh-cn/application-dev/ffrt/ |
H A D | ffrt-development-guideline.md | 2005 void* ThreadFunc(void* p) 2021 pthread_create(&thread, 0, ThreadFunc, loop); 2067 void* ThreadFunc(void* p) 2080 pthread_create(&thread, 0, ThreadFunc, loop); 2150 void* ThreadFunc(void* p) 2182 pthread_create(&thread, 0, ThreadFunc, loop);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | module_split_stream_sink.c | 743 static void ThreadFunc(void *userdata) in ThreadFunc() function 1080 if (!(u->thread = pa_thread_new("OS_SplitStream", ThreadFunc, u))) { in pa__init()
|
/ohos5.0/docs/en/application-dev/ffrt/ |
H A D | ffrt-development-guideline.md | 2011 void* ThreadFunc(void* p) 2027 pthread_create(&thread, 0, ThreadFunc, loop); 2073 void* ThreadFunc(void* p) 2086 pthread_create(&thread, 0, ThreadFunc, loop); 2156 void* ThreadFunc(void* p) 2188 pthread_create(&thread, 0, ThreadFunc, loop);
|