Home
last modified time | relevance | path

Searched defs:tid (Results 151 - 175 of 447) sorted by relevance

12345678910>>...18

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_atfork.c88 pthread_t tid; in pthread_atfork_0100() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.c118 static mali_bool add_lock_to_log_and_check(struct _mali_osk_lock_debug_s *lock, uint32_t tid) in add_lock_to_log_and_check() argument
178 static void remove_lock_from_log(struct _mali_osk_lock_debug_s *lock, uint32_t tid) in remove_lock_from_log() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.c119 static mali_bool add_lock_to_log_and_check(struct _mali_osk_lock_debug_s *lock, uint32_t tid) in add_lock_to_log_and_check() argument
180 static void remove_lock_from_log(struct _mali_osk_lock_debug_s *lock, uint32_t tid) in remove_lock_from_log() argument
/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Daie_thread_unix.cpp46 bool IsThreadRunning(unsigned long tid) in IsThreadRunning() argument
/foundation/ability/ability_runtime/test/unittest/lifecycle_test/
H A Dlifecycle_test.cpp154 pthread_t tid = 0; in HWTEST_F() local
184 pthread_t tid = 0; in HWTEST_F() local
217 pthread_t tid = 0; in HWTEST_F() local
253 pthread_t tid = 0; HWTEST_F() local
282 pthread_t tid = 0; HWTEST_F() local
337 pthread_t tid = 0; HWTEST_F() local
400 pthread_t tid = 0; HWTEST_F() local
433 pthread_t tid = 0; HWTEST_F() local
469 pthread_t tid = 0; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_thread_test.cpp134 auto tid = gettid(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_uni_render_thread_ext_test.cpp134 auto tid = gettid(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_test.cpp229 NodeId tid = 1; // for test in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp532 void RSMarshallingHelper::BeginNoSharedMem(std::thread::id tid) {} in BeginNoSharedMem() argument
534 bool RSMarshallingHelper::GetUseSharedMem(std::thread::id tid) in GetUseSharedMem() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp533 void RSMarshallingHelper::BeginNoSharedMem(std::thread::id tid) {} in BeginNoSharedMem() argument
535 bool RSMarshallingHelper::GetUseSharedMem(std::thread::id tid) in GetUseSharedMem() argument
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/include/
H A Dtask_scheduler.h86 void SetWorkerThreadId(uint64_t tid) in SetWorkerThreadId() argument
/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_tasks.h84 void SetWorkerThreadId(uint64_t tid) in SetWorkerThreadId() argument
/foundation/resourceschedule/ffrt/src/eu/
H A Dthread_group.h85 bool Join(pid_t tid) in Join() argument
101 bool Leave(pid_t tid) in Leave() argument
133 RTGLoadInfo GetLoad(pid_t tid) in GetLoad() argument
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_cgroup_qos.cpp235 int tid = 0; in HWTEST_F() local
248 int tid = 0; in HWTEST_F() local
/foundation/resourceschedule/ffrt/test/ut/
H A Dmulti_workgroup_test.cpp85 int tid = GET_TID(); in HWTEST_F() local
180 long tid = 10086; in HWTEST_F() local
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dapp_info.cpp31 void AppInfo::SetRenderTid(const int tid) in SetRenderTid() argument
41 void AppInfo::SetUiTid(const int tid) in SetUiTid() argument
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dqos_interface_test.cpp202 int tid = gettid(); in HWTEST_F() local
236 int tid = gettid(); in HWTEST_F() local
311 int tid = gettid(); in HWTEST_F() local
/foundation/resourceschedule/ffrt/src/sched/
H A Dworkgroup_internal.h90 inline bool JoinWG(int tid) in JoinWG() argument
102 inline bool LeaveWG(int tid) in LeaveWG() argument
140 WorkgroupJoin(struct WorkGroup* wg, int tid) WorkgroupJoin() argument
[all...]
/foundation/window/window_manager/window_scene/common/src/
H A Dtask_scheduler.cpp25 pid_t tid = 0; in TaskScheduler() local
/foundation/communication/netstack/utils/napi_utils/src/
H A Devent_listener.cpp30 EventListener::EventListener(long tid, napi_env env, std::string type, napi_value callback, bool once, in EventListener() argument
165 auto tid = ffrt_this_task_get_id(); in GetCurrentThreadId() local
/third_party/curl/tests/libtest/
H A Dlib1565.c101 pthread_t tid; in test() local
/third_party/curl/docs/examples/
H A Dthreaded-ssl.c138 pthread_t tid[NUMT]; in main() local
/third_party/libunwind/libunwind/src/
H A Dos-freebsd.c53 get_pid_by_tid(int tid) in get_pid_by_tid() argument
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap3.c72 long tid = (long)args; in map_write_unmap() local
/third_party/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/
H A Drt_tgsigqueueinfo01.c83 pid_t *tid = arg; in receiver_func() local
106 pid_t tid = -1; in verify_signal_parent_thread() local
128 pid_t *tid = arg; in sender_func() local
145 pid_t tid = -1; in verify_signal_inter_thread() local
[all...]

Completed in 12 milliseconds

12345678910>>...18