Crate abi_declarations

Crate abi_declarations 

Source

Structs§

RawMutex
RawRwLock
XilaFileSystemStatistics
XilaSemaphore
__fsid_t
__va_list_tag

Constants§

INT8_MAX
INT8_MIN
INT16_MAX
INT16_MIN
INT32_MAX
INT32_MIN
INTPTR_MAX
INTPTR_MIN
INT_FAST8_MAX
INT_FAST8_MIN
INT_FAST16_MAX
INT_FAST16_MIN
INT_FAST32_MAX
INT_FAST32_MIN
INT_LEAST8_MAX
INT_LEAST8_MIN
INT_LEAST16_MAX
INT_LEAST16_MIN
INT_LEAST32_MAX
INT_LEAST32_MIN
PTRDIFF_MAX
PTRDIFF_MIN
SIG_ATOMIC_MAX
SIG_ATOMIC_MIN
SIZE_MAX
UINT8_MAX
UINT16_MAX
UINT32_MAX
UINTPTR_MAX
UINT_FAST8_MAX
UINT_FAST16_MAX
UINT_FAST32_MAX
UINT_LEAST8_MAX
UINT_LEAST16_MAX
UINT_LEAST32_MAX
WINT_MAX
WINT_MIN
XilaFileKind_XilaFileKind_BlockDevice
XilaFileKind_XilaFileKind_CharacterDevice
XilaFileKind_XilaFileKind_Directory
XilaFileKind_XilaFileKind_File
XilaFileKind_XilaFileKind_Pipe
XilaFileKind_XilaFileKind_Socket
XilaFileKind_XilaFileKind_SymbolicLink
XilaFileSystemWhence_XilaFileSystemWhence_Current
XilaFileSystemWhence_XilaFileSystemWhence_End
XilaFileSystemWhence_XilaFileSystemWhence_Start
XilaTimeClockIdentifier_XilaTimeClockIdentifier_Monotonic
XilaTimeClockIdentifier_XilaTimeClockIdentifier_Realtime
XilaTimerFlags_XilaTimerFlags_Absolute
_ATFILE_SOURCE
_BITS_STDINT_INTN_H
_BITS_STDINT_LEAST_H
_BITS_STDINT_UINTN_H
_BITS_TIME64_H
_BITS_TYPESIZES_H
_BITS_TYPES_H
_BITS_WCHAR_H
_DEFAULT_SOURCE
_FEATURES_H
_POSIX_C_SOURCE
_POSIX_SOURCE
_STDC_PREDEF_H
_STDINT_H
_SYS_CDEFS_H
__FD_SETSIZE
__GLIBC_MINOR__
__GLIBC_USE_C2X_STRTOL
__GLIBC_USE_DEPRECATED_GETS
__GLIBC_USE_DEPRECATED_SCANF
__GLIBC_USE_IEC_60559_BFP_EXT
__GLIBC_USE_IEC_60559_BFP_EXT_C2X
__GLIBC_USE_IEC_60559_EXT
__GLIBC_USE_IEC_60559_FUNCS_EXT
__GLIBC_USE_IEC_60559_FUNCS_EXT_C2X
__GLIBC_USE_IEC_60559_TYPES_EXT
__GLIBC_USE_ISOC2X
__GLIBC_USE_LIB_EXT2
__GLIBC__
__GNU_LIBRARY__
__HAVE_GENERIC_SELECTION
__INO_T_MATCHES_INO64_T
__KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64
__LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
__OFF_T_MATCHES_OFF64_T
__RLIM_T_MATCHES_RLIM64_T
__STATFS_MATCHES_STATFS64
__STDC_IEC_559_COMPLEX__
__STDC_IEC_559__
__STDC_IEC_60559_BFP__
__STDC_IEC_60559_COMPLEX__
__STDC_ISO_10646__
__SYSCALL_WORDSIZE
__TIMESIZE
__USE_ATFILE
__USE_FORTIFY_LEVEL
__USE_ISOC11
__USE_ISOC95
__USE_ISOC99
__USE_MISC
__USE_POSIX
__USE_POSIX2
__USE_POSIX199309
__USE_POSIX199506
__USE_POSIX_IMPLICITLY
__USE_XOPEN2K
__USE_XOPEN2K8
__WORDSIZE
__WORDSIZE_TIME64_COMPAT32
__bool_true_false_are_defined
__glibc_c99_flexarr_available
false_
true_

Statics§

