| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_attr_destroy.c | 80 if (attr->inuse == TX_FALSE) in pthread_attr_destroy() 85 attr->inuse = TX_FALSE; in pthread_attr_destroy()
|
| D | px_mx_attr_destroy.c | 79 if (attr->in_use == TX_FALSE) in pthread_mutexattr_destroy() 88 attr->in_use = TX_FALSE; in pthread_mutexattr_destroy()
|
| D | px_sem_reset.c | 71 sem->in_use = TX_FALSE; in posix_sem_reset() 75 sem->unlink_flag =TX_FALSE; in posix_sem_reset()
|
| D | px_mq_reset_queue.c | 71 q_ptr->in_use = TX_FALSE; in posix_reset_queue() 92 q_ptr -> unlink_flag = TX_FALSE; in posix_reset_queue()
|
| D | px_pth_create.c | 139 if ( (attr->inuse) == TX_FALSE) in pthread_create() 195 pthread_ptr->is_joined_by = TX_FALSE; in pthread_create() 196 pthread_ptr->joined_by_pthreadID =TX_FALSE; in pthread_create() 198 pthread_ptr->is_joined_to = TX_FALSE; in pthread_create() 199 pthread_ptr->joined_to_pthreadID = TX_FALSE; in pthread_create()
|
| D | px_mq_queue_init.c | 79 queue_ptr->in_use = TX_FALSE; in posix_queue_init() 83 queue_ptr->unlink_flag = TX_FALSE; in posix_queue_init()
|
| D | px_sem_destroy.c | 75 if((sem==NULL)|| ( sem->in_use == TX_FALSE)) in sem_destroy() 85 sem->in_use = TX_FALSE; in sem_destroy()
|
| D | px_cond_destroy.c | 79 if (cond->in_use == TX_FALSE) in pthread_cond_destroy() 87 cond->in_use = TX_FALSE; in pthread_cond_destroy()
|
| D | px_mx_init.c | 105 if (( (attr->in_use) == TX_FALSE)|| (attr->type!=PTHREAD_MUTEX_RECURSIVE)) in pthread_mutex_init() 128 mutex->in_use = TX_FALSE; in pthread_mutex_init()
|
| D | px_pth_init.c | 78 return TX_FALSE; in is_posix_thread() 175 ptcb->in_use = TX_FALSE; in posix_reset_pthread_t() 287 if (ptcb->in_use == TX_FALSE) in posix_allocate_pthread_t() 808 joined_pthread_ptr->is_joined_to = TX_FALSE; in posix_do_pthread_delete() 809 joined_pthread_ptr->joined_to_pthreadID =TX_FALSE; in posix_do_pthread_delete() 846 pthread_ptr->in_use = TX_FALSE; in posix_do_pthread_delete()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_system_resume.c | 152 processing_complete = TX_FALSE; in _tx_thread_system_resume() 283 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume() 287 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_system_resume() 302 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume() 329 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume() 433 if (processing_complete == TX_FALSE) in _tx_thread_system_resume() 443 loop_finished = TX_FALSE; in _tx_thread_system_resume() 587 thread_mapped = TX_FALSE; in _tx_thread_system_resume() 662 if (thread_mapped == TX_FALSE) in _tx_thread_system_resume() 753 loop_finished = TX_FALSE; in _tx_thread_system_resume() [all …]
|
| D | tx_thread_smp_rebalance_execute_list.c | 161 loop_finished = TX_FALSE; in _tx_thread_smp_rebalance_execute_list() 167 this_pass_complete = TX_FALSE; in _tx_thread_smp_rebalance_execute_list() 224 if (this_pass_complete == TX_FALSE) in _tx_thread_smp_rebalance_execute_list() 233 if (this_pass_complete == TX_FALSE) in _tx_thread_smp_rebalance_execute_list() 317 if (this_pass_complete == TX_FALSE) in _tx_thread_smp_rebalance_execute_list() 420 if (this_pass_complete == TX_FALSE) in _tx_thread_smp_rebalance_execute_list()
|
| D | tx_thread_relinquish.c | 107 finished = TX_FALSE; in _tx_thread_relinquish() 110 rebalance = TX_FALSE; in _tx_thread_relinquish() 297 } while ((next_thread != thread_ptr) && (finished == TX_FALSE)); in _tx_thread_relinquish() 300 if (finished == TX_FALSE) in _tx_thread_relinquish() 424 if (finished == TX_FALSE) in _tx_thread_relinquish()
|
| D | tx_timer_initialize.c | 230 _tx_timer_expired_time_slice = TX_FALSE; in _tx_timer_initialize() 231 _tx_timer_expired = TX_FALSE; in _tx_timer_initialize() 280 _tx_timer_processing_active = TX_FALSE; in _tx_timer_initialize()
|
| D | tx_block_pool_prioritize.c | 144 list_changed = TX_FALSE; in _tx_block_pool_prioritize() 187 if (list_changed == TX_FALSE) in _tx_block_pool_prioritize() 207 list_changed = TX_FALSE; in _tx_block_pool_prioritize()
|
| D | tx_byte_pool_prioritize.c | 144 list_changed = TX_FALSE; in _tx_byte_pool_prioritize() 187 if (list_changed == TX_FALSE) in _tx_byte_pool_prioritize() 207 list_changed = TX_FALSE; in _tx_byte_pool_prioritize()
|
| D | tx_queue_prioritize.c | 144 list_changed = TX_FALSE; in _tx_queue_prioritize() 187 if (list_changed == TX_FALSE) in _tx_queue_prioritize() 207 list_changed = TX_FALSE; in _tx_queue_prioritize()
|
| /ThreadX-v6.3.0/common_modules/module_manager/src/ |
| D | txm_module_manager_util.c | 178 return TX_FALSE; in _txm_module_manager_created_object_check() 294 return(TX_FALSE); in _txm_module_manager_object_name_compare() 321 return(TX_FALSE); in _txm_module_manager_object_name_compare() 329 return(TX_FALSE); in _txm_module_manager_object_name_compare()
|
| D | txm_module_manager_initialize.c | 163 _txm_module_manager_ready = TX_FALSE; in _txm_module_manager_initialize() 178 _txm_module_manager_object_pool_created = TX_FALSE; in _txm_module_manager_initialize()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_system_resume.c | 158 if (thread_ptr -> tx_thread_suspending == TX_FALSE) in _tx_thread_system_resume() 167 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume() 404 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume() 425 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume() 429 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_system_resume() 444 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume() 559 if (thread_ptr -> tx_thread_suspending == TX_FALSE) 593 thread_ptr -> tx_thread_suspending = TX_FALSE; 690 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) 921 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE;
|
| D | tx_block_pool_prioritize.c | 144 list_changed = TX_FALSE; in _tx_block_pool_prioritize() 187 if (list_changed == TX_FALSE) in _tx_block_pool_prioritize() 207 list_changed = TX_FALSE; in _tx_block_pool_prioritize()
|
| D | tx_byte_pool_prioritize.c | 144 list_changed = TX_FALSE; in _tx_byte_pool_prioritize() 187 if (list_changed == TX_FALSE) in _tx_byte_pool_prioritize() 207 list_changed = TX_FALSE; in _tx_byte_pool_prioritize()
|
| D | tx_queue_prioritize.c | 144 list_changed = TX_FALSE; in _tx_queue_prioritize() 187 if (list_changed == TX_FALSE) in _tx_queue_prioritize() 207 list_changed = TX_FALSE; in _tx_queue_prioritize()
|
| D | tx_semaphore_prioritize.c | 144 list_changed = TX_FALSE; in _tx_semaphore_prioritize() 187 if (list_changed == TX_FALSE) in _tx_semaphore_prioritize() 209 list_changed = TX_FALSE; in _tx_semaphore_prioritize()
|
| D | tx_timer_initialize.c | 221 _tx_timer_expired_time_slice = TX_FALSE; in _tx_timer_initialize() 222 _tx_timer_expired = TX_FALSE; in _tx_timer_initialize() 283 _tx_timer_processing_active = TX_FALSE; in _tx_timer_initialize()
|