| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | tx_freertos.c | 86 return NULL; in txfr_malloc() 89 return NULL; in txfr_malloc() 126 if(p_task != NULL) { in txfr_idle_task_entry() 132 if(p_task != NULL) { in txfr_idle_task_entry() 233 vTaskDelete(NULL); in txfr_thread_wrapper() 336 configASSERT(pxTaskCode != NULL); in xTaskCreateStatic() 339 configASSERT(puxStackBuffer != NULL); in xTaskCreateStatic() 340 configASSERT(pxTaskBuffer != NULL); in xTaskCreateStatic() 351 return NULL; in xTaskCreateStatic() 362 return NULL; in xTaskCreateStatic() [all …]
|
| /ThreadX-v6.4.1/ports/xtensa/xcc/src/ |
| D | tx_clib_lock.c | 162 *mtx = NULL; in _Mtxinit() 231 char * _tx_clib_heap_start = NULL; 232 char * _tx_clib_heap_end = NULL; 242 if (heap_ptr == NULL) { in _sbrk_r() 247 if ((heap_ptr == NULL) || /* no heap */ in _sbrk_r() 295 if (thread_ptr == NULL) { in _tx_clib_reent_init() 333 fp->_close = NULL; in _tx_clib_reent_cleanup()
|
| D | xtensa_intr.c | 69 if (f != NULL) { in xt_set_exception_handler() 141 if (f != NULL) { in xt_set_interrupt_handler()
|
| /ThreadX-v6.4.1/ports/win32/vs_2019/src/ |
| D | tx_thread_stack_build.c | 86 CreateThread(NULL, 0, _tx_win32_thread_entry, (LPVOID) thread_ptr, CREATE_SUSPENDED, in _tx_thread_stack_build() 106 thread_ptr -> tx_thread_win32_thread_run_semaphore = CreateSemaphore(NULL, 0, 1, NULL); in _tx_thread_stack_build()
|
| D | tx_initialize_low_level.c | 235 …tx_win32_critical_section.tx_win32_critical_section_mutex_handle = CreateMutex(NULL, FALSE, NULL); in _tx_initialize_low_level() 240 _tx_win32_scheduler_semaphore = CreateSemaphore(NULL, 0, 1, NULL); in _tx_initialize_low_level()
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | tx_posix.h | 218 #define PTHREAD_ONCE_INIT {0, 0, {0,NULL,0,0,NULL,0,NULL,NULL}} 260 #ifndef NULL 261 #define NULL 0 macro 563 #define PTHREAD_MUTEX_INITIALIZER {{TX_MUTEX_ID, "PMTX", 0, NULL, 0, 0, 0, NULL, 0 , NULL, NULL},… 566 #define PTHREAD_COND_INITIALIZER {{TX_SEMAPHORE_ID, "CSEM", 0, NULL, 0, NULL, NULL}, TX_TRUE}
|
| D | px_mq_reset_queue.c | 73 q_ptr -> name = NULL; in posix_reset_queue() 79 q_ptr -> storage = NULL; in posix_reset_queue()
|
| D | posix_demo.c | 123 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define() 130 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define() 137 pthread_create (&pthread_2, &ptattr2,pthread_2_entry,NULL); in tx_application_define() 144 pthread_create (&pthread_3, &ptattr3,pthread_3_entry,NULL); in tx_application_define() 151 pthread_create (&pthread_4, &ptattr4,pthread_4_entry,NULL); in tx_application_define() 158 pthread_create (&pthread_5, &ptattr5,pthread_5_entry,NULL); in tx_application_define() 167 pthread_mutex_init(&mutex1, NULL); in tx_application_define()
|
| D | posix_signal_self_send_test.c | 147 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define() 155 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define() 162 pthread_create (&pthread_2, &ptattr2,pthread_2_entry,NULL); in tx_application_define() 169 pthread_create (&pthread_3, &ptattr3,pthread_3_entry,NULL); in tx_application_define() 176 pthread_create (&pthread_4, &ptattr4,pthread_4_entry,NULL); in tx_application_define() 183 pthread_create (&pthread_5, &ptattr5,pthread_5_entry,NULL); in tx_application_define() 192 pthread_mutex_init(&mutex1, NULL); in tx_application_define()
|
| D | px_mq_find_queue.c | 76 q_ptr = (POSIX_MSG_QUEUE*)NULL; in posix_find_queue() 110 q_ptr = (POSIX_MSG_QUEUE*)NULL; in posix_find_queue()
|
| D | px_pth_once.c | 81 if (once_control == NULL || init_routine == NULL) in pthread_once()
|
| D | px_mq_open.c | 119 if((posix_queue = posix_find_queue(mqName)) != NULL) in mq_open() 139 if(q_attr == NULL) in mq_open() 176 if((posix_queue = posix_find_queue(mqName)) != NULL) in mq_open()
|
| D | px_pth_create.c | 173 … pthread_ptr->stack_address = NULL; /* will allocate our own stack */ in pthread_create() 206 pthread_ptr->value_ptr = NULL; in pthread_create() 210 if((attr->stack_address)==NULL) in pthread_create()
|
| D | px_mq_queue_delete.c | 87 q_ptr = NULL; in posix_queue_delete()
|
| D | px_pth_getschedparam.c | 81 if(thread_tcb==NULL) in pthread_getschedparam()
|
| D | px_mq_get_queue_desc.c | 71 struct mq_des *q_des = NULL; in posix_get_queue_des()
|
| D | px_pth_detach.c | 92 if(pthread_ptr==NULL) in pthread_detach()
|
| D | px_pth_sigmask.c | 100 if ((newmask == NULL) || (oldmask == NULL)) in pthread_sigmask()
|
| D | px_mq_queue_init.c | 81 queue_ptr->storage = NULL; in posix_queue_init()
|
| D | px_sem_destroy.c | 74 if((sem==NULL)|| ( sem->in_use == TX_FALSE)) in sem_destroy()
|
| /ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/ |
| D | arc.h | 39 #ifndef NULL 40 #define NULL 0 macro
|
| /ThreadX-v6.4.1/common_modules/module_manager/utilities/ |
| D | module_binary_to_c_array.c | 39 if (source_file == NULL) in main() 67 if (array_file == NULL) in main()
|
| /ThreadX-v6.4.1/ports/cortex_r5/iar/src/ |
| D | tx_thread_schedule.s | 102 CMP r0, #0 ; Is it NULL? 193 CMP r1, #0 ; Check for NULL thread pointer 194 BEQ __tx_no_thread_to_enable ; If NULL, skip VFP enable 209 CMP r1, #0 ; Check for NULL thread pointer 210 BEQ __tx_no_thread_to_disable ; If NULL, skip VFP disable
|
| /ThreadX-v6.4.1/ports/cortex_r4/iar/src/ |
| D | tx_thread_schedule.s | 102 CMP r0, #0 ; Is it NULL? 193 CMP r1, #0 ; Check for NULL thread pointer 194 BEQ __tx_no_thread_to_enable ; If NULL, skip VFP enable 209 CMP r1, #0 ; Check for NULL thread pointer 210 BEQ __tx_no_thread_to_disable ; If NULL, skip VFP disable
|
| /ThreadX-v6.4.1/ports/linux/gnu/src/ |
| D | tx_initialize_low_level.c | 284 if(pthread_create(&_tx_linux_timer_id, NULL, _tx_linux_timer_interrupt, NULL)) in _tx_initialize_low_level() 444 sigaction(RESUME_SIG, &sa, NULL); in _tx_linux_thread_init() 447 sigaction(SUSPEND_SIG, &sa, NULL); in _tx_linux_thread_init()
|