RAW_MUTEX_SIZE
RAW_RWLOCK_SIZE
XILA_FILE_SYSTEM_MODE_READ_MASK
XILA_FILE_SYSTEM_MODE_WRITE_MASK
XILA_FILE_SYSTEM_OPEN_CREATE_MASK
XILA_FILE_SYSTEM_OPEN_CREATE_ONLY_MASK
XILA_FILE_SYSTEM_OPEN_TRUNCATE_MASK
XILA_FILE_SYSTEM_STATUS_APPEND_MASK
XILA_FILE_SYSTEM_STATUS_NON_BLOCKING_MASK
XILA_FILE_SYSTEM_STATUS_SYNCHRONOUS_DATA_ONLY_MASK
XILA_FILE_SYSTEM_STATUS_SYNCHRONOUS_MASK
XILA_MEMORY_CAPABILITIES_DIRECT_MEMORY_ACCESS
Direct Memory Access (DMA) capability - memory is accessible by DMA controllers
XILA_MEMORY_CAPABILITIES_EXECUTE
Executable capability - memory can be used for code execution
XILA_MEMORY_CAPABILITIES_NONE
No special capabilities required - standard memory allocation
XILA_MEMORY_PROTECTION_EXECUTE
Execute permission flag - allows executing code from memory
XILA_MEMORY_PROTECTION_READ
Read permission flag - allows reading from memory
XILA_MEMORY_PROTECTION_WRITE
Write permission flag - allows writing to memory

Functions§

xila_condition_variable_attribute_destroy
This function is used to destroy a condition variable attribute.
xila_condition_variable_attribute_initialize
This function is used to create a condition variable attribute.
xila_condition_variable_attribute_set_clock
This function is used to set the clock of a condition variable attribute.
xila_condition_variable_broadcast
This function is used to broadcast a condition variable.
xila_condition_variable_initialize
This function is used to initialize a condition variable.
xila_condition_variable_new
This function is used to create a condition variable.
xila_condition_variable_remove
This function is used to delete a condition variable.
xila_condition_variable_signal
This function is used to signal a condition variable.
xila_condition_variable_try_wait
This function is used to try wait a condition variable.
xila_condition_variable_wait
This function is used to wait a condition variable.
xila_destroy_mutex
Destroy a mutex.
xila_destroy_rwlock
Destroy a rwlock.
xila_file_system_advise
This function is used to advice the file system about the access pattern of a file.
xila_file_system_allocate
xila_file_system_close
This function is used to close a file.
xila_file_system_close_directory
xila_file_system_create_directory_at
This function is used to get the position in a file.
xila_file_system_create_symbolic_link_at
xila_file_system_directory_set_position
xila_file_system_flush
xila_file_system_get_access_mode
This function is used to get the access mode of a file.
xila_file_system_get_flags
This function is used to get the flags of a file.
xila_file_system_get_statistics
This function is used to open a file.
xila_file_system_get_statistics_from_path_at
This function is used to get the statistics of a file from its path.
xila_file_system_is_a_terminal
This function is used to check if a file is a terminal.
xila_file_system_is_stderr
xila_file_system_is_stdin
xila_file_system_is_stdout
xila_file_system_link
This function is used to create a symbolic link.
xila_file_system_open
This function is used to open a file.
xila_file_system_open_at
This function is used to open a file or directory at a given directory.
xila_file_system_open_directory
This function is used to open a directory.
xila_file_system_read_at_position_vectored
This function is used to perform a read operation on a file at a specific position.
xila_file_system_read_directory
This function is used to read a directory.
xila_file_system_read_link_at
xila_file_system_read_vectored
This function is used to perform a write operation on a file.
xila_file_system_receive
This function is used to receive data through a socket.
xila_file_system_remove
This function is used to remove a file.
xila_file_system_rename
This function is used to rename (move) a file.
xila_file_system_resolve_path
This function is used to convert a path to a resolved path (i.e. a path without symbolic links or relative paths).
xila_file_system_rewind_directory
xila_file_system_send
This function is used to send data through a socket.
xila_file_system_set_flags
xila_file_system_set_position
This function is used to set the position in a file.
xila_file_system_set_times
xila_file_system_set_times_from_path
This function is used to set access and modification times of a file.
xila_file_system_truncate
This function is used to truncate a file.
xila_file_system_write_at_position_vectored
This function is used to perform a write operation on a file at a specific position.
xila_file_system_write_vectored
This function is used perform a vectored write operation on a file.
xila_get_current_thread_identifier
xila_initialize_mutex
This function is used to initialize a mutex.
xila_initialize_recursive_mutex
Initialize a recursive mutex.
xila_initialize_rwlock
This function is used to initialize a rwlock.
xila_lock_mutex
Lock a mutex (blocking).
xila_memory_allocate
Allocates a memory block with specified properties.
xila_memory_allocate_core
Allocates a memory block with default properties.
xila_memory_compare
Compare memory blocks
xila_memory_copy
Copy memory from source to destination
xila_memory_deallocate
Deallocates a previously allocated memory block.
xila_memory_flush_data_cache
Flushes the data cache.
xila_memory_flush_instruction_cache
Flushes the instruction cache for a specific memory region.
xila_memory_get_page_size
Returns the system’s memory page size.
xila_memory_move
Move memory from source to destination (handles overlapping regions)
xila_memory_reallocate
Reallocates a memory block to a new size.
xila_memory_set
Set memory to a specific value
xila_read_rwlock
Read lock a rwlock.
xila_semaphore_close
This function is used to close a semaphore.
xila_semaphore_get_value
This function is used to get the value of a semaphore.
xila_semaphore_open
This function is used to create a semaphore.
xila_semaphore_post
This function is used to post a semaphore.
xila_semaphore_remove
This function is used to get the value of a semaphore.
xila_semaphore_try_wait
This function is used to try wait a semaphore.
xila_semaphore_wait
This function is used to wait a semaphore.
xila_string_compare
Compare two null-terminated strings
xila_string_compare_bounded
Compare two strings up to n characters
xila_string_compare_case_insensitive_bounded
Case-insensitive string comparison up to n characters
xila_string_concatenate
Concatenate source string to destination string
xila_string_copy
Copy string from source to destination
xila_string_copy_bounded
Copy string from source to destination with maximum length
xila_string_duplicate
Duplicate a string
xila_string_duplicate_bounded
Duplicate a string up to a maximum length
xila_string_find_character
Find character in string
xila_string_find_substring
Find substring in a string
xila_string_get_length
Get the length of a null-terminated string
xila_string_get_length_bounded
Get the length of a null-terminated string with maximum length
xila_string_parse_integer
Parse integer from string
xila_string_span
Get length of initial segment of string that consists of accept characters
xila_string_span_complement
Get length of initial segment of string that consists of reject characters
xila_string_to_double
Convert string to double
xila_string_to_float
Convert string to float
xila_string_to_unsigned_long
Convert string to unsigned long
xila_string_to_unsigned_long_long
Convert string to unsigned long long
xila_string_tokenize
Tokenize a string using delimiters
xila_thread_begin_blocking_operation
xila_thread_create
xila_thread_detach
xila_thread_end_blocking_operation
xila_thread_exit
xila_thread_get_stack_boundary
xila_thread_join
xila_thread_sleep
xila_thread_sleep_exact
xila_thread_wake_up
xila_thread_yield
xila_time_get_cpu
xila_time_get_resolution
Retrieve the current time since the system startup in milliseconds.
xila_time_get_time
Retrieve the current time since the system startup in milliseconds.
xila_time_get_time_since_startup_microseconds
Retrieve the current time since the system startup in microseconds.
xila_time_nano_sleep
xila_unlock_mutex
Unlock a mutex (blocking).
xila_unlock_rwlock
Unlock a rwlock.
xila_write_rwlock
Write lock a rwlock.

