Home
last modified time | relevance | path

Searched refs:thread_hndl (Results 1 – 11 of 11) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/vcos/pthreads/
H A Dvcos_pthreads.c631 VCOS_THREAD_T *thread_hndl = NULL; in vcos_dummy_thread_create() local
634 thread_hndl = (VCOS_THREAD_T *)vcos_malloc(sizeof(VCOS_THREAD_T), NULL); in vcos_dummy_thread_create()
635 vcos_assert(thread_hndl != NULL); in vcos_dummy_thread_create()
637 memset(thread_hndl, 0, sizeof(VCOS_THREAD_T)); in vcos_dummy_thread_create()
639 thread_hndl->dummy = 1; in vcos_dummy_thread_create()
640 thread_hndl->thread = pthread_self(); in vcos_dummy_thread_create()
642 st = vcos_semaphore_create(&thread_hndl->suspend, NULL, 0); in vcos_dummy_thread_create()
645 vcos_free(thread_hndl); in vcos_dummy_thread_create()
646 return( thread_hndl ); in vcos_dummy_thread_create()
652 thread_hndl); in vcos_dummy_thread_create()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1123 Handle thread_hndl(current_thread, thread_oop); in RunAgentThread() local
1136 java_lang_Thread::set_thread(thread_hndl(), new_thread); in RunAgentThread()
1137 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority); in RunAgentThread()
1138 java_lang_Thread::set_daemon(thread_hndl()); in RunAgentThread()
1140 new_thread->set_threadObj(thread_hndl()); in RunAgentThread()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1123 Handle thread_hndl(current_thread, thread_oop); in RunAgentThread() local
1136 java_lang_Thread::set_thread(thread_hndl(), new_thread); in RunAgentThread()
1137 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority); in RunAgentThread()
1138 java_lang_Thread::set_daemon(thread_hndl()); in RunAgentThread()
1140 new_thread->set_threadObj(thread_hndl()); in RunAgentThread()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp1337 Handle thread_hndl(current_thread, thread_oop); in RunAgentThread() local
1352 java_lang_Thread::set_thread(thread_hndl(), new_thread); in RunAgentThread()
1353 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority); in RunAgentThread()
1354 java_lang_Thread::set_daemon(thread_hndl()); in RunAgentThread()
1356 new_thread->set_threadObj(thread_hndl()); in RunAgentThread()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp1332 Handle thread_hndl(current_thread, thread_oop); in RunAgentThread() local
1347 java_lang_Thread::set_thread(thread_hndl(), new_thread); in RunAgentThread()
1348 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority); in RunAgentThread()
1349 java_lang_Thread::set_daemon(thread_hndl()); in RunAgentThread()
1351 new_thread->set_threadObj(thread_hndl()); in RunAgentThread()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnv.cpp1330 Handle thread_hndl(current_thread, thread_oop); in RunAgentThread() local
1345 java_lang_Thread::set_thread(thread_hndl(), new_thread); in RunAgentThread()
1346 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority); in RunAgentThread()
1347 java_lang_Thread::set_daemon(thread_hndl()); in RunAgentThread()
1349 new_thread->set_threadObj(thread_hndl()); in RunAgentThread()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp1354 Handle thread_hndl(current_thread, thread_oop); in RunAgentThread() local
1369 java_lang_Thread::set_thread(thread_hndl(), new_thread); in RunAgentThread()
1370 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority); in RunAgentThread()
1371 java_lang_Thread::set_daemon(thread_hndl()); in RunAgentThread()
1373 new_thread->set_threadObj(thread_hndl()); in RunAgentThread()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp1328 Handle thread_hndl(current_thread, thread_oop); in RunAgentThread() local
1343 java_lang_Thread::set_thread(thread_hndl(), new_thread); in RunAgentThread()
1344 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority); in RunAgentThread()
1345 java_lang_Thread::set_daemon(thread_hndl()); in RunAgentThread()
1347 new_thread->set_threadObj(thread_hndl()); in RunAgentThread()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp1337 Handle thread_hndl(current_thread, thread_oop); in RunAgentThread() local
1352 java_lang_Thread::set_thread(thread_hndl(), new_thread); in RunAgentThread()
1353 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority); in RunAgentThread()
1354 java_lang_Thread::set_daemon(thread_hndl()); in RunAgentThread()
1356 new_thread->set_threadObj(thread_hndl()); in RunAgentThread()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp1343 Handle thread_hndl(current_thread, thread_oop); in RunAgentThread() local
1358 java_lang_Thread::set_thread(thread_hndl(), new_thread); in RunAgentThread()
1359 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority); in RunAgentThread()
1360 java_lang_Thread::set_daemon(thread_hndl()); in RunAgentThread()
1362 new_thread->set_threadObj(thread_hndl()); in RunAgentThread()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp1331 Handle thread_hndl(current_thread, thread_oop); in RunAgentThread() local
1346 java_lang_Thread::set_thread(thread_hndl(), new_thread); in RunAgentThread()
1347 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority); in RunAgentThread()
1348 java_lang_Thread::set_daemon(thread_hndl()); in RunAgentThread()
1350 new_thread->set_threadObj(thread_hndl()); in RunAgentThread()