Home
last modified time | relevance | path

Searched defs:mythread (Results 1 – 25 of 130) sorted by relevance

123456

/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/myport/windows_nt/mycore/
H A Dthread.c41 mystatus_t mythread_thread_join(mythread_t *mythread, void* thread) in mythread_thread_join()
49 mystatus_t mythread_thread_cancel(mythread_t *mythread, void* thread) in mythread_thread_cancel()
65 void * mythread_thread_attr_init(mythread_t *mythread) in mythread_thread_attr_init()
70 void mythread_thread_attr_clean(mythread_t *mythread, void* attr) in mythread_thread_attr_clean()
74 void mythread_thread_attr_destroy(mythread_t *mythread, void* attr) in mythread_thread_attr_destroy()
78 void * mythread_mutex_create(mythread_t *mythread) in mythread_mutex_create()
92 mystatus_t mythread_mutex_post(mythread_t *mythread, void* mutex) in mythread_mutex_post()
97 mystatus_t mythread_mutex_wait(mythread_t *mythread, void* mutex) in mythread_mutex_wait()
102 mystatus_t mythread_mutex_try_wait(mythread_t *mythread, void* mutex) in mythread_mutex_try_wait()
107 void mythread_mutex_close(mythread_t *mythread, void* mutex) in mythread_mutex_close()
[all …]
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/myport/posix/mycore/
H A Dthread.c45 mystatus_t mythread_thread_join(mythread_t *mythread, void* thread) in mythread_thread_join()
53 mystatus_t mythread_thread_cancel(mythread_t *mythread, void* thread) in mythread_thread_cancel()
61 mystatus_t mythread_thread_destroy(mythread_t *mythread, void* thread) in mythread_thread_destroy()
67 void * mythread_thread_attr_init(mythread_t *mythread) in mythread_thread_attr_init()
89 void mythread_thread_attr_clean(mythread_t *mythread, void* attr) in mythread_thread_attr_clean()
94 void mythread_thread_attr_destroy(mythread_t *mythread, void* attr) in mythread_thread_attr_destroy()
103 void * mythread_mutex_create(mythread_t *mythread) in mythread_mutex_create()
117 mystatus_t mythread_mutex_post(mythread_t *mythread, void* mutex) in mythread_mutex_post()
122 mystatus_t mythread_mutex_wait(mythread_t *mythread, void* mutex) in mythread_mutex_wait()
132 void mythread_mutex_close(mythread_t *mythread, void* mutex) in mythread_mutex_close()
[all …]
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/mycore/
H A Dmythread.c30 mystatus_t mythread_init(mythread_t *mythread, mythread_type_t type, size_t threads_count, size_t i… in mythread_init()
53 void mythread_clean(mythread_t *mythread) in mythread_clean()
121 mythread_id_t myhread_increase_id_by_entry_id(mythread_t* mythread, mythread_id_t thread_id) in myhread_increase_id_by_entry_id()
129 mystatus_t mythread_join(mythread_t *mythread, mythread_callback_before_entry_join_f before_join, v… in mythread_join()
161 mystatus_t mythread_stop(mythread_t *mythread) in mythread_stop()
178 mystatus_t mythread_suspend(mythread_t *mythread) in mythread_suspend()
197 mystatus_t mythread_resume(mythread_t *mythread, mythread_thread_opt_t send_opt) in mythread_resume()
219 mystatus_t mythread_check_status(mythread_t *mythread) in mythread_check_status()
230 mythread_thread_opt_t mythread_option(mythread_t *mythread) in mythread_option()
235 void mythread_option_set(mythread_t *mythread, mythread_thread_opt_t opt) in mythread_option_set()
[all …]
H A Dthread_queue.c102 mythread_queue_node_t * mythread_queue_node_malloc(mythread_t *mythread, mythread_queue_t* queue, m… in mythread_queue_node_malloc()
215 mythread_queue_node_t * mythread_queue_node_malloc_round(mythread_t *mythread, mythread_queue_list_… in mythread_queue_node_malloc_round()
260 void mythread_queue_list_wait_for_done(mythread_t* mythread, mythread_queue_list_t* queue_list) in mythread_queue_list_wait_for_done()
278 bool mythread_queue_list_see_for_done(mythread_t* mythread, mythread_queue_list_t* queue_list) in mythread_queue_list_see_for_done()
431 void mythread_queue_list_entry_wait_for_done(mythread_t* mythread, mythread_queue_list_entry_t *ent… in mythread_queue_list_entry_wait_for_done()
455 void mythread_queue_list_entry_make_batch(mythread_t* mythread, mythread_queue_list_entry_t* entry) in mythread_queue_list_entry_make_batch()
467 void mythread_queue_list_entry_make_stream(mythread_t* mythread, mythread_queue_list_entry_t* entry) in mythread_queue_list_entry_make_stream()
483 mythread_t *mythread = ctx->mythread; in mythread_function_see_opt() local
520 mythread_t *mythread = ctx->mythread; in mythread_function_queue_batch() local
575 mythread_t * mythread = ctx->mythread; in mythread_function_queue_stream() local
[all …]
H A Dmythread.h34 struct mythread { struct
40 typedef void (*mythread_callback_before_entry_join_f)(mythread_t* mythread, mythread_entry_t* entry… argument
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/include/mycore/
H A Dmythread.h34 struct mythread { struct
40 typedef void (*mythread_callback_before_entry_join_f)(mythread_t* mythread, mythread_entry_t* entry… argument
/dports/lang/gambit-c/gambit-4.9.3/tests/unit-tests/06-thread/
H A Dthread_start.scm3 (define-type-of-thread mythread) unknown
H A Dthread_interrupt.scm3 (define-type-of-thread mythread) unknown
H A Dthread_join.scm3 (define-type-of-thread mythread) unknown
H A Dthread_terminate.scm3 (define-type-of-thread mythread) unknown
H A Dthread_name.scm34 (define-type-of-thread mythread) unknown
H A Dthread_quantum.scm34 (define-type-of-thread mythread) unknown
H A Dthread_specific.scm34 (define-type-of-thread mythread) unknown
H A Dthread_thread_group.scm34 (define-type-of-thread mythread) unknown
H A Dthread_init.scm34 (define-type-of-thread mythread) unknown
H A Dmake_thread.scm34 (define-type-of-thread mythread) unknown
/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/tests/
H A Donce1.c56 mythread(void * arg) in mythread() function
H A Dcondvar3.c92 mythread(void * arg) in mythread() function
H A Dcondvar2_1.c90 mythread(void * arg) in mythread() function
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/tests/
H A Donce1.c56 mythread(void * arg) in mythread() function
H A Dcondvar3.c92 mythread(void * arg) in mythread() function
H A Dcondvar2_1.c90 mythread(void * arg) in mythread() function
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.threads/
H A Dcreate-fail.c58 mythread (void *_arg) in mythread() function
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.threads/
H A Dcreate-fail.c59 mythread (void *_arg) in mythread() function
/dports/net/freediameter/freeDiameter-1.5.0/contrib/OpenWRT/test_required/
H A Dtestcase.c25 static void * mythread(void * a) in mythread() function

123456