Home
last modified time | relevance | path

Searched refs:threadid (Results 226 – 250 of 1222) sorted by relevance

12345678910>>...49

/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/debug/
H A Dleak.c63 netwib_uint32 btsize, i, j, threadid; in netwib_debug_leak_add2() local
83 netwib_er(netwib_debug_thread_id(&threadid)); in netwib_debug_leak_add2()
85 item[1] = (netwib_ptr)((netwib_uintptr)threadid); in netwib_debug_leak_add2()
444 netwib_uint32 btsize, i, threadid; in netwib_debug_leak_disp() local
455 threadid = (netwib_uint32)((netwib_uintptr)item[1]); in netwib_debug_leak_disp()
456 netwib_er(netwib_debug_disp_fmt("[threadid:%{uint32}] : ", threadid)); in netwib_debug_leak_disp()
/dports/games/atr3d/atr3d/
H A Dserver.cpp25 void *Server(void *threadid) in Server() argument
37 if (!threadid) { in Server()
/dports/science/madness/madness-ebb3fd7/bin/
H A Dtaskprofile.pl176 foreach my $threadid (keys %have_thread) {
177 $runningtasks{$threadid} = [];
249 foreach my $threadid (keys %runningtasks) {
251 my $tasklistref = $runningtasks{$threadid};
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dthread_pthread.h228 volatile pthread_t threadid; in PyThread_get_thread_ident() local
232 threadid = pthread_self(); in PyThread_get_thread_ident()
234 return (long) threadid; in PyThread_get_thread_ident()
236 return (long) *(long *) &threadid; in PyThread_get_thread_ident()
/dports/security/snortsam/snortsam-src-2.70/src/
H A Dssp_cisco_nullroute.c156 unsigned long threadid=GetCurrentThreadId(); in CiscoNullRouteBlock() local
158 pthread_t threadid=pthread_self(); in CiscoNullRouteBlock() local
167 printf("Debug: [cisconullroute][%lx] Plugin Blocking...\n",(unsigned long)threadid); in CiscoNullRouteBlock()
208 printf("Debug: [cisconullroute][%lx] Connected to %s.\n",(unsigned long)threadid,cnrat); in CiscoNullRouteBlock()
H A Dssp_fwsam.c107 unsigned long threadid=GetCurrentThreadId(); in FWSamBlock() local
109 pthread_t threadid=pthread_self(); in FWSamBlock() local
118 printf("Debug: [fwsam][%lx] Plugin Blocking...\n",(unsigned long)threadid); in FWSamBlock()
225 …printf("Debug: [fwsam][%lx] Connected to %s:18183.\n",(unsigned long)threadid,inettoa(fwp->ip.s_ad… in FWSamBlock()
H A Dssp_8signs.c101 unsigned long threadid=GetCurrentThreadId(); in DFWBlock() local
114 printf("Debug: [8signs][%lx] Calling: %s\n",threadid,cmd); in DFWBlock()
H A Dssp_ipf.c101 pthread_t threadid=pthread_self(); in IPFBlock() local
108 printf("Debug: [ipf][%lx] Plugin Blocking...\n",(unsigned long)threadid); in IPFBlock()
186 printf("Debug: [ipf][%lx] Command: %s\n", (unsigned long)threadid, ipfcmd); in IPFBlock()
H A Dssp_isa2004.cpp117 unsigned long threadid=GetCurrentThreadId(); in ISABlock2004() local
119 pthread_t threadid=pthread_self(); in ISABlock2004() local
139 printf("Debug: [isa2004][%lx] Plugin Blocking...\n",threadid); in ISABlock2004()
/dports/mail/opendkim/opendkim-2.10.3/opendkim/
H A Dopendkim-crypto.c139 static unsigned long threadid = 0L; variable
189 threadid++; in dkimf_crypto_get_id()
190 *id = threadid; in dkimf_crypto_get_id()
/dports/security/libssh/libssh-0.9.6/tests/unittests/
H A Dtorture_threads_init.c58 static void *thread_ssh_init(UNUSED_PARAM(void *threadid)) in thread_ssh_init() argument
62 (void) threadid; in thread_ssh_init()
H A Dtorture_rand.c40 static void *torture_rand_thread(void *threadid) { in torture_rand_thread() argument
45 (void) threadid; in torture_rand_thread()
/dports/devel/sdl12/SDL-1.2.15/src/thread/os2/
H A DSDL_systhread.c74 thread->threadid = thread->handle = (*pfnBeginThread)(threadfunc, NULL, 512*1024, pThreadParms); in SDL_SYS_CreateThread()
75 if ((int)thread->threadid <= 0) in SDL_SYS_CreateThread()
/dports/math/libxsmm/libxsmm-1.16.3/src/
H A Dlibxsmm_trace.c279 const char* libxsmm_trace_info(unsigned int* depth, unsigned int* threadid, const int* filter_threa… argument
500 if (threadid) *threadid = abs_tid - 1;
508 LIBXSMM_UNUSED(threadid);
524 unsigned int depth, threadid; local
525 …const char *const name = libxsmm_trace_info(&depth, &threadid, filter_threadid, filter_symbol, fil…
529 fprintf(stream, "%*s%s@%u\n", (int)depth, "", name, threadid);
/dports/devel/py-pympler/Pympler-0.4.2/pympler/templates/
H A Dstacktrace.tpl2 <strong>Stacktrace for thread {{threadid}}</strong>
28 Cannot retrieve stacktrace for thread {{threadid}}.
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dmidvunit.h41 …lat(int32_t scanline, const extent_t &extent, const midvunit_object_data &extradata, int threadid);
42 …tex(int32_t scanline, const extent_t &extent, const midvunit_object_data &extradata, int threadid);
43 …ans(int32_t scanline, const extent_t &extent, const midvunit_object_data &extradata, int threadid);
44 …ask(int32_t scanline, const extent_t &extent, const midvunit_object_data &extradata, int threadid);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dmidvunit.h41 …lat(int32_t scanline, const extent_t &extent, const midvunit_object_data &extradata, int threadid);
42 …tex(int32_t scanline, const extent_t &extent, const midvunit_object_data &extradata, int threadid);
43 …ans(int32_t scanline, const extent_t &extent, const midvunit_object_data &extradata, int threadid);
44 …ask(int32_t scanline, const extent_t &extent, const midvunit_object_data &extradata, int threadid);
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/
H A Dsamextract-bam.cpp204 u64 threadid = 0; in seeker() local
206 pthread_t threadid = pthread_self(); in seeker() local
208 DBG("\tSeeker thread %p %lu started.", kt, threadid); in seeker()
388 u64 threadid = 0; in inflater() local
390 pthread_t threadid = pthread_self(); in inflater() local
392 DBG("\tInflater thread %p %lu started.", kt, threadid); in inflater()
396 DBG("\t\tthread %lu checking queue", threadid); in inflater()
456 DBG("\t\tthread %lu OK %d %d %lu", threadid, in inflater()
494 DBG("\t\tthread %lu queue empty", threadid); in inflater()
498 threadid); in inflater()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/
H A Dsamextract-bam.cpp204 u64 threadid = 0; in seeker() local
206 pthread_t threadid = pthread_self(); in seeker() local
208 DBG("\tSeeker thread %p %lu started.", kt, threadid); in seeker()
388 u64 threadid = 0; in inflater() local
390 pthread_t threadid = pthread_self(); in inflater() local
392 DBG("\tInflater thread %p %lu started.", kt, threadid); in inflater()
396 DBG("\t\tthread %lu checking queue", threadid); in inflater()
456 DBG("\t\tthread %lu OK %d %d %lu", threadid, in inflater()
494 DBG("\t\tthread %lu queue empty", threadid); in inflater()
498 threadid); in inflater()
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/thread/
H A DSDL_thread.c160 if ( this_thread == SDL_Threads[i]->threadid ) { in SDL_GetErrBuf()
193 args->info->threadid = SDL_ThreadID(); in SDL_RunThread()
286 id = thread->threadid; in SDL_GetThreadID()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/vmalloc/
H A Dvmtrace.c58 unsigned int threadid = asothreadid(); local
125 if(threadid)
129 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)((Vmulong_t)threadid, 1), 0);
H A Dvmsegment.c123 unsigned int threadid; in vmclrlock() local
127 threadid = all ? 0 : asothreadid(); in vmclrlock()
129 if(threadid) /* release sbrklock */ in vmclrlock()
130 asocasint(&_Vmsbrklock, threadid, 0); /* only if done by thread */ in vmclrlock()
138 if(threadid) in vmclrlock()
139 { asocasint(&vm->data->lock, threadid, 0); /* lock on segments */ in vmclrlock()
140 asocasint(&vm->data->ulck, threadid, 0); /* lock on user data */ in vmclrlock()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/thread/
H A DSDL_thread.c160 if ( this_thread == SDL_Threads[i]->threadid ) { in SDL_GetErrBuf()
193 args->info->threadid = SDL_ThreadID(); in SDL_RunThread()
286 id = thread->threadid; in SDL_GetThreadID()
/dports/devel/p5-SDL/SDL-2.548/
H A Dtypemap117 Uint32 *threadid = (Uint32 *)safemalloc(sizeof(Uint32));
118 *threadid = SDL_ThreadID();
119 pointers[2] = (void*)threadid;
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dthread_pthread.h261 volatile pthread_t threadid; in PyThread_get_thread_ident() local
265 threadid = pthread_self(); in PyThread_get_thread_ident()
267 return (long) threadid; in PyThread_get_thread_ident()
269 return (long) *(long *) &threadid; in PyThread_get_thread_ident()

12345678910>>...49