JSLockC.h   [plain text]


/*
 * Copyright (C) 2006, 2007, Apple Inc. All rights reserved.
 */

#include <pthread.h>

#ifdef __cplusplus
extern "C" { 
#endif

int JSLockDropAllLocks(void);
void JSLockRecoverAllLocks(int lockCount);
void JSSetJavaScriptCollectionThread (pthread_t thread);
pthread_t JSJavaScriptCollectionThread (void);

#ifdef __cplusplus
}
#endif