Home
last modified time | relevance | path

Searched defs:tid (Results 251 - 275 of 1297) sorted by relevance

1...<<11121314151617181920>>...52

/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...]
/third_party/ltp/testcases/kernel/syscalls/tgkill/
H A Dtgkill03.c81 const int *tid; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A D2-1.c92 static int create_thread(int prio, pthread_t * tid) in create_thread() argument
/third_party/ltp/testcases/realtime/func/thread_clock/
H A Dtc-2.c92 int tid = (int)(long)pthr->arg; in workerthread() local
114 int tid = (int)(long)pthr->arg; in sleeperthread() local
/third_party/ltp/testcases/realtime/func/pi-tests/
H A Dtestpi-2.c86 int i, tid = gettid(); in func_lowrt() local
116 int i, tid = gettid(); in func_rt() local
144 int i, tid = gettid(); in func_noise() local
[all...]
H A Dtestpi-4.c85 int i, tid = gettid(); in func_nonrt() local
116 int i, tid = gettid(); in func_rt() local
144 int i, tid = gettid(); in func_noise() local
[all...]
H A Dtestpi-1.c84 int i, tid = gettid(); in func_nonrt() local
114 int i, tid = gettid(); in func_rt() local
142 int i, tid = gettid(); in func_noise() local
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_syscall.cpp53 pid_t tid; in Bm_function_Syscall_gettid() local
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c82 CRYPTO_THREAD_ID tid; in ossl_rand_pool_add_additional_data() member
103 CRYPTO_THREAD_ID tid; in ossl_pool_add_nonce_data() member
H A Drand_win.c131 DWORD tid; in ossl_pool_add_nonce_data() member
153 DWORD tid; in ossl_rand_pool_add_additional_data() member
/third_party/openssl/test/testutil/
H A Dtestutil_init.c28 CRYPTO_THREAD_ID tid; in internal_trace_cb() local
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c82 CRYPTO_THREAD_ID tid; in ossl_rand_pool_add_additional_data() member
103 CRYPTO_THREAD_ID tid; in ossl_pool_add_nonce_data() member
H A Drand_win.c131 DWORD tid; in ossl_pool_add_nonce_data() member
153 DWORD tid; in ossl_rand_pool_add_additional_data() member
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_process_stub.cpp172 uint32_t tid = data.ReadUint32(); in HandleRegisterThreadPriority() local
/foundation/multimedia/audio_framework/frameworks/native/audioschedule/
H A Daudio_schedule.cpp51 void ConfigPayload(uint32_t pid, uint32_t tid, const char *bundleName, int32_t qosLevel, in ConfigPayload() argument
63 void ScheduleReportData(uint32_t pid, uint32_t tid, const char *bundleName) in ScheduleReportData() argument
74 void UnscheduleReportData(uint32_t pid, uint32_t tid, const char* bundleName) in UnscheduleReportData() argument
84 UnscheduleThreadInServer(uint32_t pid, uint32_t tid) UnscheduleThreadInServer() argument
94 ScheduleThreadInServer(uint32_t pid, uint32_t tid) ScheduleThreadInServer() argument
126 AudioScheduleGuard(uint32_t pid, uint32_t tid, const std::string &bundleName) AudioScheduleGuard() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_proxy.cpp202 int32_t AudioProcessProxy::RegisterThreadPriority(uint32_t tid, const std::string &bundleName) in RegisterThreadPriority() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_cache.cpp196 CacheRenderDrawingImageByPixelMapId(uint64_t uniqueId, std::shared_ptr<Drawing::Image> img, pid_t tid) CacheRenderDrawingImageByPixelMapId() argument
/foundation/resourceschedule/ffrt/src/dfx/log/linux/
H A Dlog_base.cpp50 std::string pid, tid, strBuf; in LogOutput() local
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.h198 std::atomic<pid_t> tid; member in ffrt::WorkerThread
/foundation/resourceschedule/qos_manager/services/src/
H A Dqos_interface.cpp234 int tid = gettid(); in QosApply() local
241 int QosApplyForOther(unsigned int level, int tid) in QosApplyForOther() argument
287 int QosLeaveForOther(int tid) in QosLeaveForOther() argument
329 int tid = gettid(); in QosGet() local
333 QosGetForOther(int tid, int &level) QosGetForOther() argument
[all...]
/foundation/resourceschedule/ffrt/src/sched/
H A Dmulti_workgroup.cpp48 int FindThreadInWorkGroup(WorkGroup *workGroup, int tid) in FindThreadInWorkGroup() argument
62 bool InsertThreadInWorkGroup(WorkGroup *workGroup, int tid) in InsertThreadInWorkGroup() argument
107 bool LeaveRSWorkGroup(int tid) in LeaveRSWorkGroup() argument
122 JoinRSWorkGroup(int tid) JoinRSWorkGroup() argument
160 JoinWG(int tid) JoinWG() argument
182 LeaveWG(int tid) LeaveWG() argument
287 WorkgroupJoin(struct WorkGroup* wg, int tid) WorkgroupJoin() argument
[all...]
/foundation/resourceschedule/ffrt/test/ut/
H A Dqos_convert_test.cpp85 int tid = gettid(); in SetRssQos() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...52