#include <endian.h>#include <limits.h>#include "wait.h"Include dependency graph for ptrlock.c:

Go to the source code of this file.
Functions | |
| void * | gomp_ptrlock_get_slow (gomp_ptrlock_t *ptrlock) |
| void | gomp_ptrlock_set_slow (gomp_ptrlock_t *ptrlock, void *ptr) |
| void* gomp_ptrlock_get_slow | ( | gomp_ptrlock_t * | ptrlock | ) |
Definition at line 34 of file ptrlock.c.
References do_wait().
Referenced by gomp_ptrlock_get().
Here is the call graph for this function:

Here is the caller graph for this function:

| void gomp_ptrlock_set_slow | ( | gomp_ptrlock_t * | ptrlock, | |
| void * | ptr | |||
| ) |
Definition at line 56 of file ptrlock.c.
References futex_wake(), and INT_MAX.
Referenced by gomp_ptrlock_set().
Here is the call graph for this function:

Here is the caller graph for this function:

1.4.7