Home
last modified time | relevance | path

Searched refs:PRThreadStack (Results 26 – 50 of 58) sorted by relevance

123

/dports/www/firefox/firefox-99.0/nsprpub/pr/include/private/
H A Dpprthred.h43 PRThreadStack *stack);
136 PRThreadStack *stack);
H A Dprimpl.h721 extern PRThreadStack * _PR_NewStack(PRUint32 stackSize);
722 extern void _PR_FreeStack(PRThreadStack *stack);
745 PRThreadStack *stack, PRUint32 flags);
793 NSPR_API(void) _PR_MD_INIT_STACK(PRThreadStack *ts, PRIntn redzone);
796 NSPR_API(void) _PR_MD_CLEAR_STACK(PRThreadStack* ts);
1525 struct PRThreadStack { struct
1555 PRThreadStack *stack; /* info about thread's stack (for GC) */ argument
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/private/
H A Dpprthred.h43 PRThreadStack *stack);
136 PRThreadStack *stack);
H A Dprimpl.h721 extern PRThreadStack * _PR_NewStack(PRUint32 stackSize);
722 extern void _PR_FreeStack(PRThreadStack *stack);
745 PRThreadStack *stack, PRUint32 flags);
793 NSPR_API(void) _PR_MD_INIT_STACK(PRThreadStack *ts, PRIntn redzone);
796 NSPR_API(void) _PR_MD_CLEAR_STACK(PRThreadStack* ts);
1525 struct PRThreadStack { struct
1555 PRThreadStack *stack; /* info about thread's stack (for GC) */ argument
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/private/
H A Dpprthred.h43 PRThreadStack *stack);
136 PRThreadStack *stack);
H A Dprimpl.h725 extern PRThreadStack * _PR_NewStack(PRUint32 stackSize);
726 extern void _PR_FreeStack(PRThreadStack *stack);
749 PRThreadStack *stack, PRUint32 flags);
797 NSPR_API(void) _PR_MD_INIT_STACK(PRThreadStack *ts, PRIntn redzone);
800 NSPR_API(void) _PR_MD_CLEAR_STACK(PRThreadStack* ts);
1533 struct PRThreadStack { struct
1563 PRThreadStack *stack; /* info about thread's stack (for GC) */ argument
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/private/
H A Dpprthred.h43 PRThreadStack *stack);
136 PRThreadStack *stack);
H A Dprimpl.h733 extern PRThreadStack * _PR_NewStack(PRUint32 stackSize);
734 extern void _PR_FreeStack(PRThreadStack *stack);
757 PRThreadStack *stack, PRUint32 flags);
805 NSPR_API(void) _PR_MD_INIT_STACK(PRThreadStack *ts, PRIntn redzone);
808 NSPR_API(void) _PR_MD_CLEAR_STACK(PRThreadStack* ts);
1534 struct PRThreadStack { struct
1564 PRThreadStack *stack; /* info about thread's stack (for GC) */ argument
/dports/devel/nspr/nspr-4.33/nspr/pr/include/private/
H A Dpprthred.h44 PRThreadStack *stack);
137 PRThreadStack *stack);
H A Dprimpl.h721 extern PRThreadStack * _PR_NewStack(PRUint32 stackSize);
722 extern void _PR_FreeStack(PRThreadStack *stack);
745 PRThreadStack *stack, PRUint32 flags);
793 NSPR_API(void) _PR_MD_INIT_STACK(PRThreadStack *ts, PRIntn redzone);
796 NSPR_API(void) _PR_MD_CLEAR_STACK(PRThreadStack* ts);
1525 struct PRThreadStack { struct
1555 PRThreadStack *stack; /* info about thread's stack (for GC) */ argument
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/private/
H A Dpprthred.h43 PRThreadStack *stack);
136 PRThreadStack *stack);
H A Dprimpl.h721 extern PRThreadStack * _PR_NewStack(PRUint32 stackSize);
722 extern void _PR_FreeStack(PRThreadStack *stack);
745 PRThreadStack *stack, PRUint32 flags);
793 NSPR_API(void) _PR_MD_INIT_STACK(PRThreadStack *ts, PRIntn redzone);
796 NSPR_API(void) _PR_MD_CLEAR_STACK(PRThreadStack* ts);
1525 struct PRThreadStack { struct
1555 PRThreadStack *stack; /* info about thread's stack (for GC) */ argument
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/private/
H A Dprimpl.h721 extern PRThreadStack * _PR_NewStack(PRUint32 stackSize);
722 extern void _PR_FreeStack(PRThreadStack *stack);
745 PRThreadStack *stack, PRUint32 flags);
793 NSPR_API(void) _PR_MD_INIT_STACK(PRThreadStack *ts, PRIntn redzone);
796 NSPR_API(void) _PR_MD_CLEAR_STACK(PRThreadStack* ts);
1525 struct PRThreadStack { struct
1555 PRThreadStack *stack; /* info about thread's stack (for GC) */ argument
/dports/www/firefox/firefox-99.0/docs/nspr/reference/
H A Dpr_attachthread.rst24 PRThreadStack *stack);
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/pthreads/
H A Dptthread.c102 static void _PR_InitializeStack(PRThreadStack *ts)
427 thred->stack = PR_NEWZAP(PRThreadStack);
557 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_DestroyMonitor()
989 thred->stack = PR_NEWZAP(PRThreadStack); in PR_CloseSemaphore()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/pthreads/
H A Dptthread.c102 static void _PR_InitializeStack(PRThreadStack *ts) in _PR_InitializeStack()
427 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_CreateThread()
557 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_AttachThread()
989 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_InitThreads()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/pthreads/
H A Dptthread.c105 static void _PR_InitializeStack(PRThreadStack *ts) in _PR_InitializeStack()
405 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_CreateThread()
542 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_AttachThread()
948 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_InitThreads()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/pthreads/
H A Dptthread.c105 static void _PR_InitializeStack(PRThreadStack *ts) in _PR_InitializeStack()
429 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_CreateThread()
572 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_AttachThread()
985 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_InitThreads()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/pthreads/
H A Dptthread.c102 static void _PR_InitializeStack(PRThreadStack *ts) in _PR_InitializeStack()
427 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_CreateThread()
557 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_AttachThread()
989 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_InitThreads()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/pthreads/
H A Dptthread.c102 static void _PR_InitializeStack(PRThreadStack *ts) in _PR_InitializeStack()
427 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_CreateThread()
557 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_AttachThread()
989 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_InitThreads()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/pthreads/
H A Dptthread.c102 static void _PR_InitializeStack(PRThreadStack *ts) in _PR_InitializeStack()
427 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_CreateThread()
557 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_AttachThread()
989 thred->stack = PR_NEWZAP(PRThreadStack); in _PR_InitThreads()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/threads/
H A Dprcthr.c379 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_AttachThreadGCAble()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/threads/
H A Dprcthr.c379 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_AttachThreadGCAble()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/threads/
H A Dprcthr.c353 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_AttachThreadGCAble()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/threads/
H A Dprcthr.c353 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) in PR_AttachThreadGCAble()

123