Searched refs:nativeHandle (Results 1 – 5 of 5) sorted by relevance
83 int const res = pthread_cond_wait (&mCondition, mutex.nativeHandle()); in wait()123 int waitResult = pthread_cond_timedwait (&mCondition, mutex.nativeHandle(), &absoluteTime); in wait()
101 pthread_mutex_t* nativeHandle ();
136 pthread_mutex_t* Mutex::nativeHandle () in nativeHandle() function in Mutex
31 - (NSWindow*)nativeHandle; method in WindowAppleScriptPrivateMethods103 - (NSWindow*)nativeHandle { method216 return [NSNumber numberWithInt:[[self nativeHandle] orderedIndex]];225 [[self nativeHandle] setOrderedIndex:index];242 return [[self nativeHandle] valueForKey:key];246 [[self nativeHandle] setValue:(id)value forKey:key];
327 void ScriptController::cleanupScriptObjectsForPlugin(Widget* nativeHandle) in cleanupScriptObjectsForPlugin() argument329 PluginObjectMap::iterator it = m_pluginObjects.find(nativeHandle); in cleanupScriptObjectsForPlugin()