Home
last modified time | relevance | path

Searched +defs:run +defs:t (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cc17 static void *MallocThread(void *t) { in MallocThread()
62 static void *run(void *t) { in run() function
72 static void *run(void *t) { in run() function
80 pthread_t t[kNumThreds]; in standalone_malloc_test() local
/netbsd-src/external/bsd/cron/dist/
H A Djob.c39 time_t t; member
112 int run = 0; in job_runqueue() local
139 char *within, *t; in okay_to_go() local
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-nextprime.c28 refmpz_nextprime (mpz_ptr p, mpz_srcptr t) in refmpz_nextprime()
36 run (const char *start, int reps, const char *end, short diffs[]) in run() function
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.c131 long i, t; in _add_run() local
132 ucrun_t *run; in _add_run() local
189 ucrun_t *run, *lrun; in _ucadd_rtl_segment() local
302 ucrun_t *run; in _ucadd_ltr_segment() local
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dworkqueue.h88 set_list_next(Task* t) in set_list_next()
177 run(Workqueue* workqueue) in run() function
H A Dgold.cc131 Middle_runner::run(Workqueue* workqueue, const Task* task) in run() function in gold::Middle_runner
162 Gc_runner::run(Workqueue* workqueue, const Task* task) in run() function in gold::Gc_runner
261 Task* t = process_incremental_input(ibase, i, input_objects, symtab, in queue_initial_tasks() local
872 Task* t = new Write_after_input_sections_task(layout, of, in queue_final_tasks() local
881 Task* t = new Write_after_input_sections_task(layout, of, in queue_final_tasks() local
H A Darchive.cc824 Archive::Should_include t = in add_symbols() local
1123 Add_archive_symbols::run(Workqueue* workqueue) in run() function in gold::Add_archive_symbols
1229 Archive::Should_include t = obj->should_include_member(symtab, in add_symbols() local
1345 Add_lib_group_symbols::run(Workqueue*) in run() function in gold::Add_lib_group_symbols
H A Dlayout.cc260 run(Workqueue*) in run() function in gold::Hash_task
371 Layout_task_runner::run(Workqueue* workqueue, const Task* task) in run() function in gold::Layout_task_runner
5484 #define MAPPING_INIT(f, t) { f, sizeof(f) - 1, t, sizeof(t) - 1 } argument
5485 #define MAPPING_INIT_EXACT(f, t) { f, 0, t, sizeof(t) - 1 } argument
6100 Write_sections_task::run(Workqueue*) in run() function in gold::Write_sections_task
6126 Write_data_task::run(Workqueue*) in run() function in gold::Write_data_task
6152 Write_symbols_task::run(Workqueue*) in run() function in gold::Write_symbols_task
6182 Write_after_input_sections_task::run(Workqueue*) in run() function in gold::Write_after_input_sections_task
6193 Build_id_task_runner::run(Workqueue* workqueue, const Task*) in run() function in gold::Build_id_task_runner
6244 Close_task_runner::run(Workqueue*, const Task*) in run() function in gold::Close_task_runner
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dworkqueue.h88 set_list_next(Task* t) in set_list_next()
177 run(Workqueue* workqueue) in run() function
H A Dgold.cc131 Middle_runner::run(Workqueue* workqueue, const Task* task) in run() function in gold::Middle_runner
162 Gc_runner::run(Workqueue* workqueue, const Task* task) in run() function in gold::Gc_runner
261 Task* t = process_incremental_input(ibase, i, input_objects, symtab, in queue_initial_tasks() local
872 Task* t = new Write_after_input_sections_task(layout, of, in queue_final_tasks() local
881 Task* t = new Write_after_input_sections_task(layout, of, in queue_final_tasks() local
H A Darchive.cc824 Archive::Should_include t = in add_symbols() local
1123 Add_archive_symbols::run(Workqueue* workqueue) in run() function in gold::Add_archive_symbols
1229 Archive::Should_include t = obj->should_include_member(symtab, in add_symbols() local
1345 Add_lib_group_symbols::run(Workqueue*) in run() function in gold::Add_lib_group_symbols
H A Dlayout.cc257 run(Workqueue*) in run() function in gold::Hash_task
368 Layout_task_runner::run(Workqueue* workqueue, const Task* task) in run() function in gold::Layout_task_runner
5410 #define MAPPING_INIT(f, t) { f, sizeof(f) - 1, t, sizeof(t) - 1 } argument
5411 #define MAPPING_INIT_EXACT(f, t) { f, 0, t, sizeof(t) - 1 } argument
6026 Write_sections_task::run(Workqueue*) in run() function in gold::Write_sections_task
6052 Write_data_task::run(Workqueue*) in run() function in gold::Write_data_task
6078 Write_symbols_task::run(Workqueue*) in run() function in gold::Write_symbols_task
6108 Write_after_input_sections_task::run(Workqueue*) in run() function in gold::Write_after_input_sections_task
6119 Build_id_task_runner::run(Workqueue* workqueue, const Task*) in run() function in gold::Build_id_task_runner
6170 Close_task_runner::run(Workqueue*, const Task*) in run() function in gold::Close_task_runner
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadbase.d392 for (ThreadBase t = sm_tbeg; t; t = t.next) in getAllImpl() local
431 package final void run() in run() function
469 package static void setThis(ThreadBase t) nothrow @nogc in setThis()
685 if (thr is t) local
711 static void remove(ThreadBase t) nothrow @nogc in remove()
739 if (sm_tbeg is t) variable
810 if (auto t = ThreadT.getThis()) in thread_attachThis_tpl() local
830 if (auto t = ThreadBase.getThis()) in thread_detachThis() local
848 if (auto t = thread_findByAddr(addr)) in thread_detachByAddr() local
854 extern (C) void thread_detachInstance(ThreadBase t) nothrow @nogc in thread_detachInstance()
[all …]
H A Dosthread.d357 private final void run() in run() function
1043 private Thread toThread(return scope ThreadBase t) @trusted nothrow @nogc pure in toThread()
1064 void run() in run() function
1109 catch ( Throwable t ) in catch()
1208 auto fun(Thread t, int x) in fun()
1367 if (auto t = thread_findByAddr(addr).toThread) in version() local
1582 auto t = _t.toThread; in private() local
1997 Thread t = ThreadBase.sm_tbeg.toThread; in thread_suspendAll() local
2043 Thread t = _t.toThread; in private() local
2822 void run() nothrow in run() function
H A Dfiber.d728 Throwable t = m_unhandled; in call() local
731 throw t; in call() local
876 static void yieldAndThrow( Throwable t ) nothrow @nogc in yieldAndThrow()
940 final void run() in run() function
1681 void run() in run() function
1906 catch ( Throwable t ) in catch()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtimer.c40 XTRACEID(s,t) global() argument
46 XTRACETIMER(s,t,d) global() argument
51 XTRACEID(s,t) global() argument
54 XTRACETIMER(s,t,d) global() argument
58 VALID_TIMER(t) global() argument
433 isc_timertype_t t; isc_timer_gettype() local
613 run(void *uap) { run() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtimer.c42 #define XTRACEID(s, t) fprintf(stderr, "%s %p\n", (s), (t)) argument
48 #define XTRACETIMER(s, t, d) \ argument
53 #define XTRACEID(s, t) argument
56 #define XTRACETIMER(s, t, d) argument
60 #define VALID_TIMER(t) ISC_MAGIC_VALID(t, TIMER_MAGIC) argument
436 isc_timertype_t t; in isc_timer_gettype() local
621 run(void *uap) { in run() function
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c306 tokenrun *run, *runn; in cpp_destroy() local
393 #define B(n, t, f) { DSC(n), t, f } argument
426 #define B(n, t) { DSC(n), t } argument
H A Dlex.c238 word_type val, t; in search_line_acc_char() local
313 v8qi data, t, c; in search_line_mmx() local
373 v16qi data, t; in search_line_sse2() local
564 vc data, t; in search_line_fast() local
672 vc data, mask, t; in search_line_fast() local
784 uint8x16_t t; in search_line_fast() local
885 uint8x16_t t, u, v, w; in search_line_fast() local
2443 _cpp_init_tokenrun (tokenrun *run, unsigned int count) in _cpp_init_tokenrun()
2452 next_tokenrun (tokenrun *run) in next_tokenrun()
3227 unsigned t; in utf8_to_ucn() local
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc315 tokenrun *run, *runn; in cpp_destroy() local
402 #define B(n, t, f) { DSC(n), t, f } argument
437 #define B(n, t) { DSC(n), t } argument
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsutil.c417 unsigned char volatile t; local
964 register char const *t; local
1179 run(int infd, char const *outname, ...) in run() function
1393 static time_t t; in now() local
/netbsd-src/sbin/resize_ffs/
H A Dresize_ffs.c664 unsigned int run; /* length of run of free frags seen so far */ in find_freespace() local
829 int t; /* "to" frag number, if moving */ in csum_fixup() local
927 time_t t; in timestamp() local
1335 int run; in fragmove() local
1440 int run; in perform_data_move() local
/netbsd-src/sys/fs/ntfs/
H A Dntfs_subr.c610 ntfs_runtovrun(cn_t **rcnp, cn_t **rclp, u_long *rcntp, u_int8_t *run) in ntfs_runtovrun()
1187 struct timespec t; in ntfs_nttimetounix() local
1619 ntfs_parserun(cn_t *cn, cn_t *cl, u_int8_t *run, u_long len, u_long *off) in ntfs_parserun()
1700 ntfs_runtocn(cn_t *cn, struct ntfsmount *ntmp, u_int8_t *run, u_long len, in ntfs_runtocn()
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/
H A Djquery.js2t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document… field
8 (function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){fun… argument
9 },_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.orig… argument
35 …* Copyright Vasil Dinkov, Vadikom Web Ltd. http://vadikom.com; Licensed MIT */(function(t){"functi… argument
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/
H A Djquery.js2t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document… function
8 (function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){fun… argument
9 },_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.orig… argument
35 …* Copyright Vasil Dinkov, Vadikom Web Ltd. http://vadikom.com; Licensed MIT */(function(t){"functi… argument

12