Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 25) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mx_attr_settype.c71 INT pthread_mutexattr_settype( pthread_mutexattr_t *attr, INT type) in pthread_mutexattr_settype()
Dpx_mx_attr_gettype.c71 INT pthread_mutexattr_gettype( pthread_mutexattr_t *attr, INT *type) in pthread_mutexattr_gettype()
Dpx_pth_getcanceltype.c70 INT pthread_getcanceltype (INT type, INT *oldtype) in pthread_getcanceltype()
Dpx_pth_setcanceltype.c72 INT pthread_setcanceltype (INT type, INT *oldtype) in pthread_setcanceltype()
Dtx_posix.h352 INT type; member
366 INT type; member
449 INT type; member
/ThreadX-v6.4.1/common/src/
Dtxe_thread_entry_exit_notify.c74 …y(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THREAD *notify_thread_ptr, UINT type)) in _txe_thread_entry_exit_notify()
/ThreadX-v6.4.1/common_smp/src/
Dtxe_thread_entry_exit_notify.c74 …y(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THREAD *notify_thread_ptr, UINT type)) in _txe_thread_entry_exit_notify()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_entry_exit_notify.c68 …y(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THREAD *notify_thread_ptr, UINT type)) in _txe_thread_entry_exit_notify()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_notify_trampoline.c69 VOID _txm_module_manager_thread_notify_trampoline(TX_THREAD *thread_ptr, UINT type) in _txm_module_manager_thread_notify_trampoline()
/ThreadX-v6.4.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsemihosting.c23 __attribute__((noreturn)) int $Sub$$__raise(int signal, int type) in $Sub$$__raise()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_terminate_delete_test.c39 static void entry_exit_notify(TX_THREAD *thread_ptr, UINT type) in entry_exit_notify()
54 static void entry_exit_notify3(TX_THREAD *thread_ptr, UINT type) in entry_exit_notify3()
Dthreadx_thread_sleep_terminate_test.c27 static void entry_exit_notify(TX_THREAD *thread_ptr, UINT type) in entry_exit_notify()
Dthreadx_thread_reset_test.c32 static void entry_exit_notify(TX_THREAD *thread_ptr, UINT type) in entry_exit_notify()
Dthreadx_thread_completed_test.c33 static void entry_exit_notify(TX_THREAD *thread_ptr, UINT type) in entry_exit_notify()
Dtestcontrol.c1405 void test_exit_notify(TX_THREAD *thread_ptr, UINT type) in test_exit_notify()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_terminate_delete_test.c39 static void entry_exit_notify(TX_THREAD *thread_ptr, UINT type) in entry_exit_notify()
54 static void entry_exit_notify3(TX_THREAD *thread_ptr, UINT type) in entry_exit_notify3()
Dthreadx_thread_sleep_terminate_test.c27 static void entry_exit_notify(TX_THREAD *thread_ptr, UINT type) in entry_exit_notify()
Dthreadx_thread_reset_test.c32 static void entry_exit_notify(TX_THREAD *thread_ptr, UINT type) in entry_exit_notify()
Dthreadx_thread_completed_test.c33 static void entry_exit_notify(TX_THREAD *thread_ptr, UINT type) in entry_exit_notify()
Dtestcontrol.c1604 void test_exit_notify(TX_THREAD *thread_ptr, UINT type) in test_exit_notify()
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_util.h121 #define TXM_MODULE_MANAGER_UTIL_MAX_VALUE_OF_TYPE_UNSIGNED(type) ((1ULL << (sizeof(type) * 8)) - 1) argument
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c371 … ULONG stack_size, SCHEDULE policy, AUTOSTART start, UINT type, AppModeType mode) in CreateTask()
1630 ResourceType CreateResource(const CHAR *name, StatusType type, ResourceType linked_res) in CreateResource()
Dos.h597 StatusType type; /* Internal, External, Linked. */ member
/ThreadX-v6.4.1/ports/c667x/ccs/example_build/include/
DTA66XX_DSP_BC_FUNCTIONS.hxx1674 TA66XX_BC_GBE_PORT_TYPE type; /**< Gigabit Ethernet port type */ member
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c2672 UBaseType_t type; in uxTimerGetReloadMode() local