Home
last modified time | relevance | path

Searched refs:threadref (Results 1 – 25 of 40) sorted by relevance

12

/dports/biology/exonerate/exonerate-2.4.0/src/general/
H A Dthreadref.c20 threadref->ref_count = 1; in ThreadRef_create()
24 return threadref; in ThreadRef_create()
28 ThreadRef_lock(threadref); in ThreadRef_destroy()
29 if(--threadref->ref_count){ in ThreadRef_destroy()
31 return threadref; in ThreadRef_destroy()
33 ThreadRef_unlock(threadref); in ThreadRef_destroy()
37 g_free(threadref); in ThreadRef_destroy()
42 ThreadRef_lock(threadref); in ThreadRef_share()
43 threadref->ref_count++; in ThreadRef_share()
45 return threadref; in ThreadRef_share()
[all …]
H A Dthreadref.h38 ThreadRef *ThreadRef_destroy(ThreadRef *threadref);
39 ThreadRef *ThreadRef_share(ThreadRef *threadref);
40 gint ThreadRef_get_count(ThreadRef *threadref);
41 void ThreadRef_lock(ThreadRef *threadref);
42 void ThreadRef_unlock(ThreadRef *threadref);
H A DMakefile.am3 jobqueue.test threadref.test
7 jobqueue.h threadref.h
20 threadref_test_SOURCES = threadref.test.c threadref.c
H A DMakefile.in82 TESTS = argument.test lineparse.test compoundfile.test socket.test jobqueue.test threadref.…
86 …st_HEADERS = argument.h lineparse.h compoundfile.h socket.h jobqueue.h threadref.h
99 threadref_test_SOURCES = threadref.test.c threadref.c
134 threadref_test_OBJECTS = threadref.test.o threadref.o
212 threadref.test: $(threadref_test_OBJECTS) $(threadref_test_DEPENDENCIES)
213 @rm -f threadref.test
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote.c1120 static void copy_threadref (threadref * dest, threadref * src);
1122 static int threadmatch (threadref * dest, threadref * src);
1376 copy_threadref (threadref *dest, threadref *src) in copy_threadref()
1389 threadmatch (threadref *dest, threadref *src) in threadmatch()
1446 threadref ref; in remote_unpack_thread_info_response()
1550 threadref *nextthread) in pack_threadlist_request()
1565 threadref *original_echo, threadref *resultlist, in parse_threadlist_response()
1800 threadref id; in remote_threads_extra_info()
5030 threadref nextthread;
5032 threadref threadlist[3];
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote.c1120 static void copy_threadref (threadref * dest, threadref * src);
1122 static int threadmatch (threadref * dest, threadref * src);
1376 copy_threadref (threadref *dest, threadref *src)
1389 threadmatch (threadref *dest, threadref *src)
1446 threadref ref;
1550 threadref *nextthread)
1565 threadref *original_echo, threadref *resultlist,
1800 threadref id;
5030 threadref nextthread;
5032 threadref threadlist[3];
[all …]
/dports/biology/exonerate/exonerate-2.4.0/src/comparison/
H A DMakefile.am32 $(top_srcdir)/src/general/threadref.o \
49 $(top_srcdir)/src/general/threadref.o \
65 $(top_srcdir)/src/general/threadref.o \
H A DMakefile.in99 …rc/struct/recyclebin.o $(top_srcdir)/src/general/threadref.o …
108 …ruct/pqueue.o $(top_srcdir)/src/general/threadref.o …
117 …rc/struct/pqueue.o $(top_srcdir)/src/general/threadref.o …
147 $(top_srcdir)/src/general/threadref.o \
173 $(top_srcdir)/src/general/threadref.o \
199 $(top_srcdir)/src/general/threadref.o \
/dports/biology/exonerate/exonerate-2.4.0/src/c4/
H A DMakefile.am23 $(top_srcdir)/src/general/threadref.o
38 $(top_srcdir)/src/general/threadref.o \
49 $(top_srcdir)/src/general/threadref.o
H A DMakefile.in96 …DADD = $(top_srcdir)/src/struct/matrix.o $(top_srcdir)/src/general/threadref.o
102 …r)/src/sequence/submat.o $(top_srcdir)/src/general/threadref.o …
111 … $(top_srcdir)/src/struct/matrix.o $(top_srcdir)/src/general/threadref.o
154 $(top_srcdir)/src/general/threadref.o
160 $(top_srcdir)/src/general/threadref.o \
180 $(top_srcdir)/src/general/threadref.o \
200 $(top_srcdir)/src/general/threadref.o \
217 $(top_srcdir)/src/general/threadref.o \
232 $(top_srcdir)/src/struct/matrix.o $(top_srcdir)/src/general/threadref.o
/dports/biology/exonerate/exonerate-2.4.0/src/model/
H A DMakefile.in192 $(top_srcdir)/src/general/threadref.o
212 $(top_srcdir)/src/general/threadref.o
233 $(top_srcdir)/src/general/threadref.o
253 $(top_srcdir)/src/general/threadref.o
274 $(top_srcdir)/src/general/threadref.o
294 $(top_srcdir)/src/general/threadref.o
314 $(top_srcdir)/src/general/threadref.o
335 $(top_srcdir)/src/general/threadref.o
356 $(top_srcdir)/src/general/threadref.o
376 $(top_srcdir)/src/general/threadref.o
[all …]
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dfilereader.cc52 pthread_t threadref; member in acng::tMmapEntry
54 tMmapEntry() : threadref() { in tMmapEntry()
372 x.threadref=pthread_self(); in OpenFile()
408 && pthread_equal(pthread_self(), x.threadref) in Close()
485 if (pthread_equal(pthread_self(), x.threadref)) in handle_sigbus()
490 pthread_kill(x.threadref, SIGBUS); in handle_sigbus()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dremote.c1795 static void copy_threadref (threadref *dest, threadref *src);
1797 static int threadmatch (threadref *dest, threadref *src);
1800 threadref *id);
2124 copy_threadref (threadref *dest, threadref *src) in copy_threadref()
2137 threadmatch (threadref *dest, threadref *src) in threadmatch()
2194 threadref ref; in remote_unpack_thread_info_response()
2303 threadref *nextthread) in pack_threadlist_request()
2318 threadref *original_echo, threadref *resultlist, in parse_threadlist_response()
2704 threadref id; in remote_threads_extra_info()
8567 threadref nextthread;
[all …]
/dports/biology/exonerate/exonerate-2.4.0/src/hub/
H A DMakefile.am75 $(top_srcdir)/src/general/threadref.o \
81 $(top_srcdir)/src/general/threadref.o \
111 $(top_srcdir)/src/general/threadref.o \
H A DMakefile.in94 …/src/general/compoundfile.o $(top_srcdir)/src/general/threadref.o …
98 …rc/general/lineparse.o $(top_srcdir)/src/general/threadref.o …
101 …general/socket.o $(top_srcdir)/src/general/threadref.o …
122 $(top_srcdir)/src/general/threadref.o $(top_srcdir)/src/c4/c4.o \
167 $(top_srcdir)/src/general/threadref.o $(top_srcdir)/src/c4/c4.o \
204 $(top_srcdir)/src/general/threadref.o \
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote.c1904 static void copy_threadref (threadref *dest, threadref *src);
1906 static int threadmatch (threadref *dest, threadref *src);
1909 threadref *id);
2233 copy_threadref (threadref *dest, threadref *src) in copy_threadref()
2246 threadmatch (threadref *dest, threadref *src) in threadmatch()
2303 threadref ref; in remote_unpack_thread_info_response()
2412 threadref *nextthread) in pack_threadlist_request()
2427 threadref *original_echo, threadref *resultlist, in parse_threadlist_response()
2824 threadref id; in remote_threads_extra_info()
9134 threadref nextthread;
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dremote.c348 threadref nextthread {};
817 threadref *resultlist,
3040 static void copy_threadref (threadref *dest, threadref *src);
3042 static int threadmatch (threadref *dest, threadref *src);
3045 threadref *id);
3293 copy_threadref (threadref *dest, threadref *src)
3306 threadmatch (threadref *dest, threadref *src)
3364 threadref ref;
3999 threadref id;
11689 threadref nextthread;
[all …]
/dports/biology/exonerate/exonerate-2.4.0/src/bsdp/
H A DMakefile.in91 …dir)/src/general/lineparse.o $(top_srcdir)/src/general/threadref.o …
146 $(top_srcdir)/src/general/threadref.o
172 $(top_srcdir)/src/general/threadref.o
192 $(top_srcdir)/src/general/threadref.o
H A DMakefile.am25 $(top_srcdir)/src/general/threadref.o \
/dports/biology/exonerate/exonerate-2.4.0/src/sdp/
H A DMakefile.in92 …dir)/src/general/lineparse.o $(top_srcdir)/src/general/threadref.o …
155 $(top_srcdir)/src/general/threadref.o
183 $(top_srcdir)/src/general/threadref.o
199 $(top_srcdir)/src/general/threadref.o
H A DMakefile.am26 $(top_srcdir)/src/general/threadref.o \
/dports/biology/exonerate/exonerate-2.4.0/src/program/
H A DMakefile.am101 $(top_srcdir)/src/general/threadref.o \
163 $(top_srcdir)/src/general/threadref.o \
H A DMakefile.in96 …eneral/compoundfile.o $(top_srcdir)/src/general/threadref.o …
110 …ral/lineparse.o $(top_srcdir)/src/general/threadref.o …
165 $(top_srcdir)/src/general/threadref.o
/dports/biology/exonerate/exonerate-2.4.0/src/database/
H A DMakefile.am42 $(top_srcdir)/src/general/threadref.o \
/dports/biology/exonerate/exonerate-2.4.0/src/util/
H A DMakefile.am60 $(top_srcdir)/src/general/threadref.o \

12