Home
last modified time | relevance | path

Searched defs:th (Results 26 – 50 of 8199) sorted by relevance

12345678910>>...328

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_theme.c200 _elm_theme_clear(Elm_Theme *th) in _elm_theme_clear()
312 Elm_Theme *th = NULL; in _elm_theme_object_set() local
378 _elm_theme_icon_set(Elm_Theme *th, in _elm_theme_icon_set()
510 Elm_Theme *th; in _elm_theme_shutdown() local
533 elm_theme_free(Elm_Theme *th) in elm_theme_free()
623 elm_theme_ref_get(const Elm_Theme *th) in elm_theme_ref_get()
763 elm_theme_get(Elm_Theme *th) in elm_theme_get()
795 elm_theme_list_get(const Elm_Theme *th) in elm_theme_list_get()
859 elm_theme_flush(Elm_Theme *th) in elm_theme_flush()
884 Elm_Theme *th; in elm_theme_full_flush() local
[all …]
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_core.c44 empty_theory_t *th; in null_start_internalization() local
52 empty_theory_t *th; in null_start_search() local
60 empty_theory_t *th; in null_assert() local
70 empty_theory_t *th; in null_propagate() local
84 empty_theory_t *th; in null_increase_dlevel() local
93 empty_theory_t *th; in null_backtrack() local
107 empty_theory_t *th; in null_end_deletion() local
115 empty_theory_t *th; in null_push() local
124 empty_theory_t *th; in null_pop() local
134 empty_theory_t *th; in null_reset() local
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/
H A Dprint.css9 body, table, th, td { selector
18 table, th, td { selector
27 th, td { selector
31 th { selector
57 body, table, th, td { selector
66 table, th, td { selector
75 th, td { selector
79 th { selector
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/
H A Dprint.css11 th, selector
22 th, selector
32 th, selector
37 th { selector
67 th, selector
78 th, selector
88 th, selector
93 th { selector
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtags.cc356 int8_t unmarshallByte(reader &th) in unmarshallByte()
367 uint8_t unmarshallUByte(reader &th) in unmarshallUByte()
384 int16_t unmarshallShort(reader &th) in unmarshallShort()
408 int32_t unmarshallInt(reader &th) in unmarshallInt()
456 int64_t unmarshallSigned(reader& th) in unmarshallSigned()
620 static T unmarshall_int_as(reader& th) in unmarshall_int_as()
670 coord_def unmarshallCoord(reader &th) in unmarshallCoord()
819 float unmarshallFloat(reader &th) in unmarshallFloat()
838 string unmarshallString(reader &th) in unmarshallString()
889 bool unmarshallBoolean(reader &th) in unmarshallBoolean()
[all …]
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dtimer.c40 timer_get(struct timer_head *th, enum Timer timer) in timer_get()
52 timer_nextisdue(struct timer_head *th, time_t now) in timer_nextisdue()
63 timer_nextduein(struct timer_head *th, time_t now) in timer_nextduein()
73 timer_running(struct timer_head *th, enum Timer timer, time_t *left) in timer_running()
86 timer_set(struct timer_head *th, enum Timer timer, u_int offset) in timer_set()
113 timer_stop(struct timer_head *th, enum Timer timer) in timer_stop()
125 timer_remove(struct timer_head *th, enum Timer timer) in timer_remove()
136 timer_remove_all(struct timer_head *th) in timer_remove_all()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_thread_pool.c53 struct flb_tp_thread *th; in flb_tp_destroy() local
69 struct flb_tp_thread *th; in flb_tp_thread_create() local
104 struct flb_tp_thread *th; in flb_tp_thread_get_rr() local
120 int flb_tp_thread_start(struct flb_tp *tp, struct flb_tp_thread *th) in flb_tp_thread_start()
146 struct flb_tp_thread *th = NULL; in flb_tp_thread_start_id() local
167 struct flb_tp_thread *th; in flb_tp_thread_start_all() local
177 int flb_tp_thread_stop(struct flb_tp *tp, struct flb_tp_thread *th) in flb_tp_thread_stop()
186 struct flb_tp_thread *th; in flb_tp_thread_stop_all() local
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/include/monkey/
H A Dmk_thread_ucontext.h47 #define MK_THREAD_STACK(th) (((char *) th) + sizeof(struct mk_thread)) argument
49 #define MK_THREAD_STACK_END(th) ((char *) MK_THREAD_STACK(th) + MK_THREAD_STACK_SIZE) argument
50 #define MK_THREAD_DATA(th) ((char *) MK_THREAD_STACK_END(th)) argument
60 static MK_INLINE void mk_thread_yield(struct mk_thread *th, int ended) in mk_thread_yield()
67 static MK_INLINE void mk_thread_destroy(struct mk_thread *th) in mk_thread_destroy()
78 static MK_INLINE void mk_thread_resume(struct mk_thread *th) in mk_thread_resume()
100 struct mk_thread *th; in mk_thread_new() local
H A Dmk_tls.h55 #define MK_TLS_GET(key) key
59 #define MK_INIT_INITIALIZE_TLS() do {} while (0) in mk_thread_yield()
60
61 #else /* Use Posix Thread Keys */
65 pthread_key_t mk_tls_cache_header_cl;
80 pthread_key_t mk_tls_server_listen;
83 #define MK_TLS_SET(key, val) pthread_setspecific(key, (void *) val) in mk_thread_resume()
105 /* mk_server.c */ \
/dports/net/onioncat/onioncat-0.3.9/src/
H A Docatthread.c37 void init_ocat_thread_struct(OcatThread_t *th) in init_ocat_thread_struct()
52 OcatThread_t *th; in init_ocat_thread() local
115 OcatThread_t *th; in run_ocat_thread() local
165 OcatThread_t *th; in get_thread() local
181 OcatThread_t *th; in set_thread_name() local
209 OcatThread_t *th; in wait_thread_by_name_ready() local
248 OcatThread_t *th; in set_thread_ready() local
269 OcatThread_t *th; in print_threads() local
288 OcatThread_t *th, thb; in join_threads() local
316 OcatThread_t *th; in detach_thread() local
/dports/multimedia/gstreamer1-plugins-rust/tokio-2fd1551867c145cabe4548da2e37adc3bdf457a4/tokio/src/task/tests/
H A Dloom.rs20 let th = thread::spawn(move || { in create_drop_join_handle() localVariable
42 let th = thread::spawn(move || { in poll_drop_handle_then_drop() localVariable
63 let th = thread::spawn(move || { in join_output() localVariable
82 let th = join_one_task(join_handle); in wake_by_ref() localVariable
99 let th = join_one_task(join_handle); in wake_by_val() localVariable
116 let th = join_one_task(join_handle); in release_remote() localVariable
135 let th = join_one_task(join_handle); in shutdown_task_before_poll() localVariable
153 let th = join_two_tasks(join_handle); in shutdown_from_list_after_poll() localVariable
185 let th = join_two_tasks(join_handle); in shutdown_from_queue_after_poll() localVariable
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-0.2.11/src/task/tests/
H A Dloom.rs20 let th = thread::spawn(move || { in create_drop_join_handle() localVariable
42 let th = thread::spawn(move || { in poll_drop_handle_then_drop() localVariable
63 let th = thread::spawn(move || { in join_output() localVariable
82 let th = join_one_task(join_handle); in wake_by_ref() localVariable
99 let th = join_one_task(join_handle); in wake_by_val() localVariable
116 let th = join_one_task(join_handle); in release_remote() localVariable
135 let th = join_one_task(join_handle); in shutdown_task_before_poll() localVariable
153 let th = join_two_tasks(join_handle); in shutdown_from_list_after_poll() localVariable
185 let th = join_two_tasks(join_handle); in shutdown_from_queue_after_poll() localVariable
/dports/audio/murmur/mumble-1.3.3/src/murmur/
H A DServerDB.cpp199 TransactionHolder th; in ServerDB() local
796 TransactionHolder th; in initialize() local
975 TransactionHolder th; in unregisterUserDB() local
1003 TransactionHolder th; in getRegisteredUsersEx() local
1029 TransactionHolder th; in getRegisteredUsers() local
1057 TransactionHolder th; in isUserId() local
1077 TransactionHolder th; in getRegistration() local
1145 TransactionHolder th; in authenticate() local
1322 TransactionHolder th; in setInfo() local
1420 TransactionHolder th; in setTexture() local
[all …]
/dports/audio/mumble/mumble-1.3.3/src/murmur/
H A DServerDB.cpp199 TransactionHolder th; in ServerDB() local
796 TransactionHolder th; in initialize() local
975 TransactionHolder th; in unregisterUserDB() local
1003 TransactionHolder th; in getRegisteredUsersEx() local
1029 TransactionHolder th; in getRegisteredUsers() local
1057 TransactionHolder th; in isUserId() local
1077 TransactionHolder th; in getRegistration() local
1145 TransactionHolder th; in authenticate() local
1322 TransactionHolder th; in setInfo() local
1420 TransactionHolder th; in setTexture() local
[all …]
/dports/science/cdk/cdk-cdk-2.3/tool/sdg/src/test/java/org/openscience/cdk/layout/
H A DTemplateHandlerTest.java76 TemplateHandler th = new TemplateHandler(DefaultChemObjectBuilder.getInstance()); in testInit() local
83 TemplateHandler th = new TemplateHandler(DefaultChemObjectBuilder.getInstance()); in testDetection() local
95 TemplateHandler th = new TemplateHandler(DefaultChemObjectBuilder.getInstance()); in testOtherElements() local
110 TemplateHandler th = new TemplateHandler(DefaultChemObjectBuilder.getInstance()); in testOtherBondOrder() local
123 TemplateHandler th = new TemplateHandler(DefaultChemObjectBuilder.getInstance()); in testAddMolecule() local
145 TemplateHandler th = new TemplateHandler(DefaultChemObjectBuilder.getInstance()); in testRemoveMolecule() local
184 TemplateHandler th = new TemplateHandler(DefaultChemObjectBuilder.getInstance()); in getMappedSubstructures_IAtomContainer() local
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/
H A Dtifvsi.cpp70 _tiffReadProc(thandle_t th, tdata_t buf, tsize_t size) in _tiffReadProc()
76 static int GTHFlushBuffer(thandle_t th) in GTHFlushBuffer()
95 _tiffWriteProc(thandle_t th, tdata_t buf, tsize_t size) in _tiffWriteProc()
145 _tiffSeekProc(thandle_t th, toff_t off, int whence) in _tiffSeekProc()
182 _tiffCloseProc(thandle_t th) in _tiffCloseProc()
192 _tiffSizeProc(thandle_t th) in _tiffSizeProc()
213 _tiffMapProc(thandle_t th, tdata_t* pbase, toff_t* psize) in _tiffMapProc()
220 _tiffUnmapProc(thandle_t th, tdata_t base, toff_t size) in _tiffUnmapProc()
225 VSILFILE* VSI_TIFFGetVSILFile(thandle_t th) in VSI_TIFFGetVSILFile()
232 int VSI_TIFFFlushBufferedWrite(thandle_t th) in VSI_TIFFFlushBufferedWrite()
/dports/science/gromacs/gromacs-2021.4/src/external/thread_mpi/src/
H A Dprofile.h148 #define tMPI_Profile_count_start(th) {} argument
154 #define tMPI_Profile_count_stop(th, fn) \ argument
161 #define tMPI_Profile_count_stop(th, fn) \ argument
177 #define tMPI_Profile_wait_start(th) \ argument
185 #define tMPI_Profile_wait_stop(th, fn) \ argument
191 #define tMPI_Profile_wait_start(th) {} argument
192 #define tMPI_Profile_wait_stop(th, fn) {} argument
201 #define tMPI_Profile_count_buffered_p2p_xfer(th) \ argument
206 #define tMPI_Profile_count_p2p_xfer(th) \ argument
211 #define tMPI_Profile_count_buffered_coll_xfer(th) \ argument
[all …]
/dports/security/unicornscan/unicornscan-0.4.2/src/unilib/
H A Dchtbl.c60 chead *th; in chtinit() member
79 chead *th; in chtdestroy() member
113 uint32_t chtgetsize(void *th) { in chtgetsize()
116 chead *th; in chtgetsize() member
125 int chtinsert(void *th, uint64_t key, void *data) { in chtinsert()
128 chead *th; in chtinsert() member
166 int chtdelete(void *th, uint64_t key) { in chtdelete()
169 chead *th; in chtdelete() member
204 chead *th; in chtfind() member
231 void chtstats(void *th) { in chtstats()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/test/tasking/
H A Domp50_task_depend_mtx.c52 int th = omp_get_thread_num(); in thunk() local
99 { int th = omp_get_thread_num(); in main() local
103 { int th = omp_get_thread_num(); in main() local
107 { int th = omp_get_thread_num(); in main() local
111 { int th = omp_get_thread_num(); in main() local
115 { int th = omp_get_thread_num(); in main() local
119 { int th = omp_get_thread_num(); in main() local
140 { int th = omp_get_thread_num(); in main() local
H A Domp50_task_depend_mtx2.c52 int th = omp_get_thread_num(); in thunk() local
99 { int th = omp_get_thread_num(); in main() local
103 { int th = omp_get_thread_num(); in main() local
107 { int th = omp_get_thread_num(); in main() local
111 { int th = omp_get_thread_num(); in main() local
115 { int th = omp_get_thread_num(); in main() local
119 { int th = omp_get_thread_num(); in main() local
143 { int th = omp_get_thread_num(); in main() local
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/test/tasking/
H A Domp50_task_depend_mtx2.c52 int th = omp_get_thread_num(); in thunk() local
99 { int th = omp_get_thread_num(); in main() local
103 { int th = omp_get_thread_num(); in main() local
107 { int th = omp_get_thread_num(); in main() local
111 { int th = omp_get_thread_num(); in main() local
115 { int th = omp_get_thread_num(); in main() local
119 { int th = omp_get_thread_num(); in main() local
143 { int th = omp_get_thread_num(); in main() local
H A Domp50_task_depend_mtx.c52 int th = omp_get_thread_num(); in thunk() local
99 { int th = omp_get_thread_num(); in main() local
103 { int th = omp_get_thread_num(); in main() local
107 { int th = omp_get_thread_num(); in main() local
111 { int th = omp_get_thread_num(); in main() local
115 { int th = omp_get_thread_num(); in main() local
119 { int th = omp_get_thread_num(); in main() local
140 { int th = omp_get_thread_num(); in main() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/test/tasking/
H A Domp50_task_depend_mtx.c52 int th = omp_get_thread_num(); in thunk() local
99 { int th = omp_get_thread_num(); in main() local
103 { int th = omp_get_thread_num(); in main() local
107 { int th = omp_get_thread_num(); in main() local
111 { int th = omp_get_thread_num(); in main() local
115 { int th = omp_get_thread_num(); in main() local
119 { int th = omp_get_thread_num(); in main() local
140 { int th = omp_get_thread_num(); in main() local
H A Domp50_task_depend_mtx2.c52 int th = omp_get_thread_num(); in thunk() local
99 { int th = omp_get_thread_num(); in main() local
103 { int th = omp_get_thread_num(); in main() local
107 { int th = omp_get_thread_num(); in main() local
111 { int th = omp_get_thread_num(); in main() local
115 { int th = omp_get_thread_num(); in main() local
119 { int th = omp_get_thread_num(); in main() local
143 { int th = omp_get_thread_num(); in main() local
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/test/tasking/
H A Domp50_task_depend_mtx2.c52 int th = omp_get_thread_num(); in thunk() local
99 { int th = omp_get_thread_num(); in main() local
103 { int th = omp_get_thread_num(); in main() local
107 { int th = omp_get_thread_num(); in main() local
111 { int th = omp_get_thread_num(); in main() local
115 { int th = omp_get_thread_num(); in main() local
119 { int th = omp_get_thread_num(); in main() local
143 { int th = omp_get_thread_num(); in main() local

12345678910>>...328