| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | thread-stack.c | 113 static inline bool thread_stack__per_cpu(struct thread *thread) in thread_stack__per_cpu() argument 136 thread_stack__init(struct thread_stack *ts, struct thread *thread, struct call_return_processor *crp, bool callstack, unsigned int br_stack_sz) thread_stack__init() argument 173 thread_stack__new(struct thread *thread, int cpu, struct call_return_processor *crp, bool callstack, unsigned int br_stack_sz) thread_stack__new() argument 208 thread__cpu_stack(struct thread *thread, int cpu) thread__cpu_stack() argument 226 thread__stack(struct thread *thread, int cpu) thread__stack() argument 298 thread_stack__call_return(struct thread *thread, struct thread_stack *ts, size_t idx, u64 timestamp, u64 ref, bool no_return) thread_stack__call_return() argument 338 __thread_stack__flush(struct thread *thread, struct thread_stack *ts) __thread_stack__flush() argument 364 thread_stack__flush(struct thread *thread) thread_stack__flush() argument 406 thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, unsigned int br_stack_sz, bool mispred_all) thread_stack__event() argument 473 thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr) thread_stack__set_trace_nr() argument 487 __thread_stack__free(struct thread *thread, struct thread_stack *ts) __thread_stack__free() argument 494 thread_stack__reset(struct thread *thread, struct thread_stack *ts) thread_stack__reset() argument 503 thread_stack__free(struct thread *thread) thread_stack__free() argument 521 thread_stack__sample(struct thread *thread, int cpu, struct ip_callchain *chain, size_t sz, u64 ip, u64 kernel_start) thread_stack__sample() argument 564 thread_stack__sample_late(struct thread *thread, int cpu, struct ip_callchain *chain, size_t sz, u64 sample_ip, u64 kernel_start) thread_stack__sample_late() argument 617 thread_stack__br_sample(struct thread *thread, int cpu, struct branch_stack *dst, unsigned int sz) thread_stack__br_sample() argument 678 thread_stack__br_sample_late(struct thread *thread, int cpu, struct branch_stack *dst, unsigned int sz, u64 ip, u64 kernel_start) thread_stack__br_sample_late() argument 814 thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts, u64 ret_addr, u64 timestamp, u64 ref, struct symbol *sym) thread_stack__pop_cp() argument 886 thread_stack__pop_ks(struct thread *thread, struct thread_stack *ts, struct perf_sample *sample, u64 ref) thread_stack__pop_ks() argument 903 thread_stack__no_call_return(struct thread *thread, struct thread_stack *ts, struct perf_sample *sample, struct addr_location *from_al, struct addr_location *to_al, u64 ref) thread_stack__no_call_return() argument 997 thread_stack__trace_begin(struct thread *thread, struct thread_stack *ts, u64 timestamp, u64 ref) thread_stack__trace_begin() argument 1101 thread_stack__process(struct thread *thread, struct comm *comm, struct perf_sample *sample, struct addr_location *from_al, struct addr_location *to_al, u64 ref, struct call_return_processor *crp) thread_stack__process() argument 1232 thread_stack__depth(struct thread *thread, int cpu) thread_stack__depth() argument [all...] |
| H A D | unwind-libunwind-local.c | 98 struct thread *thread; member 640 static int entry(u64 ip, struct thread *thread, in entry() argument 780 _unwind__get_entries(unwind_entry_cb_t cb, void *arg, struct thread *thread, struct perf_sample *data, int max_stack, bool best_effort) _unwind__get_entries() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
| H A D | amx.c | 692 pthread_t thread; member [all...] |
| /kernel/liteos_a/testsuites/kernel/src/ |
| H A D | osTest.c | 360 UINT32 PosixPthreadDestroy(pthread_attr_t *attr, pthread_t thread) in PosixPthreadDestroy() argument
|
| /kernel/linux/linux-6.6/drivers/s390/scsi/ |
| H A D | zfcp_erp.c | 1644 struct task_struct *thread; in zfcp_erp_thread_setup() local [all...] |
| /kernel/linux/linux-6.6/kernel/time/ |
| H A D | posix-cpu-timers.c | 59 const bool thread = !!CPUCLOCK_PERTHREAD(clock); in pid_for_clock() local [all...] |
| /third_party/elfutils/libdwfl/ |
| H A D | libdwflP.h | 254 Dwfl_Thread *thread; member
|
| /third_party/curl/tests/server/ |
| H A D | sockfilt.c | 595 curl_win_thread_handle_t thread; in select_ws_wait() local 625 HANDLE thread; /* internal thread handl member [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | utils.c | 985 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift) in ff_thread_await_progress2() argument 989 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2() argument
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_meter.c | 70 pthread_t thread; member
|
| H A D | pcm_share.c | 93 pthread_t thread; member
|
| /third_party/backends/backend/ |
| H A D | kvs40xx.h | 143 pthread_t thread; member
|
| /third_party/alsa-utils/alsaloop/ |
| H A D | alsaloop.h | 153 int thread; /* thread number */ member
|
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest-port.cc | 635 HANDLE thread = ::OpenThread(SYNCHRONIZE | THREAD_QUERY_INFORMATION, StartWatcherThreadFor() local [all...] |
| /third_party/node/src/ |
| H A D | inspector_agent.cc | 120 pthread_t thread; in StartDebugSignalHandler() local
|
| /third_party/musl/porting/liteos_m/user/hook/ |
| H A D | los_usr_libc.c | 130 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() argument 136 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam() argument 141 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam() argument 151 int pthread_cancel(pthread_t thread) in pthread_cancel() argument 156 int pthread_join(pthread_t thread, void **retval) in pthread_join() argument 161 pthread_detach(pthread_t thread) pthread_detach() argument 171 pthread_setname_np(pthread_t thread, const char *name) pthread_setname_np() argument 176 pthread_getname_np(pthread_t thread, char *buf, size_t buflen) pthread_getname_np() argument [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | stream.c | 48 uv_thread_t thread; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 615 void add (MovePtr<ThreadGroupThread> thread) in add() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_egl_ext_autogen.cpp | 32 Thread *thread = egl::GetCurrentThread(); in EGL_SetBlobCacheFuncsANDROID() local 49 Thread *thread = egl::GetCurrentThread(); in EGL_CreateNativeClientBufferANDROID() local 69 Thread *thread = egl::GetCurrentThread(); in EGL_GetCompositorTimingSupportedANDROID() local 94 Thread *thread in EGL_GetCompositorTimingANDROID() local 115 Thread *thread = egl::GetCurrentThread(); EGL_GetNextFrameIdANDROID() local 135 Thread *thread = egl::GetCurrentThread(); EGL_GetFrameTimestampSupportedANDROID() local 162 Thread *thread = egl::GetCurrentThread(); EGL_GetFrameTimestampsANDROID() local 180 Thread *thread = egl::GetCurrentThread(); EGL_GetNativeClientBufferANDROID() local 194 Thread *thread = egl::GetCurrentThread(); EGL_DupNativeFenceFDANDROID() local 215 Thread *thread = egl::GetCurrentThread(); EGL_PresentationTimeANDROID() local 237 Thread *thread = egl::GetCurrentThread(); EGL_CreateDeviceANGLE() local 250 Thread *thread = egl::GetCurrentThread(); EGL_ReleaseDeviceANGLE() local 266 Thread *thread = egl::GetCurrentThread(); EGL_QueryStringiANGLE() local 285 Thread *thread = egl::GetCurrentThread(); EGL_QueryDisplayAttribANGLE() local 302 Thread *thread = egl::GetCurrentThread(); EGL_ReleaseHighPowerGPUANGLE() local 319 Thread *thread = egl::GetCurrentThread(); EGL_ReacquireHighPowerGPUANGLE() local 335 Thread *thread = egl::GetCurrentThread(); EGL_HandleGPUSwitchANGLE() local 351 Thread *thread = egl::GetCurrentThread(); EGL_ProgramCacheGetAttribANGLE() local 376 Thread *thread = egl::GetCurrentThread(); EGL_ProgramCacheQueryANGLE() local 398 Thread *thread = egl::GetCurrentThread(); EGL_ProgramCachePopulateANGLE() local 414 Thread *thread = egl::GetCurrentThread(); EGL_ProgramCacheResizeANGLE() local 436 Thread *thread = egl::GetCurrentThread(); EGL_QuerySurfacePointerANGLE() local 458 Thread *thread = egl::GetCurrentThread(); EGL_CreateStreamProducerD3DTextureANGLE() local 481 Thread *thread = egl::GetCurrentThread(); EGL_StreamPostD3DTextureANGLE() local 503 Thread *thread = egl::GetCurrentThread(); EGL_SwapBuffersWithFrameTokenANGLE() local 526 Thread *thread = egl::GetCurrentThread(); EGL_GetMscRateANGLE() local 550 Thread *thread = egl::GetCurrentThread(); EGL_ExportVkImageANGLE() local 574 Thread *thread = egl::GetCurrentThread(); EGL_GetSyncValuesCHROMIUM() local 595 Thread *thread = egl::GetCurrentThread(); EGL_QueryDeviceAttribEXT() local 611 Thread *thread = egl::GetCurrentThread(); EGL_QueryDeviceStringEXT() local 627 Thread *thread = egl::GetCurrentThread(); EGL_QueryDisplayAttribEXT() local 649 Thread *thread = egl::GetCurrentThread(); EGL_CreatePlatformPixmapSurfaceEXT() local 673 Thread *thread = egl::GetCurrentThread(); EGL_CreatePlatformWindowSurfaceEXT() local 696 Thread *thread = egl::GetCurrentThread(); EGL_GetPlatformDisplayEXT() local 715 Thread *thread = egl::GetCurrentThread(); EGL_DebugMessageControlKHR() local 736 Thread *thread = egl::GetCurrentThread(); EGL_LabelObjectKHR() local 753 Thread *thread = egl::GetCurrentThread(); EGL_QueryDebugKHR() local 771 Thread *thread = egl::GetCurrentThread(); EGL_ClientWaitSyncKHR() local 789 Thread *thread = egl::GetCurrentThread(); EGL_CreateSyncKHR() local 806 Thread *thread = egl::GetCurrentThread(); EGL_DestroySyncKHR() local 828 Thread *thread = egl::GetCurrentThread(); EGL_GetSyncAttribKHR() local 852 Thread *thread = egl::GetCurrentThread(); EGL_CreateImageKHR() local 870 Thread *thread = egl::GetCurrentThread(); EGL_DestroyImageKHR() local 892 Thread *thread = egl::GetCurrentThread(); EGL_LockSurfaceKHR() local 915 Thread *thread = egl::GetCurrentThread(); EGL_QuerySurface64KHR() local 932 Thread *thread = egl::GetCurrentThread(); EGL_UnlockSurfaceKHR() local 950 Thread *thread = egl::GetCurrentThread(); EGL_SignalSyncKHR() local 976 Thread *thread = egl::GetCurrentThread(); EGL_CreateStreamKHR() local 993 Thread *thread = egl::GetCurrentThread(); EGL_DestroyStreamKHR() local 1015 Thread *thread = egl::GetCurrentThread(); EGL_QueryStreamKHR() local 1037 Thread *thread = egl::GetCurrentThread(); EGL_QueryStreamu64KHR() local 1058 Thread *thread = egl::GetCurrentThread(); EGL_StreamAttribKHR() local 1076 Thread *thread = egl::GetCurrentThread(); EGL_StreamConsumerAcquireKHR() local 1094 Thread *thread = egl::GetCurrentThread(); EGL_StreamConsumerGLTextureExternalKHR() local 1111 Thread *thread = egl::GetCurrentThread(); EGL_StreamConsumerReleaseKHR() local 1134 Thread *thread = egl::GetCurrentThread(); EGL_SwapBuffersWithDamageKHR() local 1152 Thread *thread = egl::GetCurrentThread(); EGL_WaitSyncKHR() local 1177 Thread *thread = egl::GetCurrentThread(); EGL_PostSubBufferNV() local 1199 Thread *thread = egl::GetCurrentThread(); EGL_StreamConsumerGLTextureExternalAttribsNV() local [all...] |
| H A D | egl_ext_stubs.cpp | 22 EGLint ClientWaitSyncKHR(Thread *thread, in ClientWaitSyncKHR() argument 40 EGLImageKHR CreateImageKHR(Thread *thread, in CreateImageKHR() argument 57 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, cons argument 68 CreatePlatformPixmapSurfaceEXT(Thread *thread, Display *display, Config *configPacked, void *native_pixmap, const AttributeMap &attributes) CreatePlatformPixmapSurfaceEXT() argument 81 CreatePlatformWindowSurfaceEXT(Thread *thread, Display *display, Config *configPacked, void *native_window, const AttributeMap &attributes) CreatePlatformWindowSurfaceEXT() argument 94 CreateStreamKHR(Thread *thread, Display *display, const AttributeMap &attributes) CreateStreamKHR() argument 106 CreateSyncKHR(Thread *thread, Display *display, EGLenum type, const AttributeMap &attributes) CreateSyncKHR() argument 122 DebugMessageControlKHR(Thread *thread, EGLDEBUGPROCKHR callback, const AttributeMap &attributes) DebugMessageControlKHR() argument 133 DestroyImageKHR(Thread *thread, Display *display, Image *img) DestroyImageKHR() argument 143 DestroyStreamKHR(Thread *thread, Display *display, Stream *streamObject) DestroyStreamKHR() argument 153 DestroySyncKHR(Thread *thread, Display *display, Sync *syncObject) DestroySyncKHR() argument 163 DupNativeFenceFDANDROID(Thread *thread, Display *display, Sync *syncObject) DupNativeFenceFDANDROID() argument 176 GetNativeClientBufferANDROID(Thread *thread, const struct AHardwareBuffer *buffer) GetNativeClientBufferANDROID() argument 182 GetPlatformDisplayEXT(Thread *thread, EGLenum platform, void *native_display, const AttributeMap &attribMap) GetPlatformDisplayEXT() argument 204 GetSyncAttribKHR(Thread *thread, Display *display, Sync *syncObject, EGLint attribute, EGLint *value) GetSyncAttribKHR() argument 219 LabelObjectKHR(Thread *thread, Display *display, ObjectType objectTypePacked, EGLObjectKHR object, EGLLabelKHR label) LabelObjectKHR() argument 234 PostSubBufferNV(Thread *thread, Display *display, Surface *eglSurface, EGLint x, EGLint y, EGLint width, EGLint height) PostSubBufferNV() argument 255 PresentationTimeANDROID(Thread *thread, Display *display, Surface *eglSurface, EGLnsecsANDROID time) PresentationTimeANDROID() argument 269 GetCompositorTimingSupportedANDROID(Thread *thread, Display *display, Surface *eglSurface, CompositorTiming nameInternal) GetCompositorTimingSupportedANDROID() argument 278 GetCompositorTimingANDROID(Thread *thread, Display *display, Surface *eglSurface, EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) GetCompositorTimingANDROID() argument 295 GetNextFrameIdANDROID(Thread *thread, Display *display, Surface *eglSurface, EGLuint64KHR *frameId) GetNextFrameIdANDROID() argument 309 GetFrameTimestampSupportedANDROID(Thread *thread, Display *display, Surface *eglSurface, Timestamp timestampInternal) GetFrameTimestampSupportedANDROID() argument 320 GetFrameTimestampsANDROID(Thread *thread, Display *display, Surface *eglSurface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values) GetFrameTimestampsANDROID() argument 338 QueryDebugKHR(Thread *thread, EGLint attribute, EGLAttrib *value) QueryDebugKHR() argument 362 QueryDeviceAttribEXT(Thread *thread, Device *dev, EGLint attribute, EGLAttrib *value) QueryDeviceAttribEXT() argument 371 QueryDeviceStringEXT(Thread *thread, Device *dev, EGLint name) QueryDeviceStringEXT() argument 391 QueryDisplayAttribEXT(Thread *thread, Display *display, EGLint attribute, EGLAttrib *value) QueryDisplayAttribEXT() argument 403 QueryStreamKHR(Thread *thread, Display *display, Stream *streamObject, EGLenum attribute, EGLint *value) QueryStreamKHR() argument 430 QueryStreamu64KHR(Thread *thread, Display *display, Stream *streamObject, EGLenum attribute, EGLuint64KHR *value) QueryStreamu64KHR() argument 454 QuerySurfacePointerANGLE(Thread *thread, Display *display, Surface *eglSurface, EGLint attribute, void **value) QuerySurfacePointerANGLE() argument 474 SetBlobCacheFuncsANDROID(Thread *thread, Display *display, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) SetBlobCacheFuncsANDROID() argument 485 SignalSyncKHR(Thread *thread, Display *display, Sync *syncObject, EGLenum mode) SignalSyncKHR() argument 495 StreamAttribKHR(Thread *thread, Display *display, Stream *streamObject, EGLenum attribute, EGLint value) StreamAttribKHR() argument 519 StreamConsumerAcquireKHR(Thread *thread, Display *display, Stream *streamObject) StreamConsumerAcquireKHR() argument 530 StreamConsumerGLTextureExternalKHR(Thread *thread, Display *display, Stream *streamObject) StreamConsumerGLTextureExternalKHR() argument 544 StreamConsumerGLTextureExternalAttribsNV(Thread *thread, Display *display, Stream *streamObject, const AttributeMap &attributes) StreamConsumerGLTextureExternalAttribsNV() argument 561 StreamConsumerReleaseKHR(Thread *thread, Display *display, Stream *streamObject) StreamConsumerReleaseKHR() argument 574 SwapBuffersWithDamageKHR(Thread *thread, Display *display, Surface *eglSurface, const EGLint *rects, EGLint n_rects) SwapBuffersWithDamageKHR() argument 590 WaitSyncKHR(Thread *thread, Display *display, Sync *syncObject, EGLint flags) WaitSyncKHR() argument 602 CreateDeviceANGLE(Thread *thread, EGLint device_type, void *native_device, const EGLAttrib *attrib_list) CreateDeviceANGLE() argument 615 ReleaseDeviceANGLE(Thread *thread, Device *dev) ReleaseDeviceANGLE() argument 623 CreateStreamProducerD3DTextureANGLE(Thread *thread, Display *display, Stream *streamObject, const AttributeMap &attributes) CreateStreamProducerD3DTextureANGLE() argument 638 StreamPostD3DTextureANGLE(Thread *thread, Display *display, Stream *streamObject, void *texture, const AttributeMap &attributes) StreamPostD3DTextureANGLE() argument 653 GetMscRateANGLE(Thread *thread, Display *display, Surface *eglSurface, EGLint *numerator, EGLint *denominator) GetMscRateANGLE() argument 668 GetSyncValuesCHROMIUM(Thread *thread, Display *display, Surface *eglSurface, EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) GetSyncValuesCHROMIUM() argument 685 ProgramCacheGetAttribANGLE(Thread *thread, Display *display, EGLenum attrib) ProgramCacheGetAttribANGLE() argument 693 ProgramCacheQueryANGLE(Thread *thread, Display *display, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize) ProgramCacheQueryANGLE() argument 709 ProgramCachePopulateANGLE(Thread *thread, Display *display, const void *key, EGLint keysize, const void *binary, EGLint binarysize) ProgramCachePopulateANGLE() argument 724 ProgramCacheResizeANGLE(Thread *thread, Display *display, EGLint limit, EGLint mode) ProgramCacheResizeANGLE() argument 732 QueryStringiANGLE(Thread *thread, Display *display, EGLint name, EGLint index) QueryStringiANGLE() argument 740 SwapBuffersWithFrameTokenANGLE(Thread *thread, Display *display, Surface *eglSurface, EGLFrameTokenANGLE frametoken) SwapBuffersWithFrameTokenANGLE() argument 755 ReleaseHighPowerGPUANGLE(Thread *thread, Display *display, gl::Context *context) ReleaseHighPowerGPUANGLE() argument 765 ReacquireHighPowerGPUANGLE(Thread *thread, Display *display, gl::Context *context) ReacquireHighPowerGPUANGLE() argument 775 HandleGPUSwitchANGLE(Thread *thread, Display *display) HandleGPUSwitchANGLE() argument 785 QueryDisplayAttribANGLE(Thread *thread, Display *display, EGLint attribute, EGLAttrib *value) QueryDisplayAttribANGLE() argument 797 LockSurfaceKHR(Thread *thread, egl::Display *display, Surface *surface, const AttributeMap &attributes) LockSurfaceKHR() argument 810 UnlockSurfaceKHR(Thread *thread, egl::Display *display, Surface *surface) UnlockSurfaceKHR() argument 820 QuerySurface64KHR(Thread *thread, egl::Display *display, Surface *surface, EGLint attribute, EGLAttribKHR *value) QuerySurface64KHR() argument 835 ExportVkImageANGLE(Thread *thread, egl::Display *display, Image *image, void *vk_image, void *vk_image_create_info) ExportVkImageANGLE() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Renderer.cpp | 1118 void Renderer::processPrimitiveVertices(int unit, unsigned int start, unsigned int triangleCount, unsigned int loop, int thread) in processPrimitiveVertices() argument [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_pthread.cpp | 310 int dng_pthread_create(dng_pthread_t *thread, const pthread_attr_t *attrs, void * (*func)(void *), void *arg) in dng_pthread_create() argument 360 int dng_pthread_detach(dng_pthread_t thread) in dng_pthread_detach() argument 393 int dng_pthread_join(dng_pthread_t thread, void **result) in dng_pthread_join() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _threadmodule.c | 1410 thread_excepthook_file(PyObject *file, PyObject *exc_type, PyObject *exc_value, PyObject *exc_traceback, PyObject *thread) thread_excepthook_file() argument 1511 PyObject *thread = PyStructSequence_GET_ITEM(args, 3); thread_excepthook() local [all...] |
| H A D | faulthandler.c | 102 } thread; variable 1098 long thread; faulthandler_fatal_error_c_thread() local [all...] |
| /third_party/python/Lib/ |
| H A D | imaplib.py | 863 def thread(self, threading_algorithm, charset, *search_criteria): member in IMAP4
|