TizenRT Libs&Environment
v2.0 M2
|
Cbuiltin_info_s | |
Cchild_status_s | This structure is used to maintin information about child tasks. pthreads work differently, they have join information. This is only for child tasks |
Cdirent | |
Cdiv_s | |
Cdq_entry_s | Structure for double-linked queue |
Cdq_queue_s | Structure for header queue |
Cdspace_s | This structure describes a reference counted D-Space region. This must be a separately allocated "break-away" structure that can be owned by a task and any pthreads created by the task |
Centry_u | This is the entry point into the main thread of the task or into a created pthread within the task |
Cfd_set | |
Cflock | |
Cfotahal_bin_header_s | |
Cimaxdiv_t | |
Citimerspec | Struct itimerspec is used to define settings for an interval timer |
Cldiv_s | |
Clib_instream_s | Structure for getting character from the instream |
Clib_meminstream_s | Structure for operation on a fixed-sized block of memory with lib_instream_s |
Clib_memoutstream_s | Structure for operation on a fixed-sized block of memory with lib_outstream_s |
Clib_memsistream_s | Structure for operation on a fixed-sized block of memory with lib_sistream_s |
Clib_memsostream_s | Structure for operation on a fixed-sized block of memory with lib_sostream_s |
Clib_outstream_s | Structure for putting character to the outstream |
Clib_rawinstream_s | Structure for operation on a fd with lib_instream_s |
Clib_rawoutstream_s | Structure for operation on a fd with lib_outstream_s |
Clib_rawsistream_s | Structure for operation on a fd with lib_sistream_s |
Clib_rawsostream_s | Structure for operation on a fd with lib_sostream_s |
Clib_sistream_s | Structure for getting character from the instream with seek operation support |
Clib_sostream_s | Structure for putting character to the outstream with seek operation support |
Clib_stdinstream_s | Structure for operation on a FILE with lib_instream_s |
Clib_stdoutstream_s | Structure for operation on a FILE with lib_outstream_s |
Clib_stdsistream_s | Structure for operation on a FILE with lib_sistream_s |
Clib_stdsostream_s | Structure for operation on a FILE with lib_sostream_s |
Clldiv_s | |
Cmallinfo | Structure of memory information |
Cmq_attr | Sturcutre of mqueue attritube |
Cnetent | |
Cnetif | |
Cpollfd | |
Cprotoent | |
Cpthread_attr_s | Structure of pthread attr configuration |
Cpthread_barrier_s | Structure of pthread barrier configuration |
Cpthread_barrierattr_s | Structure of pthread barrier attr configuration |
Cpthread_cond_s | Structure of pthread condition configuration |
Cpthread_mutex_s | Structure of pthread mutex configuration |
Cpthread_mutexattr_s | Structure of pthread mutex attr configuration |
Cpthread_region_s | Structure of pthread region configuration |
Cpthread_rwlock_s | Structure of pthread rwlock |
Cpthread_tcb_s | This is the particular form of the task control block (TCB) structure used by pthreads. There are two TCB forms: one for pthreads and one for tasks. Both share the common TCB fields (which must appear at the top of the structure) plus additional fields unique to tasks and threads. Having separate structures for tasks and pthreads adds some complexity, but saves memory in that it prevents pthreads from being burdened with the overhead required for tasks (and vice versa) |
Csched_message | |
Csched_param | POSIX-like scheduling parameter structure |
Csem_s | Structure of generic semaphore |
Csemholder_s | Structure of semholder |
Cservent | |
Cservent_data | |
Csigaction | Structure for defining the action to take for given signal |
Csigevent | Structure for elements that define a queue signal. The following is used to attach a signal to a message queue to notify a task when a message is available on a queue |
Csiginfo | Structure for using to pass parameters to/from signal handlers |
Csigval | Union for defining the types of the siginfo si_value field |
Csq_entry_s | Structure for singly-linked queue |
Csq_queue_s | Structure for header queue |
Cstat | |
Ctask_group_s | Structure for Task Group Information |
Ctask_tcb_s | This is the particular form of the task control block (TCB) structure used by tasks (and kernel threads). There are two TCB forms: one for pthreads and one for tasks. Both share the common TCB fields (which must appear at the top of the structure) plus additional fields unique to tasks and threads. Having separate structures for tasks and pthreads adds some complexity, but saves memory in that it prevents pthreads from being burdened with the overhead required for tasks (and vice versa) |
Ctcb_s | This is the common part of the task control block (TCB). The TCB is the heart of the TinyAra task-control logic. Each task or thread is represented by a TCB that includes these common definitions |
Ctermios | Structure of termios |
Ctimespec | Structure represents an elapsed time |
Ctimeval | Structure represents an elapsed time |
Ctimezone | |
Ctm | Structure containing a calendar date and time |
Ctrace_message | |
Ctrace_packet |