Searched refs:unlink (Results 1 - 25 of 39) sorted by relevance

12

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DCUPSfuncs.c220 // unlink() must be caled to remove the file when finished using it.
231 unlink(filename);
249 unlink(filename);
260 unlink(filename);
270 unlink(filename);
284 unlink(filename);
295 unlink(filename);
307 unlink(filename);
332 // unlink() must be called to remove the file after using it.
339 unlink(filenam
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixCopyFile.java287 unlink(target);
360 try { unlink(target); } catch (UnixException ignore) { }
431 unlink(target);
475 unlink(source);
478 // file was copied but unable to unlink the source file so attempt
484 unlink(target);
539 // 3. try to unlink the target
550 unlink(target);
H A DUnixChannelFactory.java274 // unlink file immediately if delete on close. The spec is clear that
275 // an implementation cannot guarantee to unlink the correct file when
282 unlink(path);
H A DUnixFileSystemProvider.java231 unlink(file);
H A DUnixNativeDispatcher.java136 * unlink(const char* path)
138 static void unlink(UnixPath path) throws UnixException { method in class:UnixNativeDispatcher
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.hpp67 void unlink(VM_Operation* q);
H A DvmThread.cpp108 void VMOperationQueue::unlink(VM_Operation* q) { function in class:VMOperationQueue
120 unlink(r);
H A Dvm_operations.cpp184 SymbolTable::unlink();
/openjdk7/jdk/src/share/classes/java/util/
H A DLinkedList.java207 E unlink(Node<E> x) { method in class:LinkedList
357 unlink(x);
364 unlink(x);
524 return unlink(node(index));
828 unlink(x);
835 unlink(x);
924 unlink(lastReturned);
/openjdk7/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp152 // atexit hook to stop listener and unlink the file that it is
164 ::unlink(BsdAttachListener::path());
199 ::unlink(initial_path);
221 ::unlink(initial_path);
/openjdk7/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp152 // atexit hook to stop listener and unlink the file that it is
164 ::unlink(LinuxAttachListener::path());
199 ::unlink(initial_path);
216 ::unlink(initial_path);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DVariableStack.java139 // (As long as the caller doesn't screw up link/unlink.)
170 * <p>I use the link/unlink concept because of distant
214 public void unlink() method in class:VariableStack
224 * after the unlink.
226 public void unlink(int currentFrame) method in class:VariableStack
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.hpp178 static void unlink();
286 static void unlink(BoolObjectClosure* cl);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MarkSweep.cpp181 StringTable::unlink(&GenMarkSweep::is_alive);
183 SymbolTable::unlink();
/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp316 StringTable::unlink(&is_alive);
318 SymbolTable::unlink();
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedBlockingQueue.java523 void unlink(Node<E> p, Node<E> trail) { method in class:LinkedBlockingQueue
554 unlink(p, trail);
850 unlink(p, trail);
H A DLinkedBlockingDeque.java296 void unlink(Node<E> x) { method in class:LinkedBlockingDeque
590 unlink(p);
607 unlink(p);
1134 unlink(n);
H A DConcurrentLinkedDeque.java422 void unlink(Node<E> x) { method in class:ConcurrentLinkedDeque
448 // predecessor/successor, we additionally try to gc-unlink,
511 // Try to gc-unlink, if possible
523 // Finally, actually gc-unlink
548 // Finally, actually gc-unlink
582 // Finally, actually gc-unlink
970 unlink(p);
981 unlink(p);
1048 unlink(p);
1069 unlink(
[all...]
H A DConcurrentSkipListMap.java134 * to unlink these deleted nodes.
226 * using CAS to link and unlink. Races are allowed in index-list
571 * unlink that may lose this index node, if the node being
590 final boolean unlink(Index<K,V> succ) { method in class:ConcurrentSkipListMap.Index
722 if (!q.unlink(r))
756 * unlink any subsequent deleted nodes encountered.
767 * findPredecessor returned a deleted node. We can't unlink
989 if (!q.unlink(r))
1176 if (r != null && r.indexesDeletedNode() && !q.unlink(r))
1205 q.unlink(
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_visCPP.hpp180 #define unlink _unlink macro
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp363 ::unlink(path);
423 ::unlink(initial_path);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp285 unlink(partial_file);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp563 StringTable::unlink(is_alive_closure());
565 SymbolTable::unlink();
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c221 int res = unlink(path);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c221 int res = unlink(path);

Completed in 90 milliseconds

12