Searched defs:tid (Results 1 - 24 of 24) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dftrylockfile.c6 int tid = __thread_get_tid(); local
H A D__lockfile.c6 int owner, tid = __thread_get_tid(); local
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_mutex_trylock.c6 int tid = __thread_get_tid(); local
/fuchsia/zircon/third_party/ulib/musl/src/sched/
H A Daffinity.c6 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t* set) { argument
15 int sched_getaffinity(pid_t tid, size_t size, cpu_set_t* set) { argument
/fuchsia/zircon/system/ulib/syslog/include/syslog/
H A Dwire_format.h21 zx_koid_t tid; member in struct:fx_log_metadata
/fuchsia/zircon/system/utest/debugger/
H A Dutils.h30 zx_koid_t tid; member in struct:__anon1330
H A Dutils.cpp352 bool resume_inferior(zx_handle_t inferior, zx_koid_t tid) { argument
423 zx_koid_t tid = tu_get_koid(thread); local
H A Ddebugger.cpp210 zx_koid_t tid = packet->exception.tid; local
255 zx_koid_t tid = packet->exception.tid; local
303 zx_koid_t tid = packet->exception.tid; local
[all...]
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dlog.h18 uint64_t tid; member in struct:zx_log_record
H A Dport.h69 uint64_t tid; member in struct:zx_packet_exception
/fuchsia/zircon/kernel/lib/debuglog/include/lib/
H A Ddebuglog.h65 uint64_t tid; member in struct:dlog_header
/fuchsia/zircon/kernel/object/
H A Dexcp_port.cpp26 static PortPacket* MakePacket(uint64_t key, uint32_t type, zx_koid_t pid, zx_koid_t tid) { argument
228 zx_status_t ExceptionPort::SendPacketWorker(uint32_t type, zx_koid_t pid, zx_koid_t tid) { argument
254 zx_koid_t tid = thread->get_koid(); local
276 zx_koid_t tid local
301 zx_koid_t tid = thread->get_koid(); local
329 zx_koid_t tid = thread->get_koid(); local
[all...]
/fuchsia/zircon/system/uapp/psutils/
H A Dthreads.cpp162 zx_koid_t tid = threads[i]; local
77 dump_thread(zx_handle_t process, inspector_dsoinfo_t* dso_list, uint64_t tid, zx_handle_t thread) argument
/fuchsia/zircon/system/ulib/zircon-internal/include/lib/zircon-internal/
H A Dktrace.h54 uint32_t tid; member in struct:ktrace_header
63 uint32_t tid; member in struct:ktrace_rec_32b
/fuchsia/zircon/system/utest/policy/
H A Djob-policy.cpp304 zx_koid_t tid; local
/fuchsia/zircon/system/core/crashanalyzer/
H A Dcrashanalyzer.cpp223 zx_koid_t tid = get_koid(thread); local
/fuchsia/zircon/system/uapp/iochk/
H A Diochk.cpp429 auto tid = static_cast<uintptr_t>(zx::thread::self()->get()); local
/fuchsia/zircon/system/ulib/test-utils/
H A Dtest-utils.c271 zx_handle_t tu_process_get_thread(zx_handle_t process, zx_koid_t tid) argument
351 zx_handle_t tu_get_thread(zx_handle_t proc, zx_koid_t tid) argument
/fuchsia/zircon/system/utest/core/vmar/
H A Dvmar.cpp81 zx_koid_t tid = ZX_KOID_INVALID; local
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/err/
H A Derr.c344 void ERR_remove_thread_state(const CRYPTO_THREADID *tid) { argument
/fuchsia/zircon/kernel/kernel/
H A Dthread.cpp1239 void dump_thread_user_tid(uint64_t tid, bool full) { argument
1244 void dump_thread_user_tid_locked(uint64_t tid, bool full) { argument
1261 thread_t* thread_id_to_thread_slow(uint64_t tid) { argument
/fuchsia/zircon/system/utest/core/threads/
H A Dthreads.cpp47 zx_koid_t tid; local
/fuchsia/zircon/system/utest/exception/
H A Dexception.c129 static void resume_thread_from_exception(zx_handle_t process, zx_koid_t tid, argument
268 static bool wait_process_exit_from_debugger(zx_handle_t eport, zx_handle_t process, zx_koid_t tid) { argument
204 read_and_verify_exception(zx_handle_t eport, zx_handle_t process, zx_excp_type_t expected_type, zx_koid_t* tid) argument
786 zx_koid_t tid; local
997 check_read_or_write_regs_is_rejected(zx_handle_t process, zx_handle_t tid) argument
1037 zx_koid_t tid; local
1079 zx_koid_t tid; local
1147 zx_koid_t tid = tu_get_koid(thread_handle_copy); local
1328 zx_koid_t tid = ZX_KOID_INVALID; local
1385 zx_koid_t tid; member in struct:__anon1339
1554 zx_koid_t tid; local
1587 zx_koid_t tid = start_packet.exception.tid; local
1653 zx_koid_t tid; local
[all...]
/fuchsia/zircon/system/utest/fvm/
H A Dfvm.cpp2590 size_t tid; member in struct:__anon1419::thrd_args_t

Completed in 206 milliseconds