Ask a Question related to AIX, Design and Development.
-
dorth #1
IBM AIX 5.1 routines
i need help finding out what these two aix routines are/do:
local_lock_ppc_mp
local_unlock_ppc_mp
Does anyone have any info on where I can found out what these do?
Thank you.
dorth Guest
-
How to call routines in .NET dll from sql server?
In our application, we need read xml from our SPs, now we are using EXEC @resultcode = sp_OACreate 'MSXML2.XMLHTTP', @objRef OUT .... to... -
database testing routines
Hello, I have to look at doing a lot of testing for a database audit trail (it's a federal regulations thing). It's a big database, so my plan is... -
Test routines
I am trying to benchmark SunWorkStop compilers with GCC 3.33. Can anyone provide ready made and appropriate C++ routines that I may compile and... -
MMX Core Routines
I'm getting the error - "Could not load the MMX Core Routines module because it does not work with this version of Photoshop." This error occurs... -
objects vs sub routines in loop
Hi all. I need to create a script that is always going to be running. So I guess pretty much everything is going to be taking place inside of one... -
Nicholas Dronen #2
Re: IBM AIX 5.1 routines
dorth <dorthensensens@hotmail.com> wrote:
d> i need help finding out what these two aix routines are/do:
d> local_lock_ppc_mp
d> local_unlock_ppc_mp
Why?
d> Does anyone have any info on where I can found out what these do?
Google returns no hits. I doubt the functions are documented
publicly. My hunch is that they're internal to the AIX kernel.
Regards,
Nicholas
--
"Why shouldn't I top-post?" [url]http://www.aglami.com/tpfaq.html[/url]
"Meanings are another story." [url]http://www.ifas.org/wa/glossolalia.html[/url]
Nicholas Dronen Guest
-
News Reader #3
Re: IBM AIX 5.1 routines
"dorth" <dorthensensens@hotmail.com> wrote in message news:1f0b6ae6.0309291037.4a3cc57f@posting.google.c om...
A search of the IBM site for lock_ppc_mp returns a page for an APAR on> i need help finding out what these two aix routines are/do:
> local_lock_ppc_mp
> local_unlock_ppc_mp
>
> Does anyone have any info on where I can found out what these do?
>
> Thank you.
IY30798: VSTH 64BIT: GLOBAL_LOCK_PPC_MP() SEGMENTATION FAULT
With the description
Error description
64 bit application core dumps when pthread_cancel is
delivered to another thread.
So I would guess they are internal to the pthread functions.
News Reader Guest



Reply With Quote

