Displaying 20 results from an estimated 79 matches for "thread_id".
2008 May 18
2
Pure win32-thread library?
...RITICAL = THREAD_PRIORITY_TIME_CRITICAL
VERSION = ''0.1.0''
WinThreadFunc = API::Callback.new(''L'', ''L''){ |args|
block = args.pop
block.call(args)
ReleaseMutex(@@mutex)
}
attr_reader :thread_id
def initialize(*args, &block)
raise ArgumentError, ''block must be provided'' unless block_given?
args.push(block)
thread_id = [0].pack(''L'')
dwArgs = nil # What should this be?
@thread = CreateThrea...
2014 Jul 10
3
[LLVMdev] Proposal: ASan debugging API
...ion_size);
// Useful for calling from the debugger to get the allocation stack
trace
// and thread ID for a heap address. Returns 1 on success, 0 on error.
int __asan_get_alloc_stack(void *addr, void **trace, size_t
*frame_count,
void **top_frame_bp, int *thread_id);
// Useful for calling from the debugger to get the free stack trace
// and thread ID for a heap address. Returns 1 on success, 0 on error.
int __asan_get_free_stack(void *addr, void **trace, size_t *frame_count,
void **top_frame_bp, int *thread_id);...
2018 May 28
0
[RFC] A New Divergence Analysis for LLVM
...ivergence in phi nodes, if
the branch divergence implies that a phi node could be reached by
different threads from two distinct predecessors at once or from two
distinct loop iterations at once (temporal divergence).
Example A: Divergence analysis result with regard to the outer loop.
for (int thread_id = 0; thread_id < n; ++thread_id) {// thread_id divergent
V = 0; // V uniform
if (A[thread_id] > 0) { // divergent branch
V = 1; // V uniform
}
// divergent phi for V (control induced)
int j = 0; // uniform
for (; j < m; ++j) { // uniform loop exit
if (B[j] > 50) { //...
2016 Feb 22
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
..._global() to work again, when that is working I should be
>> able to adjust my llvm work (and if necessary clover) to start to
>> work again.
>>
>> Currently the test_input_global() test uses the following bit of
>> TGSI code:
>>
>> COMP
>> DCL SV[0], THREAD_ID[0]
>> DCL TEMP[0], LOCAL
>> DCL TEMP[1], LOCAL
>> IMM UINT32 { 8, 0, 0, 0 }
>>
>> BGNSUB\n"
>> UMUL TEMP[0], SV[0], IMM[0]
>> LOAD TEMP[1].xy, RINPUT, TEMP[0]
>> LOAD TEMP[0].x, RGLOBAL, TEMP[1].yyyy
>> U...
2016 Feb 22
4
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...t;>> able to adjust my llvm work (and if necessary clover) to start to
>>>> work again.
>>>>
>>>> Currently the test_input_global() test uses the following bit of
>>>> TGSI code:
>>>>
>>>> COMP
>>>> DCL SV[0], THREAD_ID[0]
>>>> DCL TEMP[0], LOCAL
>>>> DCL TEMP[1], LOCAL
>>>> IMM UINT32 { 8, 0, 0, 0 }
>>>>
>>>> BGNSUB\n"
>>>> UMUL TEMP[0], SV[0], IMM[0]
>>>> LOAD TEMP[1].xy, RINPUT, TEMP[0]
>>>>...
2005 Aug 22
2
Poprelayd released for Dovecot
...e-mails (making relays) for 15 minutes
long after the pop login.
This comes very handy for people wanting to send e-mails through their
servers and also for a larger use.
If you could try it that would also give some interesting feedbacks.
This is the link:
http://sourceforge.net/forum/forum.php?thread_id=1338704&forum_id=21494
BTW, I would need something from you:
The POP login information that we can find for Dovecot in the
/var/log/maillog is [::ffff:IP_ADDRESS].
Here is an example:
Aug 19 23:23:02 anoigo pop3-login: Login: john [::ffff:82.208.12.243]
Will this be kept the same all the ti...
2006 Jul 11
0
"uninitialized constant Enum" in RoR app under Apache
...ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:131:in
`const_missing''
generated/routing/recognition.rb:21:in `recognize_path''
The same problem was reported to RMagick list several time but there is
no answer yet.
http://rubyforge.org/forum/forum.php?thread_id=6851&forum_id=33
http://rubyforge.org/forum/forum.php?thread_id=6690&forum_id=33
What is the problem?? Do I need to provide to Mongrel some magic EVN
variables?? How to solve this problem. Does anybody have successful
experience with RMagick on Mongrel?? I believe the same problem should...
2004 Sep 10
1
Mac OS X - xmms plugin probs
--- Matt Zimmerman <mdz@debian.org> wrote:
> I did not catch the beginning of this thread. What is the bug?
>
yeah, the thread's about a month old. you can see the whole thing
here:
http://sourceforge.net/mailarchive/forum.php?thread_id=738315&forum_id=6312
basically on OS X Ben's libtool is trying to "relink" libxmms-flac
with the installed libFLAC before it's even installed (I think).
Josh
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup...
2004 Sep 10
2
Need help building Red Hat RPM
I'm trying to build a Red Hat 7.3 RPM, and the XMMS plugin build is
failing, because the FLAC libraries aren't installed yet.
I've looked at some of the SRPMS out there. They all patch Makefile.am
in the XMMS plugin directory to make things work, but I can't to that on
Red Hat 7.3, because it uses automake-1.4p5. (I know it's old, but
upgrading it would likely break just
2004 Jun 03
0
[BUG] lockres already get by self
When running iozone on ocfs2, after about half an hour, the call trace
print and iozone hang.
>From the call trace, the reason is "BUG()" in ocfs_acquire_lockres.
int ocfs_acquire_lockres (ocfs_lock_res * lockres, __u32 timeout)
{
if (lockres->thread_id != mypid) {
else {
printk("lockres in_use=%d, pid=%d,
mypid=%d\n", lockres->in_use, lockres->thread_id, mypid);
BUG();
lockres->in_use++;
spin_unlock (&lockres->lock_mutex);
break;
}
}
This happened both on 2.4 and 2.6 kernel. Report as bug 83
--...
2005 Mar 01
1
Problems Starting Asterisk - FOP AM Portal
...http://amp.coalescentsystems.ca/docs/AMP_Installation_Guide_v1.2.pdf
Versions:
asterisk-1.0.6
AMP-1.10.006
mpg123-0.59r
zaptel-1.0.6
spandsp-0.0.2pre10
I configured zaptel with the ztdummy option since I don't have any fxs/fxo
modules. (as per http://sourceforge.net/forum/forum.php?thread_id=1188938
<http://sourceforge.net/forum/forum.php?thread_id=1188938&forum_id=414452>
&forum_id=414452 )
Asterisk seems to start fine but the FOP op_server.pl doesn't seem to want
to start. I've tried running it by hand as the asterisk user but it doesn't
spew any errors...
2001 Jul 23
1
No sound when playing ogg file in Media Player
Hallo,
omeone has reported, that there is no sound when playing ogg files in Media
Player on Windows Millenium. At the same time Media Player consumes all CPU. If
someone can confirm this, please respond here:
http://sourceforge.net/forum/forum.php?thread_id=124101&forum_id=76141
or post a message to either me or zorannt-devel@lists.sourceforge.net , because
I can't reproduce this.
Thanks Ingo
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a mess...
2010 Nov 04
1
Fwd: win32/process - small bug?
It might be a bit before I can get to this, so I thought I''d pass it on.
Also, while I was stuck in the airport in Minneapolis, I decided that
the getrlimit method should be refactored to remove the process from
the job (if it wasn''t already in one) after it''s finished, if
possible.
Dan
---------- Forwarded message ----------
From: Ben Nagy <ben.nagy.web at
2004 Jan 30
4
Breakthrugh for Qtcomponents dev?
...ion/QuickTime/APIREF/SOURCESI/
addmediasamplereference.htm) that BeginMediaEdits doesn't need to be
called in this case. This patch rips out said use of BeginMediaEdits
and this speeds up Vorbis file loading by ~20x in iTunes. Enjoy :)”
more here:
https://sourceforge.net/forum/forum.php?
thread_id=1012726&forum_id=135636
And then he pasted a patch for the qtcomponents project.
But the thing is, no binary available…
Could someone complie a new binary with this patch, so we could
actually test it?
<p>metrom
www.vorbis.nu
--- >8 ----
List archives: http://www.xiph.org/arch...
2016 Feb 22
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...lium/tests/trivial/compute.c and then the test with mask 8,
test_input_global() to work again, when that is working I should be
able to adjust my llvm work (and if necessary clover) to start to
work again.
Currently the test_input_global() test uses the following bit of
TGSI code:
COMP
DCL SV[0], THREAD_ID[0]
DCL TEMP[0], LOCAL
DCL TEMP[1], LOCAL
IMM UINT32 { 8, 0, 0, 0 }
BGNSUB\n"
UMUL TEMP[0], SV[0], IMM[0]
LOAD TEMP[1].xy, RINPUT, TEMP[0]
LOAD TEMP[0].x, RGLOBAL, TEMP[1].yyyy
UADD TEMP[1].x, TEMP[0], -TEMP[1]
STORE RGLOBAL.x, TEMP[1].yyyy, TEMP[1]...
2016 Feb 22
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...llvm work (and if necessary clover) to start to
>>>>> work again.
>>>>>
>>>>> Currently the test_input_global() test uses the following bit of
>>>>> TGSI code:
>>>>>
>>>>> COMP
>>>>> DCL SV[0], THREAD_ID[0]
>>>>> DCL TEMP[0], LOCAL
>>>>> DCL TEMP[1], LOCAL
>>>>> IMM UINT32 { 8, 0, 0, 0 }
>>>>>
>>>>> BGNSUB\n"
>>>>> UMUL TEMP[0], SV[0], IMM[0]
>>>>> LOAD TEMP[1].xy, RINPU...
2010 Mar 02
1
libgfortran misplaced in Mac OS X R install (PR#14226)
...ires sudo access and is
confusing for novice users.
There is more discussion of this bug as it relates to OpenMx at:
http://openmx.psyc.virginia.edu/thread/316
Posts on other forums indicate a similar issue with other packages including
vegan and lme4:
http://r-forge.r-project.org/forum/forum.php?thread_id=728&forum_id=194
https://stat.ethz.ch/pipermail/r-sig-mac/2009-May/006210.html
2016 Feb 22
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...llvm work (and if necessary clover) to start to
>>>>> work again.
>>>>>
>>>>> Currently the test_input_global() test uses the following bit of
>>>>> TGSI code:
>>>>>
>>>>> COMP
>>>>> DCL SV[0], THREAD_ID[0]
>>>>> DCL TEMP[0], LOCAL
>>>>> DCL TEMP[1], LOCAL
>>>>> IMM UINT32 { 8, 0, 0, 0 }
>>>>>
>>>>> BGNSUB\n"
>>>>> UMUL TEMP[0], SV[0], IMM[0]
>>>>> LOAD TEMP[1].xy, RINPU...
2016 Feb 22
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...at is working I should be
>>> able to adjust my llvm work (and if necessary clover) to start to
>>> work again.
>>>
>>> Currently the test_input_global() test uses the following bit of
>>> TGSI code:
>>>
>>> COMP
>>> DCL SV[0], THREAD_ID[0]
>>> DCL TEMP[0], LOCAL
>>> DCL TEMP[1], LOCAL
>>> IMM UINT32 { 8, 0, 0, 0 }
>>>
>>> BGNSUB\n"
>>> UMUL TEMP[0], SV[0], IMM[0]
>>> LOAD TEMP[1].xy, RINPUT, TEMP[0]
>>> LOAD TEMP[0].x, RGLOBAL,...
2006 May 10
4
CentOS 4.x and ooh323
I'm trying to add ooh323c to my asterisk 1.2.7.1 install and did an svn
update of asterisk-addons and followed the readme in asterisk-ooh323c and I
get through the .configure with no errors. But make causes:
rpath /usr/local/lib -L./ooh323c/src -version-info 1:1:0 -lpthread
make: rpath: Command not found
make: [libchan_h323.la] Error 127 (ignored)
I'm not real sure what to try to fix