|
const char *() | _ (const char *string) |
|
const char *() | _ (const char *string, const char *plural, int64_t n) |
|
std::string() | _ (const std::string &string) |
|
std::string() | _ (const std::string &string, const std::string &plural, int64_t n) |
|
String | anklang_home_dir (const String &subdir) |
|
std::string | anklang_runpath (RPath rpath, const String &segment) |
|
String | application_name () |
|
void | application_name_init (String desktopname) |
|
const char * | ase_build_id () |
|
const char * | ase_version () |
|
std::string | color (Colors acolor, Colors c1, Colors c2, Colors c3, Colors c4, Colors c5, Colors c6) |
|
const char * | color_code (Colors acolor) |
|
bool | colorize_tty (int fd) |
|
void | configure (Colorize colorize) |
|
std::string | cpu_arch () |
|
String | cpu_info () |
|
std::string | executable_name () ASE_PURE |
|
std::string | executable_path () |
|
void | fatal_system_error (const char *file, uint line, const char *format,...) __attribute__((__format__(printf |
|
uint64 | monotonic_counter () |
|
String | program_alias () |
|
void | program_alias_init (String customname) |
|
String | program_cwd () |
|
bool | sched_fast_priority (int tid) |
|
int | sched_get_priority (int tid) |
|
bool | sched_set_priority (int tid, int nicelevel) |
|
String | this_thread_get_name () |
|
int | this_thread_getpid () |
|
int | this_thread_gettid () |
|
int | this_thread_online_cpus () |
|
ThreadId | this_thread_self () |
|
void | this_thread_set_name (const String &name16chars) |
|
uint64 | timestamp_benchmark () |
|
String | timestamp_format (uint64 stamp, uint maxlength) |
|
uint64 | timestamp_realtime () |
|
uint64 | timestamp_resolution () |
|
uint64 | timestamp_startup () |
|
int | user_id () |
|
String | user_name () |
|
String | user_real_name () |
|