Home
last modified time | relevance | path

Searched refs:thread1 (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_pthread.h137 pthread_t thread1; in PyThread__init_thread() local
138 pthread_create(&thread1, NULL, (void *) _noop, &dummy); in PyThread__init_thread()
139 pthread_join(thread1, NULL); in PyThread__init_thread()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_thread.py208 def thread1(): function
221 thread.start_new_thread(thread1, ())