Searched defs:scope (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h11 struct _sym *next, *prev, **head, *scope; member in struct:_sym
H A Dsym.c11 * 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 Dbsdi.c112 PRThreadScope scope,
108 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Ddarwin.c100 PRThreadScope scope,
96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Ddgux.c103 PRThreadScope scope,
99 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dfreebsd.c112 PRThreadScope scope,
108 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dlinux.c116 PRThreadScope scope,
112 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dnec.c94 PRThreadScope scope,
90 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dnetbsd.c114 PRThreadScope scope,
110 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dopenbsd.c114 PRThreadScope scope,
110 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dosf1.c100 PRThreadScope scope,
96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dqnx.c96 PRThreadScope scope,
92 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dsony.c102 PRThreadScope scope,
98 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dsunos4.c48 PRThreadScope scope,
45 _MD_CREATE_THREAD(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dreliantunix.c124 PRThreadScope scope,
120 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Drhapsody.c100 PRThreadScope scope,
96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
H A Dscoos.c176 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 Dpeek.c323 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 Dsendzlf.c193 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 Dsuspend.c84 PRThreadScope scope = (PRThreadScope) tmp; local
91 scope,
100 (scope == PR_GLOBAL_THREAD) ?
H A Dio_timeout.c81 #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 DTestThreads.cpp95 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 Dswitch.cpp87 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 Dw95thred.c124 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 Dprcthr.c374 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

Completed in 80 milliseconds

123