Type Aliases§

Permissions
XilaConditionVariable
XilaConditionVariableAttribute
XilaFileIdentifier
XilaFileKind
XilaFileSystemIdentifier
XilaFileSystemInode
XilaFileSystemMode
XilaFileSystemOpen
XilaFileSystemResult
XilaFileSystemSize
XilaFileSystemStatus
XilaFileSystemWhence
XilaGroupIdentifier
XilaMemoryCapabilities
Memory capability flags that specify special requirements for allocated memory. These flags can be combined using bitwise OR to request multiple capabilities.
XilaThreadIdentifier
XilaTime
XilaTimeClockIdentifier
XilaTimerFlags
XilaUserIdentifier
__blkcnt64_t
__blkcnt_t
__blksize_t
__builtin_va_list
__caddr_t
__clock_t
__clockid_t
__daddr_t
__dev_t
__fsblkcnt64_t
__fsblkcnt_t
__fsfilcnt64_t
__fsfilcnt_t
__fsword_t
__gid_t
__gnuc_va_list
__id_t
__ino64_t
__ino_t
__int8_t
__int16_t
__int32_t
__int64_t
__int_least8_t
__int_least16_t
__int_least32_t
__int_least64_t
__intmax_t
__intptr_t
__key_t
__loff_t
__mode_t
__nlink_t
__off64_t
__off_t
__pid_t
__quad_t
__rlim64_t
__rlim_t
__sig_atomic_t
__socklen_t
__ssize_t
__suseconds64_t
__suseconds_t
__syscall_slong_t
__syscall_ulong_t
__time_t
__timer_t
__u_char
__u_int
__u_long
__u_quad_t
__u_short
__uid_t
__uint8_t
__uint16_t
__uint32_t
__uint64_t
__uint_least8_t
__uint_least16_t
__uint_least32_t
__uint_least64_t
__uintmax_t
__useconds_t
int_fast8_t
int_fast16_t
int_fast32_t
int_fast64_t
int_least8_t
int_least16_t
int_least32_t
int_least64_t
intmax_t
uint_fast8_t
uint_fast16_t
uint_fast32_t
uint_fast64_t
uint_least8_t
uint_least16_t
uint_least32_t
uint_least64_t
uintmax_t
va_list