Searched defs:self (Results 1 - 25 of 48) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_getspecific.c5 struct pthread* self = __pthread_self(); local
H A Dpthread_setspecific.c4 struct pthread* self = __pthread_self(); local
/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A D__tls_get_addr.c6 thrd_t self = __thrd_current(); local
H A Dtss_set.c5 thrd_t self = __thrd_current(); local
H A Dtss.c36 thrd_t self = __thrd_current(); local
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Duselocale.c6 thrd_t self = __thrd_current(); local
/fuchsia/zircon/system/ulib/runtime/include/runtime/
H A Dtls.h29 __NO_SAFESTACK static inline void zxr_tp_set(zx_handle_t self, void* tp) { argument
65 __NO_SAFESTACK static inline void zxr_tp_set(zx_handle_t self, void* tp) { argument
/fuchsia/zircon/system/ulib/trace-provider/
H A Dutils.cpp14 auto self = zx_process_self(); local
/fuchsia/zircon/system/uapp/blktest/
H A Dmain.c10 void print_usage(char* self) { argument
/fuchsia/zircon/third_party/ulib/musl/src/exit/
H A D__cxa_thread_atexit.c19 thrd_t self = __thrd_current(); local
39 thrd_t self = __thrd_current(); local
/fuchsia/zircon/system/ulib/async/
H A Dexception.cpp62 auto self = Dispatch<Exception>(exception); local
H A Dreceiver.cpp25 auto self = Dispatch<Receiver>(receiver); local
H A Dwait.cpp56 auto self = Dispatch<Wait>(wait); local
H A Dtrap.cpp26 auto self = Dispatch<GuestBellTrap>(trap); local
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dprocess.h57 static inline unowned<process> self() { function in class:zx::process
H A Dthread.h62 static inline unowned<thread> self() { function in class:zx::thread
/fuchsia/zircon/third_party/ulib/musl/src/ldso/
H A Ddlerror.c8 thrd_t self = __thrd_current(); local
20 thrd_t self = __thrd_current(); local
28 thrd_t self = __thrd_current(); local
[all...]
/fuchsia/zircon/system/dev/ethernet/realtek-8211f/
H A Drtl8211f.cpp20 auto& self = *static_cast<PhyDevice*>(ctx); local
82 auto& self = *static_cast<PhyDevice*>(ctx); local
[all...]
/fuchsia/zircon/system/ulib/async/include/lib/async/cpp/
H A Dreceiver.h48 auto self = reinterpret_cast<ReceiverBase*>(receiver); local
104 auto self = Dispatch<ReceiverMethod>(receiver); local
H A Dtrap.h56 auto self = reinterpret_cast<GuestBellTrapBase*>(trap); local
111 auto self = Dispatch<GuestBellTrapMethod>(trap); local
H A Dexception.h36 auto self = reinterpret_cast<ExceptionBase*>(exception); local
112 auto self = Dispatch<ExceptionMethod>(exception); local
H A Dtask.h119 auto self = reinterpret_cast<TaskBase*>(task); local
172 auto self = Dispatch<TaskMethod>(task); local
219 auto self = Dispatch<TaskClosureMethod>(task); // must do this if status is not ok local
/fuchsia/zircon/third_party/ulib/musl/sanitizers/
H A Dhooks.c27 __WEAK void __sanitizer_thread_start_hook(void* hook, thrd_t self) { argument
31 __WEAK void __sanitizer_thread_exit_hook(void* hook, thrd_t self) { argument
/fuchsia/zircon/system/dev/display/display/
H A Dimage.h23 fbl::RefPtr<class Image> self; member in struct:display::image_node
H A Dfence.cpp58 void Fence::OnReady(async_dispatcher_t* dispatcher, async::WaitBase* self, argument

Completed in 131 milliseconds

12