Home
last modified time | relevance | path

Searched refs:this_thread (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_atheos.h104 atomic_t this_thread; in PyThread_start_new_thread() local
108 this_thread = atomic_add(&thread_count, 1); in PyThread_start_new_thread()
109 PyOS_snprintf(name, sizeof(name), "python thread (%d)", this_thread); in PyThread_start_new_thread()
Dthread_beos.h120 int32 this_thread; in PyThread_start_new_thread() local
125 this_thread = atomic_add( &thread_count, 1 ); in PyThread_start_new_thread()
127 "python thread (%d)", this_thread ); in PyThread_start_new_thread()
/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc89 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp164 std::this_thread::sleep_for(kLockDelay); in Initialize()