IBM AIX 5.1 routines

Ask a Question related to AIX, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default Re: IBM AIX 5.1 routines

    "dorth" <dorthensensens@hotmail.com> wrote in message news:1f0b6ae6.0309291037.4a3cc57f@posting.google.c om...
    > 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.
    A search of the IBM site for lock_ppc_mp returns a page for an APAR on

    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139