Home
last modified time | relevance | path

Searched defs:thread (Results 176 - 200 of 353) sorted by relevance

12345678910>>...15

/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidRenderActivity.cpp319 void RenderActivity::setThread (RenderThread* thread) in setThread() argument
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp179 void Printer::PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadHeaderByConfig() argument
217 PrintThreadBacktraceByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) PrintThreadBacktraceByConfig() argument
252 PrintThreadRegsByConfig(std::shared_ptr<DfxThread> thread) PrintThreadRegsByConfig() argument
276 PrintThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder) PrintThreadFaultStackByConfig() argument
[all...]
/base/startup/init/test/moduletest/
H A Dparam_test_cmds.c68 static pthread_t thread = 0; in BShellParamCmdRead() local
90 pthread_t thread; member
[all...]
/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp411 pthread_t thread; in ExecUpdate() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/ext_inc/
H A Dvalg_plat.h112 __inline static hi_s32 valg_thread_init(osal_task_t **thread, hi_void *task_function, hi_void *data, char *task_name) in valg_thread_init() argument
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dpthread.c120 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() argument
173 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam() argument
202 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam() argument
231 int pthread_cancel(pthread_t thread) in pthread_cancel() argument
298 pthread_join(pthread_t thread, void **retval) pthread_join() argument
340 pthread_detach(pthread_t thread) pthread_detach() argument
393 pthread_setname_np(pthread_t thread, const char *name) pthread_setname_np() argument
416 pthread_getname_np(pthread_t thread, char *buf, size_t buflen) pthread_getname_np() argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp54 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); in Start() local
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp211 void AppLifeCycleDeal::SetApplicationClient(const sptr<IAppScheduler> &thread) in SetApplicationClient() argument
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dsource_userdata.h44 pa_thread *thread; member
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue_factory.cpp283 std::thread thread; member
[all...]
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_mock.cpp167 SoftBusThreadCreate( SoftBusThread *thread, SoftBusThreadAttr *threadAttr, void *(*threadEntry) (void *), void *arg) SoftBusThreadCreate() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_concurrency_crud_test.cpp109 std::thread thread = std::thread(ConcurOperThread, reinterpret_cast<ConcurParam *>(kvThreadParam)); in KvCalculateTime() local
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_thread.c253 int32_t SoftBusThreadCreate(SoftBusThread *thread, SoftBusThreadAttr *threadAttr, in SoftBusThreadCreate() argument
302 int32_t SoftBusThreadJoin(SoftBusThread thread, void **value) in SoftBusThreadJoin() argument
318 SoftBusThreadSetName(SoftBusThread thread, const char *name) SoftBusThreadSetName() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.c184 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin() argument
/test/xts/hats/kernel/syscalls/net/data_handle/
H A DDataHandleApiTest.cpp188 pthread_t thread; in HWTEST_F() local
315 pthread_t thread; in HWTEST_F() local
398 pthread_t thread; in HWTEST_F() local
434 pthread_t thread; in HWTEST_F() local
488 pthread_t thread; HWTEST_F() local
521 pthread_t thread; HWTEST_F() local
[all...]
/third_party/elfutils/tests/
H A Dbacktrace-data.c175 set_initial_registers (Dwfl_Thread *thread, in set_initial_registers() argument
249 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__ ((unused))) in thread_callback() argument
/third_party/ffmpeg/libavcodec/
H A Ddnxhdenc.h60 struct DNXHDEncContext *thread[MAX_THREADS]; member
H A Dpthread_slice.c50 AVSliceThread *thread; member
210 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2() argument
222 ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift) ff_thread_await_progress2() argument
[all...]
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c311 Dwfl_Thread *thread = (Dwfl_Thread *) arg; in pid_thread_state_registers_cb() local
324 pid_set_initial_registers (Dwfl_Thread *thread, void *thread_arg) in pid_set_initial_registers() argument
364 pid_thread_detach (Dwfl_Thread *thread, void *thread_arg) in pid_thread_detach() argument
[all...]
H A Dlinux-core-attach.c168 core_set_initial_registers (Dwfl_Thread *thread, void *thread_arg_voidp) in core_set_initial_registers() argument
/third_party/ffmpeg/compat/
H A Dw32pthreads.h76 static av_unused int pthread_create(pthread_t *thread, const void *unused_attr, in pthread_create() argument
91 static av_unused int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() argument
[all...]
H A Dos2threads.h75 pthread_t *thread = arg; in thread_entry() local
80 static av_always_inline int pthread_create(pthread_t *thread, in pthread_create() argument
94 pthread_join(pthread_t thread, void **value_ptr) pthread_join() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dinternal.h133 void *thread; member
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_conv2d.c42 pthread_t thread; member
/third_party/ffmpeg/libavutil/
H A Dthread.h60 static inline int strict_pthread_join(pthread_t thread, void **value_ptr) in strict_pthread_join() argument

Completed in 16 milliseconds

12345678910>>...15