Home
last modified time | relevance | path

Searched refs:thread_detach_and_resume (Results 1 – 8 of 8) sorted by relevance

/lk-master/app/tests/
A Dthread_tests.c33thread_detach_and_resume(thread_create("sleeper", &sleep_thread, NULL, DEFAULT_PRIORITY, DEFAULT_S… in sleep_test()
88thread_detach_and_resume(thread_create("semaphore consumer", &semaphore_consumer, NULL, DEFAULT_PR… in semaphore_test()
97thread_detach_and_resume(thread_create("semaphore producer", &semaphore_producer, NULL, DEFAULT_PR… in semaphore_test()
310thread_detach_and_resume(thread_create("quantum tester 0", &quantum_tester, NULL, DEFAULT_PRIORITY… in quantum_test()
311thread_detach_and_resume(thread_create("quantum tester 1", &quantum_tester, NULL, DEFAULT_PRIORITY… in quantum_test()
312thread_detach_and_resume(thread_create("quantum tester 2", &quantum_tester, NULL, DEFAULT_PRIORITY… in quantum_test()
313thread_detach_and_resume(thread_create("quantum tester 3", &quantum_tester, NULL, DEFAULT_PRIORITY… in quantum_test()
353thread_detach_and_resume(thread_create("context switch 2a", &context_switch_tester, (void *)2, DEF… in context_switch_test()
354thread_detach_and_resume(thread_create("context switch 2b", &context_switch_tester, (void *)2, DEF… in context_switch_test()
443thread_detach_and_resume(thread_create("preempt tester", &preempt_tester, NULL, LOW_PRIORITY, DEFA… in preempt_test()
[all …]
/lk-master/app/inetsrv/
A Dinetsrv.c82thread_detach_and_resume(thread_create("chargen_worker", &chargen_worker, accept_socket, DEFAULT_P… in chargen_server()
140thread_detach_and_resume(thread_create("discard_worker", &discard_worker, accept_socket, DEFAULT_P… in discard_server()
193thread_detach_and_resume(thread_create("echo_worker", &echo_worker, accept_socket, DEFAULT_PRIORIT… in echo_server()
205thread_detach_and_resume(thread_create("chargen", &chargen_server, NULL, DEFAULT_PRIORITY, DEFAULT… in inetsrv_entry()
206thread_detach_and_resume(thread_create("discard", &discard_server, NULL, DEFAULT_PRIORITY, DEFAULT… in inetsrv_entry()
207thread_detach_and_resume(thread_create("echo", &echo_server, NULL, DEFAULT_PRIORITY, DEFAULT_STACK… in inetsrv_entry()
/lk-master/lib/dpc/
A Ddpc.c72thread_detach_and_resume(thread_create("dpc", &dpc_thread_routine, NULL, DPC_PRIORITY, DEFAULT_STA… in dpc_init()
/lk-master/lib/minip/
A Dnet_timer.c134thread_detach_and_resume(thread_create("net timer", &net_timer_work_thread, NULL, DEFAULT_PRIORITY… in net_timer_init()
A Ddhcp.c278 thread_detach_and_resume(dhcp_thr); in minip_init_dhcp()
/lk-master/kernel/include/kernel/
A Dthread.h159 status_t thread_detach_and_resume(thread_t *t);
/lk-master/dev/virtio/gpu/
A Dvirtio-gpu.c395 thread_detach_and_resume(t); in virtio_gpu_start()
/lk-master/kernel/
A Dthread.c298 status_t thread_detach_and_resume(thread_t *t) { in thread_detach_and_resume() function

Completed in 12 milliseconds