__tcb_raw_get 55 uspace/lib/c/include/tls.h return (tcb_t *)((uint8_t *)__tcb_raw_get() - ARCH_TP_OFFSET); __tcb_raw_get 64 uspace/lib/c/include/tls.h return __tcb_raw_get() != NULL; __tcb_raw_get 55 uspace/lib/posix/include/libc/tls.h return (tcb_t *)((uint8_t *)__tcb_raw_get() - ARCH_TP_OFFSET); __tcb_raw_get 64 uspace/lib/posix/include/libc/tls.h return __tcb_raw_get() != NULL;HelenOS homepage, sources at GitHub