| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_attr_destroy.c | 79 if (attr->inuse == TX_FALSE) in pthread_attr_destroy() 84 attr->inuse = TX_FALSE; in pthread_attr_destroy()
|
| D | px_mx_attr_destroy.c | 78 if (attr->in_use == TX_FALSE) in pthread_mutexattr_destroy() 87 attr->in_use = TX_FALSE; in pthread_mutexattr_destroy()
|
| D | px_sem_reset.c | 70 sem->in_use = TX_FALSE; in posix_sem_reset() 74 sem->unlink_flag =TX_FALSE; in posix_sem_reset()
|
| D | px_mq_reset_queue.c | 70 q_ptr->in_use = TX_FALSE; in posix_reset_queue() 91 q_ptr -> unlink_flag = TX_FALSE; in posix_reset_queue()
|
| D | px_pth_create.c | 138 if ( (attr->inuse) == TX_FALSE) in pthread_create() 194 pthread_ptr->is_joined_by = TX_FALSE; in pthread_create() 195 pthread_ptr->joined_by_pthreadID =TX_FALSE; in pthread_create() 197 pthread_ptr->is_joined_to = TX_FALSE; in pthread_create() 198 pthread_ptr->joined_to_pthreadID = TX_FALSE; in pthread_create()
|
| D | px_mq_queue_init.c | 78 queue_ptr->in_use = TX_FALSE; in posix_queue_init() 82 queue_ptr->unlink_flag = TX_FALSE; in posix_queue_init()
|
| D | px_sem_destroy.c | 74 if((sem==NULL)|| ( sem->in_use == TX_FALSE)) in sem_destroy() 84 sem->in_use = TX_FALSE; in sem_destroy()
|
| D | px_cond_destroy.c | 78 if (cond->in_use == TX_FALSE) in pthread_cond_destroy() 86 cond->in_use = TX_FALSE; in pthread_cond_destroy()
|
| D | px_mx_init.c | 104 if (( (attr->in_use) == TX_FALSE)|| (attr->type!=PTHREAD_MUTEX_RECURSIVE)) in pthread_mutex_init() 127 mutex->in_use = TX_FALSE; in pthread_mutex_init()
|
| D | px_pth_init.c | 77 return TX_FALSE; in is_posix_thread() 174 ptcb->in_use = TX_FALSE; in posix_reset_pthread_t() 286 if (ptcb->in_use == TX_FALSE) in posix_allocate_pthread_t() 807 joined_pthread_ptr->is_joined_to = TX_FALSE; in posix_do_pthread_delete() 808 joined_pthread_ptr->joined_to_pthreadID =TX_FALSE; in posix_do_pthread_delete() 845 pthread_ptr->in_use = TX_FALSE; in posix_do_pthread_delete()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_thread_system_resume.c | 151 processing_complete = TX_FALSE; in _tx_thread_system_resume() 282 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume() 286 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_system_resume() 301 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume() 328 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume() 432 if (processing_complete == TX_FALSE) in _tx_thread_system_resume() 442 loop_finished = TX_FALSE; in _tx_thread_system_resume() 586 thread_mapped = TX_FALSE; in _tx_thread_system_resume() 661 if (thread_mapped == TX_FALSE) in _tx_thread_system_resume() 752 loop_finished = TX_FALSE; in _tx_thread_system_resume() [all …]
|
| D | tx_thread_smp_rebalance_execute_list.c | 160 loop_finished = TX_FALSE; in _tx_thread_smp_rebalance_execute_list() 166 this_pass_complete = TX_FALSE; in _tx_thread_smp_rebalance_execute_list() 223 if (this_pass_complete == TX_FALSE) in _tx_thread_smp_rebalance_execute_list() 232 if (this_pass_complete == TX_FALSE) in _tx_thread_smp_rebalance_execute_list() 316 if (this_pass_complete == TX_FALSE) in _tx_thread_smp_rebalance_execute_list() 419 if (this_pass_complete == TX_FALSE) in _tx_thread_smp_rebalance_execute_list()
|
| D | tx_thread_relinquish.c | 106 finished = TX_FALSE; in _tx_thread_relinquish() 109 rebalance = TX_FALSE; in _tx_thread_relinquish() 296 } while ((next_thread != thread_ptr) && (finished == TX_FALSE)); in _tx_thread_relinquish() 299 if (finished == TX_FALSE) in _tx_thread_relinquish() 423 if (finished == TX_FALSE) in _tx_thread_relinquish()
|
| D | tx_timer_initialize.c | 229 _tx_timer_expired_time_slice = TX_FALSE; in _tx_timer_initialize() 230 _tx_timer_expired = TX_FALSE; in _tx_timer_initialize() 279 _tx_timer_processing_active = TX_FALSE; in _tx_timer_initialize()
|
| D | tx_block_pool_prioritize.c | 143 list_changed = TX_FALSE; in _tx_block_pool_prioritize() 186 if (list_changed == TX_FALSE) in _tx_block_pool_prioritize() 206 list_changed = TX_FALSE; in _tx_block_pool_prioritize()
|
| D | tx_byte_pool_prioritize.c | 143 list_changed = TX_FALSE; in _tx_byte_pool_prioritize() 186 if (list_changed == TX_FALSE) in _tx_byte_pool_prioritize() 206 list_changed = TX_FALSE; in _tx_byte_pool_prioritize()
|
| D | tx_queue_prioritize.c | 143 list_changed = TX_FALSE; in _tx_queue_prioritize() 186 if (list_changed == TX_FALSE) in _tx_queue_prioritize() 206 list_changed = TX_FALSE; in _tx_queue_prioritize()
|
| /ThreadX-v6.4.1/common_modules/module_manager/src/ |
| D | txm_module_manager_util.c | 177 return TX_FALSE; in _txm_module_manager_created_object_check() 293 return(TX_FALSE); in _txm_module_manager_object_name_compare() 320 return(TX_FALSE); in _txm_module_manager_object_name_compare() 328 return(TX_FALSE); in _txm_module_manager_object_name_compare()
|
| D | txm_module_manager_initialize.c | 162 _txm_module_manager_ready = TX_FALSE; in _txm_module_manager_initialize() 177 _txm_module_manager_object_pool_created = TX_FALSE; in _txm_module_manager_initialize()
|
| /ThreadX-v6.4.1/common/src/ |
| D | tx_thread_system_resume.c | 157 if (thread_ptr -> tx_thread_suspending == TX_FALSE) in _tx_thread_system_resume() 166 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume() 403 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume() 424 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume() 428 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_system_resume() 443 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume() 558 if (thread_ptr -> tx_thread_suspending == TX_FALSE) 592 thread_ptr -> tx_thread_suspending = TX_FALSE; 689 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) 920 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE;
|
| D | tx_block_pool_prioritize.c | 143 list_changed = TX_FALSE; in _tx_block_pool_prioritize() 186 if (list_changed == TX_FALSE) in _tx_block_pool_prioritize() 206 list_changed = TX_FALSE; in _tx_block_pool_prioritize()
|
| D | tx_byte_pool_prioritize.c | 143 list_changed = TX_FALSE; in _tx_byte_pool_prioritize() 186 if (list_changed == TX_FALSE) in _tx_byte_pool_prioritize() 206 list_changed = TX_FALSE; in _tx_byte_pool_prioritize()
|
| D | tx_queue_prioritize.c | 143 list_changed = TX_FALSE; in _tx_queue_prioritize() 186 if (list_changed == TX_FALSE) in _tx_queue_prioritize() 206 list_changed = TX_FALSE; in _tx_queue_prioritize()
|
| D | tx_semaphore_prioritize.c | 143 list_changed = TX_FALSE; in _tx_semaphore_prioritize() 186 if (list_changed == TX_FALSE) in _tx_semaphore_prioritize() 208 list_changed = TX_FALSE; in _tx_semaphore_prioritize()
|
| D | tx_timer_initialize.c | 220 _tx_timer_expired_time_slice = TX_FALSE; in _tx_timer_initialize() 221 _tx_timer_expired = TX_FALSE; in _tx_timer_initialize() 282 _tx_timer_processing_active = TX_FALSE; in _tx_timer_initialize()
|