Searched refs:nanosleep (Results 1 – 9 of 9) sorted by relevance
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | posix_demo.c | 187 pt0_status=nanosleep(&thread_0_sleep_time,0); in pthread_0_entry() 221 nanosleep(&thread_1_sleep_time,0); in pthread_1_entry() 250 nanosleep(&thread_2_sleep_time,0); in pthread_2_entry() 278 nanosleep(&thread_3_sleep_time,0); in pthread_3_entry() 309 nanosleep(&thread_4_sleep_time,0); in pthread_4_entry() 336 nanosleep(&thread_5_sleep_time,0); in pthread_5_entry()
|
D | posix_signal_self_send_test.c | 274 pt0_status=nanosleep(&thread_0_sleep_time,0); in pthread_0_entry() 312 nanosleep(&thread_1_sleep_time,0); 341 nanosleep(&thread_2_sleep_time,0); 369 nanosleep(&thread_3_sleep_time,0); 400 nanosleep(&thread_4_sleep_time,0); 427 nanosleep(&thread_5_sleep_time,0);
|
D | tx_px_time.h | 70 INT nanosleep(struct timespec *req, struct timespec *rem);
|
D | px_nanosleep.c | 80 INT nanosleep(struct timespec *req, struct timespec *rem) in nanosleep() function
|
D | time.h | 77 INT nanosleep(struct timespec *req, struct timespec *rem);
|
D | readme_threadx_posix.txt | 197 INT nanosleep(struct timespec *req, struct timespec *rem) 339 9.) pthreads suspended by nanosleep() and sleep() calls can not be awakened
|
/ThreadX-v6.4.1/ports/linux/gnu/src/ |
D | tx_thread_schedule.c | 131 nanosleep(&ts, &ts); in _tx_thread_schedule() 230 nanosleep(&ts, &ts); in _tx_thread_delete_port_completion() 258 nanosleep(&ts, &ts); in _tx_thread_reset_port_completion()
|
/ThreadX-v6.4.1/ports/linux/gnu/ |
D | readme_threadx.txt | 127 while(nanosleep(&ts, &ts));
|
/ThreadX-v6.4.1/ports_smp/linux/gnu/ |
D | readme_threadx.txt | 127 while(nanosleep(&ts, &ts));
|