/nrf52832-nimble/rt-thread/src/ |
H A D | thread.c | 49 void rt_thread_suspend_sethook(void (*hook)(rt_thread_t thread)) in rt_thread_suspend_sethook() 62 void rt_thread_resume_sethook(void (*hook)(rt_thread_t thread)) in rt_thread_resume_sethook() 73 void rt_thread_inited_sethook(void (*hook)(rt_thread_t thread)) in rt_thread_inited_sethook() 82 struct rt_thread *thread; in rt_thread_exit() local 117 static rt_err_t _rt_thread_init(struct rt_thread *thread, in _rt_thread_init() 229 rt_err_t rt_thread_init(struct rt_thread *thread, in rt_thread_init() 286 rt_err_t rt_thread_startup(rt_thread_t thread) in rt_thread_startup() 329 rt_err_t rt_thread_detach(rt_thread_t thread) in rt_thread_detach() 391 struct rt_thread *thread; in rt_thread_create() local 429 rt_err_t rt_thread_delete(rt_thread_t thread) in rt_thread_delete() [all …]
|
H A D | mempool.c | 134 struct rt_thread *thread; in rt_mp_detach() local 250 struct rt_thread *thread; in rt_mp_delete() local 308 struct rt_thread *thread; in rt_mp_alloc() local 402 struct rt_thread *thread; in rt_mp_free() local
|
H A D | ipc.c | 80 struct rt_thread *thread, in rt_ipc_list_suspend() 135 struct rt_thread *thread; in rt_ipc_list_resume() local 158 struct rt_thread *thread; in rt_ipc_list_resume_all() local 324 struct rt_thread *thread; in rt_sem_take() local 654 struct rt_thread *thread; in rt_mutex_take() local 790 struct rt_thread *thread; in rt_mutex_release() local 1029 struct rt_thread *thread; in rt_event_send() local 1130 struct rt_thread *thread; in rt_event_recv() local 1443 struct rt_thread *thread; in rt_mb_send_wait() local 1589 struct rt_thread *thread; in rt_mb_recv() local [all …]
|
H A D | scheduler.c | 81 static void _rt_scheduler_stack_check(struct rt_thread *thread) in _rt_scheduler_stack_check() 587 void rt_schedule_insert_thread(struct rt_thread *thread) in rt_schedule_insert_thread() 652 void rt_schedule_insert_thread(struct rt_thread *thread) in rt_schedule_insert_thread() 697 void rt_schedule_remove_thread(struct rt_thread *thread) in rt_schedule_remove_thread() 749 void rt_schedule_remove_thread(struct rt_thread *thread) in rt_schedule_remove_thread()
|
H A D | clock.c | 76 struct rt_thread *thread; in rt_tick_increase() local
|
H A D | cpu.c | 79 void rt_cpus_lock_status_restore(struct rt_thread *thread) in rt_cpus_lock_status_restore()
|
H A D | mem.c | 109 rt_uint8_t thread[8]; member 111 rt_uint8_t thread[4]; /* thread name */ member
|
/nrf52832-nimble/rt-thread/components/drivers/audio/ |
H A D | audio_pipe.c | 21 rt_thread_t thread; in _rt_pipe_resume_writer() local 43 rt_thread_t thread; in rt_pipe_read() local 101 rt_thread_t thread; in _rt_pipe_resume_reader() local 123 rt_thread_t thread; in rt_pipe_write() local
|
/nrf52832-nimble/rt-thread/components/drivers/src/ |
H A D | dataqueue.c | 57 rt_thread_t thread; in rt_data_queue_push() local 146 rt_thread_t thread; in rt_data_queue_pop() local 270 struct rt_thread *thread; in rt_data_queue_reset() local
|
H A D | completion.c | 35 rt_thread_t thread; in rt_completion_wait() local 111 struct rt_thread *thread; in rt_completion_done() local
|
/nrf52832-nimble/rt-thread/components/vbus/ |
H A D | watermark_queue.h | 56 rt_thread_t thread; in rt_wm_que_inc() local 117 rt_thread_t thread; in rt_wm_que_dec() local
|
H A D | prio_queue.c | 86 rt_thread_t thread; in rt_prio_queue_detach() local 160 rt_thread_t thread; in rt_prio_queue_push() local 196 rt_thread_t thread; in rt_prio_queue_pop() local
|
H A D | watermark_queue.c | 44 rt_thread_t thread; in rt_wm_que_dump() local
|
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | pthread.c | 182 int pthread_detach(pthread_t thread) in pthread_detach() 241 int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() 361 int pthread_kill(pthread_t thread, int sig) in pthread_kill() 512 int pthread_cancel(pthread_t thread) in pthread_cancel()
|
/nrf52832-nimble/rt-thread/libcpu/sim/posix/ |
H A D | cpu_port.c | 31 #define THREAD_T(thread) ((thread_t *)thread) argument 153 thread_t *thread; in thread_run() local 183 thread_t *thread, void *task, void *parameter, void *pexit) in thread_create() 213 static int thread_resume(thread_t *thread) in thread_resume() 225 thread_t *thread; in rt_hw_stack_init() local
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | pt.h | 192 #define PT_WAIT_THREAD(pt, thread) PT_WAIT_WHILE((pt), PT_SCHEDULE(thread)) argument 206 #define PT_SPAWN(pt, child, thread) \ argument
|
/nrf52832-nimble/rt-thread/examples/kernel/ |
H A D | thread_static.c | 7 static struct rt_thread thread; variable
|
H A D | thread_delay.c | 7 static struct rt_thread thread; variable
|
H A D | semaphore_static.c | 12 static struct rt_thread thread; variable
|
/nrf52832-nimble/rt-thread/examples/libc/ |
H A D | ex6.c | 19 pthread_t thread; in libc_ex6() local
|
H A D | ex7.c | 72 pthread_t thread; in libc_ex7() local
|
/nrf52832-nimble/rt-thread/components/libc/libdl/ |
H A D | dlmodule.c | 124 rt_thread_t thread = (rt_thread_t)object; in _dlmodule_exit() local 194 void dlmodule_destroy_subthread(struct rt_dlmodule *module, rt_thread_t thread) in dlmodule_destroy_subthread() 561 rt_thread_t thread; in dlmodule_exit() local
|
/nrf52832-nimble/rt-thread/components/vmm/ |
H A D | vmm.c | 39 void vmm_thread_init(struct rt_thread *thread, const char *name) in vmm_thread_init()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/tests/ |
H A D | zlib2.c | 63 static cyg_handle_t thread[NTHREADS]; variable
|
H A D | zlib1.c | 64 static cyg_handle_t thread[NTHREADS]; variable
|