Searched refs:_os_tsd_get_direct (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libsyscall/custom/
H A Derrno.c54 void *ptr = _os_tsd_get_direct(__TSD_ERRNO);
66 int *tsderrno = (int*)_os_tsd_get_direct(__TSD_ERRNO);
/macosx-10.10.1/xnu-2782.1.97/libsyscall/os/
H A Dtsd.h54 _os_tsd_get_direct(unsigned long slot) function
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dmig_reply_port.c39 return _os_tsd_get_direct(__TSD_MIG_REPLY);
/macosx-10.10.1/libpthread-105.1.4/private/
H A Dtsd_private.h256 return _os_tsd_get_direct(slot);
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dstack_logging.c201 stack_entries[count++] = (int)(uintptr_t)_os_tsd_get_direct(__TSD_THREAD_SELF) + 1;
H A Dmalloc.c988 void *self = _os_tsd_get_direct(__TSD_THREAD_SELF);
995 void *self = _os_tsd_get_direct(__TSD_THREAD_SELF);
H A Dstack_logging_disk.c945 vm_address_t self_thread = (vm_address_t)_os_tsd_get_direct(__TSD_THREAD_SELF);

Completed in 217 milliseconds