Searched refs:thread_self (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dthreads_impl.h179 pthread_t __init_main_thread(zx_handle_t thread_self) ATTR_LIBC_VISIBILITY;
/fuchsia/zircon/system/uapp/psutils/
H A Dthreads.cpp255 zx_handle_t thread_self = thrd_get_zx_handle(thrd_current()); local
256 if (thread_self == ZX_HANDLE_INVALID) {
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1639 __NO_SAFESTACK struct pthread* __init_main_thread(zx_handle_t thread_self) { argument
1644 if (_zx_object_get_property(thread_self, ZX_PROP_NAME, thread_self_name,
1654 zx_status_t status = zxr_thread_adopt(thread_self, &td->zxr_thread);
1658 zxr_tp_set(thread_self, pthread_to_tp(td));

Completed in 86 milliseconds