#include "prtypes.h"
Include dependency graph for prlock.h:
This graph shows which files directly or indirectly include this file:Defines | |
| #define | PR_ASSERT_CURRENT_THREAD_OWNS_LOCK(lock) |
Typedefs | |
| typedef struct PRLock | PRLock |
Functions | |
| PRLock * | PR_NewLock (void) |
| void | PR_DestroyLock (PRLock *lock) |
| void | PR_Lock (PRLock *lock) |
| PRStatus | PR_Unlock (PRLock *lock) |
| void | PR_AssertCurrentThreadOwnsLock (PRLock *lock) |
| #define PR_ASSERT_CURRENT_THREAD_OWNS_LOCK | ( | lock | ) |
| void PR_AssertCurrentThreadOwnsLock | ( | PRLock * | lock | ) |
| void PR_DestroyLock | ( | PRLock * | lock | ) |
| void PR_Lock | ( | PRLock * | lock | ) |
| PRLock* PR_NewLock | ( | void | ) |
1.7.1