Home
last modified time | relevance | path

Searched refs:TX_FALSE (Results 1 – 25 of 249) sorted by relevance

12345678910

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_attr_destroy.c79 if (attr->inuse == TX_FALSE) in pthread_attr_destroy()
84 attr->inuse = TX_FALSE; in pthread_attr_destroy()
Dpx_mx_attr_destroy.c78 if (attr->in_use == TX_FALSE) in pthread_mutexattr_destroy()
87 attr->in_use = TX_FALSE; in pthread_mutexattr_destroy()
Dpx_sem_reset.c70 sem->in_use = TX_FALSE; in posix_sem_reset()
74 sem->unlink_flag =TX_FALSE; in posix_sem_reset()
Dpx_mq_reset_queue.c70 q_ptr->in_use = TX_FALSE; in posix_reset_queue()
91 q_ptr -> unlink_flag = TX_FALSE; in posix_reset_queue()
Dpx_pth_create.c138 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()
Dpx_mq_queue_init.c78 queue_ptr->in_use = TX_FALSE; in posix_queue_init()
82 queue_ptr->unlink_flag = TX_FALSE; in posix_queue_init()
Dpx_sem_destroy.c74 if((sem==NULL)|| ( sem->in_use == TX_FALSE)) in sem_destroy()
84 sem->in_use = TX_FALSE; in sem_destroy()
Dpx_cond_destroy.c78 if (cond->in_use == TX_FALSE) in pthread_cond_destroy()
86 cond->in_use = TX_FALSE; in pthread_cond_destroy()
Dpx_mx_init.c104 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()
Dpx_pth_init.c77 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/
Dtx_thread_system_resume.c151 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 …]
Dtx_thread_smp_rebalance_execute_list.c160 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()
Dtx_thread_relinquish.c106 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()
Dtx_timer_initialize.c229 _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()
Dtx_block_pool_prioritize.c143 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()
Dtx_byte_pool_prioritize.c143 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()
Dtx_queue_prioritize.c143 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/
Dtxm_module_manager_util.c177 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()
Dtxm_module_manager_initialize.c162 _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/
Dtx_thread_system_resume.c157 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;
Dtx_block_pool_prioritize.c143 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()
Dtx_byte_pool_prioritize.c143 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()
Dtx_queue_prioritize.c143 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()
Dtx_semaphore_prioritize.c143 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()
Dtx_timer_initialize.c220 _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()

12345678910