/third_party/openssl/crypto/cmp/ |
H A D | cmp_server.c | 499 char *tid; in OSSL_CMP_SRV_process_request() local
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.h | 60 uint32_t tid = 0; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_parser.cpp | 554 uint32_t tid = ops[1]; in parse() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Type.h | 91 explicit Type(LLVMContext &C, TypeID tid) in Type() argument
|
H A D | DerivedTypes.h | 201 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} in CompositeType() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | DerivedTypes.h | 162 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} in CompositeType() argument
|
H A D | Type.h | 89 explicit Type(LLVMContext &C, TypeID tid) in Type() argument
|
/third_party/toybox/lib/ |
H A D | portability.h | 297 static inline int get_sched_policy(int tid, void *policy) {return 0;} in get_sched_policy() argument
|
/third_party/elfutils/src/ |
H A D | stack.c | 364 print_frames (struct frames *frames, pid_t tid, int dwflerr, const char *what) in print_frames() argument 460 pid_t tid = dwfl_thread_tid (thread); in thread_callback() local [all...] |
/third_party/libuv/src/unix/ |
H A D | thread.c | 123 int uv_thread_create(uv_thread_t *tid, void (*entry)(void *arg), void *arg) { in uv_thread_create() argument 129 int uv_thread_create_ex(uv_thread_t* tid, in uv_thread_create_ex() argument 182 int uv_thread_setaffinity(uv_thread_t* tid, in uv_thread_setaffinity() argument 221 int uv_thread_getaffinity(uv_thread_t* tid, in uv_thread_getaffinity() argument 252 uv_thread_setaffinity(uv_thread_t* tid, char* cpumask, char* oldmask, size_t mask_size) uv_thread_setaffinity() argument 260 uv_thread_getaffinity(uv_thread_t* tid, char* cpumask, size_t mask_size) uv_thread_getaffinity() argument 285 uv_thread_join(uv_thread_t *tid) uv_thread_join() argument [all...] |
/third_party/libwebsockets/lib/core-net/ |
H A D | network.c | 448 lws_retry_sul_schedule(struct lws_context *context, int tid, in lws_retry_sul_schedule() argument
|
/third_party/node/src/ |
H A D | node_worker.cc | 639 uv_thread_t* tid = &w->tid_.emplace(); // Create uv_thread_t instance in StartThread() local
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | security.h | 147 pid_t tid; /* thread id of thread requesting */ member
|
/third_party/musl/src/malloc/liteos_a/user_debug/ |
H A D | memory_check.c | 65 static inline void lock_stat_bin(int tid) in lock_stat_bin() argument 72 static inline void unlock_stat_bin(int tid) in unlock_stat_bin() argument 88 static int try_delete_node(int tid, void *ptr) in try_delete_node() argument 113 int tid = ((struct pthread *)pthread_self())->tid; delete_node() local 179 create_node(int tid, void *ptr, size_t size) create_node() argument 203 int tid = ((struct pthread *)pthread_self())->tid; insert_node() local 355 check_mem_integrity(int tid, void *ptr) check_mem_integrity() argument 396 int tid = ((struct pthread *)pthread_self())->tid; get_integrity_info() local 506 int tid = ((struct pthread *)pthread_self())->tid; get_free_trace() local 546 int tid, ret; watch_mem() local 686 int tid, nptr; check_leak() local [all...] |
/third_party/musl/porting/liteos_m/user/src/internal/ |
H A D | pthread_impl.h | 27 int tid; member
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | pthread_impl.h | 51 int tid; member
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
H A D | pthread_impl.h | 35 int tid; member
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
H A D | memory_check.c | 50 static inline void lock_stat_bin(int tid) in lock_stat_bin() argument 57 static inline void unlock_stat_bin(int tid) in unlock_stat_bin() argument 73 static int try_delete_node(int tid, void *ptr) in try_delete_node() argument 98 int tid = ((struct pthread *)pthread_self())->tid; delete_node() local 164 create_node(int tid, void *ptr, size_t size) create_node() argument 188 int tid = ((struct pthread *)pthread_self())->tid; insert_node() local 340 check_mem_integrity(int tid, void *ptr) check_mem_integrity() argument 381 int tid = ((struct pthread *)pthread_self())->tid; get_integrity_info() local 491 int tid = ((struct pthread *)pthread_self())->tid; get_free_trace() local 531 int tid, ret; watch_mem() local 671 int tid, nptr; check_leak() local [all...] |
/third_party/node/deps/v8/include/libplatform/ |
H A D | v8-tracing.h | 67 int tid() const { return tid_; } in tid() function in v8::platform::tracing::TraceObject
|
/third_party/node/deps/v8/include/v8-include/libplatform/ |
H A D | v8-tracing.h | 67 int tid() const { return tid_; } in tid() function in v8::platform::tracing::TraceObject
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_pthread.cpp | 519 pthread_t tid = pthread_self(); in GetThreadId() local 591 pthread_t tid; in Bm_function_pthread_spin_lock_and_spin_unlock() local 622 pthread_t tid; in Bm_function_pthread_detach() local 641 pthread_t tid; in Bm_function_pthread_setname_np() local 745 pthread_t tid; Bm_function_pthread_clean_push_and_pop() local [all...] |
/third_party/node/deps/uv/src/unix/ |
H A D | thread.c | 230 int uv_thread_create(uv_thread_t *tid, void (*entry)(void *arg), void *arg) { in uv_thread_create() argument 236 int uv_thread_create_ex(uv_thread_t* tid, in uv_thread_create_ex() argument 292 int uv_thread_join(uv_thread_t *tid) { in uv_thread_join() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | ittnotify_config.h | 304 TIDT tid; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 350 int32_t tid() const { return TID; } in tid() function in llvm::xray::NewBufferRecord
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | scheduler.cpp | 108 auto tid = std::this_thread::get_id(); in bind() local 119 auto tid = std::this_thread::get_id(); in unbind() local
|