Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 38) sorted by relevance

12

/nrf52832-nimble/rt-thread/src/
H A Dthread.c49 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 Dmempool.c134 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 Dipc.c80 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 Dscheduler.c81 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 Dclock.c76 struct rt_thread *thread; in rt_tick_increase() local
H A Dcpu.c79 void rt_cpus_lock_status_restore(struct rt_thread *thread) in rt_cpus_lock_status_restore()
H A Dmem.c109 rt_uint8_t thread[8]; member
111 rt_uint8_t thread[4]; /* thread name */ member
/nrf52832-nimble/rt-thread/components/drivers/audio/
H A Daudio_pipe.c21 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 Ddataqueue.c57 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 Dcompletion.c35 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 Dwatermark_queue.h56 rt_thread_t thread; in rt_wm_que_inc() local
117 rt_thread_t thread; in rt_wm_que_dec() local
H A Dprio_queue.c86 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 Dwatermark_queue.c44 rt_thread_t thread; in rt_wm_que_dump() local
/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A Dpthread.c182 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 Dcpu_port.c31 #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 Dpt.h192 #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 Dthread_static.c7 static struct rt_thread thread; variable
H A Dthread_delay.c7 static struct rt_thread thread; variable
H A Dsemaphore_static.c12 static struct rt_thread thread; variable
/nrf52832-nimble/rt-thread/examples/libc/
H A Dex6.c19 pthread_t thread; in libc_ex6() local
H A Dex7.c72 pthread_t thread; in libc_ex7() local
/nrf52832-nimble/rt-thread/components/libc/libdl/
H A Ddlmodule.c124 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 Dvmm.c39 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 Dzlib2.c63 static cyg_handle_t thread[NTHREADS]; variable
H A Dzlib1.c64 static cyg_handle_t thread[NTHREADS]; variable

12