Home
last modified time | relevance | path

Searched defs:tid (Results 226 - 250 of 293) sorted by relevance

12345678910>>...12

/third_party/openssl/crypto/cmp/
H A Dcmp_server.c499 char *tid; in OSSL_CMP_SRV_process_request() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.h60 uint32_t tid = 0; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_parser.cpp554 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 DType.h91 explicit Type(LLVMContext &C, TypeID tid) in Type() argument
H A DDerivedTypes.h201 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 DDerivedTypes.h162 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} in CompositeType() argument
H A DType.h89 explicit Type(LLVMContext &C, TypeID tid) in Type() argument
/third_party/toybox/lib/
H A Dportability.h297 static inline int get_sched_policy(int tid, void *policy) {return 0;} in get_sched_policy() argument
/third_party/elfutils/src/
H A Dstack.c364 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 Dthread.c123 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 Dnetwork.c448 lws_retry_sul_schedule(struct lws_context *context, int tid, in lws_retry_sul_schedule() argument
/third_party/node/src/
H A Dnode_worker.cc639 uv_thread_t* tid = &w->tid_.emplace(); // Create uv_thread_t instance in StartThread() local
/third_party/ntfs-3g/include/ntfs-3g/
H A Dsecurity.h147 pid_t tid; /* thread id of thread requesting */ member
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c65 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 Dpthread_impl.h27 int tid; member
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h51 int tid; member
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h35 int tid; member
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemory_check.c50 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 Dv8-tracing.h67 int tid() const { return tid_; } in tid() function in v8::platform::tracing::TraceObject
/third_party/node/deps/v8/include/v8-include/libplatform/
H A Dv8-tracing.h67 int tid() const { return tid_; } in tid() function in v8::platform::tracing::TraceObject
/third_party/musl/Benchmark/musl/
H A Dlibc_pthread.cpp519 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 Dthread.c230 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 Dittnotify_config.h304 TIDT tid; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DFDRRecords.h350 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 Dscheduler.cpp108 auto tid = std::this_thread::get_id(); in bind() local
119 auto tid = std::this_thread::get_id(); in unbind() local

Completed in 23 milliseconds

12345678910>>...12