/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/ |
H A D | prulock.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 74 ** Process delayed interrupts. This logic is kinda scary because we 79 ** interrupt handler which state word is currently safe for 83 ** to indicate to the interrupt which state word is safe for writing. 158 ** If this is a native thread, nothing else to do except to wake it 161 ** If this is a local thread, we need to assign it a cpu and 163 ** take care of. If the currently running thread is also a local 165 ** the cpu's run queue. If the the currently running thread is 228 PRIntn is; local 340 PRIntn is; local 415 PRIntn is; local [all...] |
H A D | prucv.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 103 } else { /* If the thread is a native thread */ 128 * Notify thread waiting on cvar; called when thread is interrupted 129 * The thread lock is held on entry and released before return 189 PRIntn is; local 217 _PR_INTSOFF(is); 228 _PR_INTSON(is); 271 _PR_INTSON(is); 579 PRIntn is; local 664 PRIntn is; local [all...] |
H A D | prucpu.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 45 * If _PR_HAVE_ATOMIC_OPS is not defined, they can't use the atomic 47 * because PR_Lock asserts that the calling thread is not an idle thread. 128 * It is only implemented for WINNT because bug 161998 only 181 * and fully initialize a new CPU is that we need to be able to 186 * to run during DLL initialization. If NSPR is initialized 188 * initialization is finished. 208 * 'cpu' is 307 PRInt32 is; local 328 PRInt32 is; local [all...] |
H A D | pruthr.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 62 * it is compared with 64 * If the primordial thread is a system 66 * is 0. If the primordial thread is 68 * _pr_primordialThread is 1. 70 PRCondVar *_pr_primordialExitCVar; /* When _pr_userActive is decremented to 72 * variable is notifie 500 PRIntn is; local 580 PRInt32 is; local 592 PRIntn is; local 654 PRIntn is; local 710 PRIntn is; local 1127 PRIntn is; local 1462 PRIntn is; local 1570 PRIntn is; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/ |
H A D | prdump.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 138 PRIntn is; local 141 && !_PR_IS_NATIVE_THREAD(_PR_MD_CURRENT_THREAD())) _PR_INTSOFF(is); 145 && !_PR_IS_NATIVE_THREAD(_PR_MD_CURRENT_THREAD())) _PR_FAST_INTSON(is);
|
H A D | prcthr.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 86 ** has expired. If "timeout" is PR_INTERVAL_NO_WAIT then the call is 87 ** equivalent to a yield. Waiting for an infinite amount of time is 90 ** A single lock is used for all threads calling sleep. Each caller 91 ** does get its own condition variable since each is expected to have 103 ** This is a simple yield, nothing more, nothing less. 105 PRIntn is; local 249 PRIntn is; local 261 PRIntn is; local 273 PRIntn is; local [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | utils.c | 6 This program is free software: you can redistribute it and/or modify 11 This program is distributed in the hope that it will be useful, 22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 * a choice of GPL license versions is made available with the language indicating 26 * of the GPL is applied is otherwise unspecified. 187 utils_locale_to_utf8(const char *src, size_t is, char *dest, size_t os) argument 211 if (iconv(iconv_h, (ICONV_CONST char **) &src, &is, &dest, &os) == (size_t) - 1) 222 if (is != 0)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | pthreads_user.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 114 PRIntn is; local 118 _PR_INTSOFF(is); 121 _PR_FAST_INTSON(is); 152 * set up SIGUSR1 handler; this is used to save state 319 PRIntn is; local 327 * If the thread is on my cpu's runq there is n 372 PRIntn is; local [all...] |
H A D | irix.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 323 * Return the thread pointer of the current thread if it is attached. 325 * This function is needed for Irix because the thread-local-storage is 374 PRIntn is; local 378 _PR_INTSOFF(is); 381 _PR_FAST_INTSON(is); 435 ** interrupted by a signal to fail terribly (EADDRINUSE is returne 642 PRIntn is; local 745 PRIntn is; local 946 PRIntn is; local 1055 PRIntn is; local [all...] |
H A D | unix.c | 8 * Software distributed under the License is distributed on an "AS 13 * The Original Code is the Netscape Portable Runtime (NSPR). 15 * The Initial Developer of the Original Code is Netscape 64 * Make sure _PRSockLen_t is 32-bit, because we will cast a PRUint32* or 118 * There is an assertion in this code that NSPR's definition of PRIOVec 119 * is bit compatible with UNIX' definition of a struct iovec. This is 177 * XXX: readdir() is not MT-safe. There is an MT-safe version 227 ** This is tryin 3030 PRIntn is; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | macthr.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 73 ** it is being used for per thread stack space. 75 ** Return the segment's access rights and size. vaddr is used on Unix platforms to 195 PRIntn is; local 203 _PR_INTSOFF(is); 212 // application is blocking somewhere. This can interfere with events loops other than 223 _PR_FAST_INTSON(is); 246 // Make sure that our time manager task is read 322 intn is; local 355 intn is; local 384 intn is; local 413 intn is; local [all...] |
H A D | mdmac.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 256 /* This is a temporary hack. Working on a real fix, remove this when done. */ 259 /* You'll see that we keep the path in a global which is intialized at startup from */ 366 // if we are not totally gracefully exited. If this is not 368 // task is called after the app heap is gone. 404 // If the C String pointer is NULL, the pascal string's length is se 682 PRIntn is; local [all...] |
H A D | macio.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 82 PRIntn is; local 88 _PR_INTSOFF(is); 93 _PR_FAST_INTSON(is); 233 ** user threads while the async io is in progress. 291 ** the completion routine is always called. 361 PR_ASSERT(FALSE); /* writing to these is hazardous to a Mac's health (refNum 2 is th [all...] |
H A D | macsockotpt.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 315 // A5 is OK. Cannot allocate memory here 332 case T_LISTEN: // A connection request is available 333 // If md->doListen is true, then PR_Listen has been 360 case T_DATA: // Standard data is available 370 case T_EXDATA: // Expedited data is available 374 case T_DISCONNECT: // A disconnect is available 403 case T_ORDREL: // An orderly release is availabl 1965 intn is; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w16sock.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 580 PRIntn is; local 597 _PR_INTSOFF(is); 646 _PR_INTSOFF(is); 668 _PR_FAST_INTSON(is); 676 * NOTE: The thread lock should held when this function is called. 677 * On return, the thread lock is released. 737 ("file descriptor %d is ba 995 PRIntn is; local [all...] |
H A D | ntio.c | 10 * Software distributed under the License is distributed on an "AS IS" basis, 15 * The Original Code is the Netscape Portable Runtime (NSPR). 17 * The Initial Developer of the Original Code is 45 * with fibers. But if we use completion ports for all IO, it is difficult 52 * extra context switching; but I don't think there is anything I can do 71 * thread is initialized to NULL. */ 103 * This constant is used by _PR_FileTimeToPRTime(). 131 * if the fd is nonblocking or inheritable. 133 * Nonblocking socket I/O won't work if the socket is associated with 138 * child process is stil 581 PRInt32 is; local [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | stax-ex.jar | ... .staxex.ByteArrayOutputStreamEx baos
java.io.InputStream is
java.io.IOException e
public int getDataLen () public ... |
H A D | saaj-impl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | activation.jar | ... java.io.IOException java.io.InputStream is
public void " href="/source/s?defs=% ... |
H A D | resolver.jar | ... arrayPos
String msg
String mimeType
java.io.InputStream is
com.sun.org.apache.xml. ... |
H A D | jaxb-api.jar | ... .net.URL url
java.io.InputStream is
java.net.URL url
java.io. ... |
H A D | http.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ... |
H A D | jaxws-api.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/ws/ javax/xml/ws/handler/ ... |
H A D | jsr173_api.jar | ... .BufferedReader rd
String factoryClassName
java.io.InputStream is
Exception ex
String factoryId
String fallbackClassName
ClassLoader classLoader
String serviceId ... |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | MT25408_PRM.h | 2 This software is available to you under a choice of one of two 59 1. log_max_gid is taken from QUERY_DEV_CAP command 60 2. gid_index is the index to the GID table */ 73 pseudo_bit_t rgid_31_0[0x00020]; /* Remote GID[31:0] if G bit is set. Must be set to 0x2 if G bit is cleared. */ 81 pseudo_bit_t f[0x00001]; /* Fence bit. If set, descriptor is fenced */ 88 pseudo_bit_t qpn[0x00018]; /* QP number this doorbell is rung on */ 142 pseudo_bit_t pbl_ptr_63_32[0x00020];/* Physical address pointer [63:32] to the physical buffer list ### michal - this field is replaced with mem_key .32 */ 144 pseudo_bit_t mem_key[0x00020]; /* Memory Key on which the fast registration is executed on. ###michal-this field is replace 941 pseudo_bit_t is[0x00001]; /* when set - inline scatter is enabled for this RQ */ member in struct:hermonprm_queue_pair_ee_context_entry_st 3049 pseudo_bit_t is[0x00001]; /* inline scatter */ member in struct:hermonprm_completion_queue_entry_st [all...] |