Home
last modified time | relevance | path

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

12345678910

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_attr_destroy.c80 if (attr->inuse == TX_FALSE) in pthread_attr_destroy()
85 attr->inuse = TX_FALSE; in pthread_attr_destroy()
Dpx_mx_attr_destroy.c79 if (attr->in_use == TX_FALSE) in pthread_mutexattr_destroy()
88 attr->in_use = TX_FALSE; in pthread_mutexattr_destroy()
Dpx_sem_reset.c71 sem->in_use = TX_FALSE; in posix_sem_reset()
75 sem->unlink_flag =TX_FALSE; in posix_sem_reset()
Dpx_mq_reset_queue.c71 q_ptr->in_use = TX_FALSE; in posix_reset_queue()
92 q_ptr -> unlink_flag = TX_FALSE; in posix_reset_queue()
Dpx_pth_create.c139 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()
Dpx_mq_queue_init.c79 queue_ptr->in_use = TX_FALSE; in posix_queue_init()
83 queue_ptr->unlink_flag = TX_FALSE; in posix_queue_init()
Dpx_sem_destroy.c75 if((sem==NULL)|| ( sem->in_use == TX_FALSE)) in sem_destroy()
85 sem->in_use = TX_FALSE; in sem_destroy()
Dpx_cond_destroy.c79 if (cond->in_use == TX_FALSE) in pthread_cond_destroy()
87 cond->in_use = TX_FALSE; in pthread_cond_destroy()
Dpx_mx_init.c105 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()
Dpx_pth_init.c78 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/
Dtx_thread_system_resume.c152 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 …]
Dtx_thread_smp_rebalance_execute_list.c161 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()
Dtx_thread_relinquish.c107 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()
Dtx_timer_initialize.c230 _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()
Dtx_block_pool_prioritize.c144 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()
Dtx_byte_pool_prioritize.c144 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()
Dtx_queue_prioritize.c144 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/
Dtxm_module_manager_util.c178 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()
Dtxm_module_manager_initialize.c163 _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/
Dtx_thread_system_resume.c158 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;
Dtx_block_pool_prioritize.c144 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()
Dtx_byte_pool_prioritize.c144 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()
Dtx_queue_prioritize.c144 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()
Dtx_semaphore_prioritize.c144 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()
Dtx_timer_initialize.c221 _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()

12345678910