Searched refs:PR_GLOBAL_BOUND_THREAD (Results 1 - 20 of 20) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Daffinity.c103 PR_GLOBAL_BOUND_THREAD,
H A Dio_timeout.c109 case PR_GLOBAL_BOUND_THREAD:
285 thread_test(PR_GLOBAL_BOUND_THREAD, num_threads);
H A Dprpollml.c144 PR_PRIORITY_NORMAL, PR_GLOBAL_BOUND_THREAD, PR_JOINABLE_THREAD, 0);
H A Dprpoll.c246 PR_PRIORITY_NORMAL, PR_GLOBAL_BOUND_THREAD,
H A Dy2ktmo.c456 PR_LOCAL_THREAD, PR_GLOBAL_THREAD, PR_GLOBAL_BOUND_THREAD};
H A Dtestfile.c142 scope = (PR_GLOBAL_BOUND_THREAD);
H A Dsocket.c359 scope = (PR_GLOBAL_BOUND_THREAD);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprthread.h113 PR_GLOBAL_BOUND_THREAD enumerator in enum:PRThreadScope
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunixware.c280 (scope == PR_GLOBAL_BOUND_THREAD))
300 if ((scope == PR_GLOBAL_THREAD) || (scope == PR_GLOBAL_BOUND_THREAD)) {
H A Dsolaris.c242 (scope == PR_GLOBAL_BOUND_THREAD))
261 if ((scope == PR_GLOBAL_THREAD) || (scope == PR_GLOBAL_BOUND_THREAD)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c438 if (PR_GLOBAL_BOUND_THREAD == scope) {
457 else if (PR_GLOBAL_BOUND_THREAD == scope)
501 if (PR_GLOBAL_BOUND_THREAD == scope) {
710 PR_GLOBAL_BOUND_THREAD : PR_GLOBAL_THREAD;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprcthr.c432 return (thread->flags & _PR_BOUND_THREAD) ? PR_GLOBAL_BOUND_THREAD :
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c1158 native = (((scope == PR_GLOBAL_THREAD)|| (scope == PR_GLOBAL_BOUND_THREAD))
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h355 PR_GLOBAL_BOUND_THREAD enumerator in enum:PRThreadScope
H A DVBoxCAPI_v3_1.h355 PR_GLOBAL_BOUND_THREAD enumerator in enum:PRThreadScope
H A DVBoxCAPI_v3_2.h355 PR_GLOBAL_BOUND_THREAD enumerator in enum:PRThreadScope
H A DVBoxCAPI_v4_0.h355 PR_GLOBAL_BOUND_THREAD enumerator in enum:PRThreadScope
H A DVBoxCAPI_v4_1.h355 PR_GLOBAL_BOUND_THREAD enumerator in enum:PRThreadScope
H A DVBoxCAPI_v4_2.h355 PR_GLOBAL_BOUND_THREAD enumerator in enum:PRThreadScope
H A DVBoxCAPI_v4_3.h419 PR_GLOBAL_BOUND_THREAD enumerator in enum:PRThreadScope

Completed in 4352 milliseconds