Searched refs:OS_ERRNO_LOCATION_IDX (Results 1 – 1 of 1) sorted by relevance
51 #define OS_ERRNO_LOCATION_IDX 0 macro59 return (int)pvTaskGetThreadLocalStoragePointer(NULL, OS_ERRNO_LOCATION_IDX); in OS_GetErrno()69 vTaskSetThreadLocalStoragePointer(NULL, OS_ERRNO_LOCATION_IDX, (void *)err); in OS_SetErrno()
Completed in 5 milliseconds