/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/sym/ |
H A D | template.h | 11 struct _sym *next, *prev, **head, *scope; member in struct:_sym
|
H A D | sym.c | 11 * struct ... *next, *prev, **head, *scope; 19 * The scope field is used to link all symbols of a current scope together. 20 * Scope() sets the current scope (linked list) to add symbols to. 34 * NOT free 'p' and DOES NOT remove it from a scope 42 * table with zzs_add() is added to the list (scope) 48 * passed, the current scope is returned. 49 * zzs_rmscope(sc) -- Remove (zzs_del()) all elements of scope 'sc' 52 * element in the "scope" is returned. The user 55 * function sets your scope pointe 258 zzs_scope(Sym **scope) argument 272 zzs_rmscope(Sym **scope) argument [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | bsdi.c | 112 PRThreadScope scope, 108 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | darwin.c | 100 PRThreadScope scope, 96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | dgux.c | 103 PRThreadScope scope, 99 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | freebsd.c | 112 PRThreadScope scope, 108 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | linux.c | 116 PRThreadScope scope, 112 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | nec.c | 94 PRThreadScope scope, 90 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | netbsd.c | 114 PRThreadScope scope, 110 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | openbsd.c | 114 PRThreadScope scope, 110 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | osf1.c | 100 PRThreadScope scope, 96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | qnx.c | 96 PRThreadScope scope, 92 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | sony.c | 102 PRThreadScope scope, 98 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | sunos4.c | 48 PRThreadScope scope, 45 _MD_CREATE_THREAD(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | reliantunix.c | 124 PRThreadScope scope, 120 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | rhapsody.c | 100 PRThreadScope scope, 96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | scoos.c | 176 PRThreadScope scope, 172 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | peek.c | 323 RunTest(PRThreadScope scope, PRFileDesc *listenSock, PRUint16 port) argument 328 PR_PRIORITY_NORMAL, scope, PR_JOINABLE_THREAD, 0); 335 PR_PRIORITY_NORMAL, scope, PR_JOINABLE_THREAD, 0);
|
H A D | sendzlf.c | 193 PRThreadScope scope = PR_GLOBAL_THREAD; local 220 PR_PRIORITY_NORMAL, scope, PR_JOINABLE_THREAD, 0); 227 PR_PRIORITY_NORMAL, scope, PR_JOINABLE_THREAD, 0);
|
H A D | suspend.c | 84 PRThreadScope scope = (PRThreadScope) tmp; local 91 scope, 100 (scope == PR_GLOBAL_THREAD) ?
|
H A D | io_timeout.c | 81 #define LOCAL_SCOPE_STRING "LOCAL scope" 82 #define GLOBAL_SCOPE_STRING "GLOBAL scope" 83 #define GLOBAL_BOUND_SCOPE_STRING "GLOBAL_BOUND scope" 113 PR_ASSERT(!"Invalid thread scope"); 116 printf("thread id %d, scope %s\n", info->id, scope_str); 187 thread_test(PRThreadScope scope, PRInt32 num_threads) argument 215 scope,
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestThreads.cpp | 95 PRThreadScope scope; local 96 rv = runner->GetScope(&scope); 106 rv = runner->GetScope(&scope); // this should fail after Join 108 printf("get scope failed\n");
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | switch.cpp | 87 Shared(RCThread::Scope scope, Home* link, RCLock* ml); 94 Shared::Shared(RCThread::Scope scope, Home* link, RCLock* lock): argument 95 Home(link, lock), RCThread(scope, RCThread::joinable) { }
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w95thred.c | 124 PRThreadScope scope, 121 _PR_MD_CREATE_THREAD(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/ |
H A D | prcthr.c | 374 PRThreadScope scope, 378 return _PR_CreateThread(type, start, arg, priority, scope, state, 387 PRThreadScope scope, 391 return _PR_CreateThread(type, start, arg, priority, scope, state, 370 PR_CreateThreadGCAble(PRThreadType type, void (*start)(void *arg), void *arg, PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument 383 PR_CreateThreadBound(PRThreadType type, void (*start)(void *arg), void *arg, PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|