~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/openpa/src/primitives/opa_by_lock.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* defined in opa_primitives.c */
17
17
extern pthread_mutex_t *OPA_emulation_lock;
18
18
 
19
 
/* FIXME these make less sense now that OPA is not inside of MPICH2.  Is there a
 
19
/* FIXME these make less sense now that OPA is not inside of MPICH.  Is there a
20
20
   simpler name/scheme that could be used here instead? [goodell@ 2009-02-19] */
21
21
#define OPA_IPC_SINGLE_CS_ENTER(msg)          \
22
22
    do {                                        \