Home
last modified time | relevance | path

Searched defs:tid (Results 351 - 375 of 432) sorted by relevance

1...<<1112131415161718

/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/IR/
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-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
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.cpp348 pthread_t tid; in StackOverflow() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp754 void AppEventPack::SetTid(int tid) in SetTid() argument
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h97 uint32_t tid; member
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp1457 auto tid = record.GetTid(); in HWTEST_F() local
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp700 CreateFileForRequest(int32_t type, int32_t pid, int32_t tid, uint64_t time) const CreateFileForRequest() argument
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp354 bool Unwinder::UnwindLocalWithTid(pid_t tid, size_t maxFrameNum, size_t skipFrameNum) in UnwindLocalWithTid() argument
364 bool Unwinder::UnwindRemote(pid_t tid, bool withRegs, size_t maxFrameNum, size_t skipFrameNum) in UnwindRemote() argument
444 bool Unwinder::GetLockInfo(int32_t tid, char* buf, size_t sz) in GetLockInfo() argument
515 bool Unwinder::Impl::UnwindLocalWithTid(const pid_t tid, size_ argument
632 UnwindRemote(pid_t tid, bool withRegs, size_t maxFrameNum, size_t skipFrameNum) UnwindRemote() argument
1293 GetLockInfo(int32_t tid, char* buf, size_t sz) GetLockInfo() argument
[all...]
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp252 int tid; in SetProcessdumpTimeout() local
458 std::string ProcessDumper::ReadStringByPtrace(pid_t tid, uintptr_ argument
502 int tid = request->siginfo.si_value.sival_int; Unwind() local
609 pid_t tid = process_->ChangeTid(nsTid, true); InitKeyThread() local
[all...]
/base/request/request/frameworks/js/napi/include/
H A Djs_common.h233 std::string tid; member
/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp211 std::string tid = context->tid; in AddRemoveListener() local
377 std::string tid = context->tid; GetTaskExecution() local
407 std::string tid = context->tid; GetTaskOutput() local
452 std::string tid = NapiUtils::Convert2String(env, argv[1]); ParseGetTask() local
503 std::string tid; Remove() member
537 ParseTid(napi_env env, size_t argc, napi_value *argv, std::string &tid) ParseTid() argument
845 std::string tid; Query() member
889 SetTid(std::string &tid) SetTid() argument
1112 ClearTaskTemp(const std::string &tid, bool isRmFiles, bool isRmAcls, bool isRmCertsAcls, bool isRmContext) ClearTaskTemp() argument
[all...]
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp802 std::thread::id tid = innerRunner_->GetThreadId(); in GetThreadId() local
804 buf << tid; in GetThreadId() local
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp98 uint64_t tid = GetThisThreadId(); in OnStart() local
504 uint64_t tid = GetThisThreadId(); in OnThread() local
965 int32_t tid in UpdateDragStyle() local
[all...]
/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H A Ddownloaduploadmanager_fuzzer.cpp79 auto tid = std::to_string(size); in CreateRequestFuzzTest() local
694 int32_t tid = 123; // 123 is except tid ResponseMessageFuzzTestResponseFromParcel() local
[all...]
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Daccesstoken_kit_test.cpp3028 pthread_t tid[2]; in HWTEST_F() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dpdu.h293 uint16_t tid; /**< transaction id, if any, in regular host byte order */ member
/third_party/elfutils/libdwfl/
H A DlibdwflP.h244 pid_t tid; member
/third_party/ffmpeg/libavfilter/
H A Dvf_morpho.c380 static void update_min_lut(IPlane *f, LUT *Ty, chord_set *SE, int y, int tid, int num) in update_min_lut() argument
421 static void update_max_lut(IPlane *f, LUT *Ty, chord_set *SE, int y, int tid, int num) in update_max_lut() argument
441 static void line_dilate(IPlane *g, LUT *Ty, chord_set *SE, int y, int tid) in line_dilate() argument
452 static void line_erode(IPlane *g, LUT *Ty, chord_set *SE, int y, int tid) in line_erode() argument
/third_party/libunwind/libunwind/tests/
H A DLrs-race.c1476 pthread_t tid[NTHREAD]; in doit() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c326 LLVMValueRef tid = ac_get_thread_id(&ctx->ac); in si_llvm_emit_streamout() local

Completed in 40 milliseconds

1...<<1112131415161718