Searched refs:__TSD_THREAD_SELF (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libsyscall/os/
H A Dtsd.h38 #define __TSD_THREAD_SELF 0 macro
/macosx-10.10.1/libpthread-105.1.4/private/
H A Dtsd_private.h69 #define _PTHREAD_TSD_SLOT_PTHREAD_SELF __TSD_THREAD_SELF
/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 204 milliseconds