Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 25 of 3888) sorted by relevance

12345678910>>...156

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_resource_thread_win.cpp8 HANDLE thread_id = reinterpret_cast<HANDLE>( in thread_run() local
38 const bool igs::resource::thread_was_done(const HANDLE thread_id) { in thread_was_done()
49 void igs::resource::thread_join(const HANDLE thread_id) { in thread_join()
53 void igs::resource::thread_wait(const HANDLE thread_id) { in thread_wait()
60 void igs::resource::thread_close(const HANDLE thread_id) { in thread_close()
/dports/devel/libvirt/libvirt-7.10.0/tests/qemumonitorjsondata/
H A Dqemumonitorjson-cpuinfo-ppc64-hotplug-4-cpus.json10 "thread_id": 21925 number
19 "thread_id": 21926 number
28 "thread_id": 21927 number
37 "thread_id": 21928 number
46 "thread_id": 21930 number
55 "thread_id": 21931 number
64 "thread_id": 21932 number
73 "thread_id": 21933 number
82 "thread_id": 22741 number
91 "thread_id": 22742 number
[all …]
H A Dqemumonitorjson-cpuinfo-ppc64-hotplug-2-cpus.json10 "thread_id": 21925 number
19 "thread_id": 21926 number
28 "thread_id": 21927 number
37 "thread_id": 21928 number
46 "thread_id": 21930 number
55 "thread_id": 21931 number
64 "thread_id": 21932 number
73 "thread_id": 21933 number
82 "thread_id": 22131 number
91 "thread_id": 22132 number
[all …]
H A Dqemumonitorjson-cpuinfo-ppc64-hotplug-1-cpus.json10 "thread_id": 21925 number
19 "thread_id": 21926 number
28 "thread_id": 21927 number
37 "thread_id": 21928 number
46 "thread_id": 21930 number
55 "thread_id": 21931 number
64 "thread_id": 21932 number
73 "thread_id": 21933 number
82 "thread_id": 22131 number
91 "thread_id": 22132 number
[all …]
H A Dqemumonitorjson-cpuinfo-x86-full-cpus.json10 "thread_id": 895040 number
19 "thread_id": 895056 number
28 "thread_id": 895057 number
37 "thread_id": 895058 number
46 "thread_id": 895059 number
55 "thread_id": 895060 number
64 "thread_id": 895061 number
73 "thread_id": 895062 number
82 "thread_id": 895063 number
91 "thread_id": 895064 number
[all …]
H A Dqemumonitorjson-cpuinfo-ppc64-no-threads-cpus.json10 "thread_id": 35232 number
19 "thread_id": 35233 number
28 "thread_id": 35234 number
37 "thread_id": 35235 number
46 "thread_id": 35236 number
55 "thread_id": 35237 number
64 "thread_id": 35238 number
73 "thread_id": 35239 number
H A Dqemumonitorjson-cpuinfo-ppc64-basic-cpus.json10 "thread_id": 21925 number
19 "thread_id": 21926 number
28 "thread_id": 21927 number
37 "thread_id": 21928 number
46 "thread_id": 21930 number
55 "thread_id": 21931 number
64 "thread_id": 21932 number
73 "thread_id": 21933 number
H A Dqemumonitorjson-cpuinfo-x86-basic-pluggable-cpus.json10 "thread_id": 518291 number
19 "thread_id": 518292 number
28 "thread_id": 518294 number
37 "thread_id": 518295 number
46 "thread_id": 518296 number
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_bundle/
H A Dpydevd_vars.py45 def dump_frames(thread_id): argument
63 def add_additional_frame_by_id(thread_id, frames_by_id): argument
70 def remove_additional_frame_by_id(thread_id): argument
77 def has_additional_frames_by_id(thread_id): argument
81 def get_additional_frames_by_id(thread_id): argument
85 def find_frame(thread_id, frame_id): argument
156 def getVariable(thread_id, frame_id, scope, attrs): argument
232 def resolve_compound_variable(thread_id, frame_id, scope, attrs): argument
261 def custom_operation(thread_id, frame_id, scope, attrs, style, code_or_file, operation_fn_name): argument
321 def evaluate_expression(thread_id, frame_id, expression, doExec): argument
[all …]
H A Dpydevd_custom_frames.py49 def __init__(self, name, frame, thread_id): argument
63 def add_custom_frame(frame, name, thread_id): argument
84 def update_custom_frame(frame_id, frame, thread_id, name=None): argument
104 def get_custom_frame(thread_id, frame_id): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/ios/
H A Dthread_utils_ios.cc14 static WebThread::ID WebThreadID(ThreadID thread_id) { in WebThreadID()
26 bool CurrentlyOnThread(ThreadID thread_id) { in CurrentlyOnThread()
30 base::TaskTraits CreateTaskTraits(ThreadID thread_id) { in CreateTaskTraits()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/ios/
H A Dthread_utils_ios.cc14 static WebThread::ID WebThreadID(ThreadID thread_id) { in WebThreadID()
26 bool CurrentlyOnThread(ThreadID thread_id) { in CurrentlyOnThread()
30 base::TaskTraits CreateTaskTraits(ThreadID thread_id) { in CreateTaskTraits()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/content/common/
H A Dthread_utils.cc16 BrowserThread::ID BrowserThreadID(ThreadID thread_id) { in BrowserThreadID()
30 bool CurrentlyOnThread(ThreadID thread_id) { in CurrentlyOnThread()
34 base::TaskTraits CreateTaskTraits(ThreadID thread_id) { in CreateTaskTraits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/content/common/
H A Dthread_utils.cc16 BrowserThread::ID BrowserThreadID(ThreadID thread_id) { in BrowserThreadID()
30 bool CurrentlyOnThread(ThreadID thread_id) { in CurrentlyOnThread()
34 base::TaskTraits CreateTaskTraits(ThreadID thread_id) { in CreateTaskTraits()
/dports/www/py-instabot/instabot-0.117.0/instabot/bot/
H A Dbot_direct.py7 def send_message(self, text, user_ids, thread_id=None): argument
51 def send_media(self, media_id, user_ids, text="", thread_id=None): argument
101 def send_hashtag(self, hashtag, user_ids, text="", thread_id=None): argument
130 def send_profile(self, profile_user_id, user_ids, text="", thread_id=None): argument
159 def send_like(self, user_ids, thread_id=None): argument
183 def send_photo(self, user_ids, filepath, thread_id=None): argument
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A DEpochBasedMemoryReclamation.h29 … Locker(size_t thread_id, EpochBasedMemoryReclamation *ebmr) : thread_id_(thread_id), ebmr_(ebmr) { in Locker()
78 Locker get_locker(size_t thread_id) { in get_locker()
139 void lock(size_t thread_id) { in lock()
152 void unlock(size_t thread_id) { in unlock()
175 void retire_sync(size_t thread_id) { in retire_sync()
188 void retire(size_t thread_id) { in retire()
195 void retire(size_t thread_id, T *ptr) { in retire()
/dports/benchmarks/sysbench/sysbench-1.0.20/src/tests/memory/
H A Dsb_memory.c247 int memory_thread_init(int thread_id) in memory_thread_init()
276 sb_event_t memory_next_event(int thread_id) in memory_next_event()
308 int event_rnd_none(sb_event_t *req, int thread_id) in event_rnd_none()
325 int event_rnd_read(sb_event_t *req, int thread_id) in event_rnd_read()
342 int event_rnd_write(sb_event_t *req, int thread_id) in event_rnd_write()
358 int event_seq_none(sb_event_t *req, int thread_id) in event_seq_none()
374 int event_seq_read(sb_event_t *req, int thread_id) in event_seq_read()
390 int event_seq_write(sb_event_t *req, int thread_id) in event_seq_write()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_comm.py534 def can_be_executed_by(self, thread_id): argument
565 def can_be_executed_by(self, thread_id): argument
800 def __init__(self, seq, thread_id, frame_id, scope, attrs): argument
947 def internal_get_frame(dbg, seq, thread_id, frame_id): argument
1320 def internal_set_expression_json(py_db, request, thread_id): argument
1572 def __init__(self, thread_id, exc_type, stacktrace): argument
1607 def __init__(self, thread_id, arg, curr_frame_id): argument
1632 def __init__(self, thread_id): argument
1717 def __init__(self, seq, thread_id, frame_id, act_tok): argument
1740 def __init__(self, seq, thread_id, frame_id, expression): argument
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_comm.py492 def can_be_executed_by(self, thread_id): argument
523 def can_be_executed_by(self, thread_id): argument
698 def __init__(self, seq, thread_id, frame_id, scope, attrs): argument
845 def internal_get_frame(dbg, seq, thread_id, frame_id): argument
1072 def internal_set_expression_json(py_db, request, thread_id): argument
1324 def __init__(self, thread_id, exc_type, stacktrace): argument
1359 def __init__(self, thread_id, arg, curr_frame_id): argument
1384 def __init__(self, thread_id): argument
1469 def __init__(self, seq, thread_id, frame_id, act_tok): argument
1492 def __init__(self, seq, thread_id, frame_id, expression): argument
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_bundle/
H A Dpydevd_custom_frames.py49 def __init__(self, name, frame, thread_id): argument
63 def add_custom_frame(frame, name, thread_id): argument
84 def update_custom_frame(frame_id, frame, thread_id, name=None): argument
104 def get_custom_frame(thread_id, frame_id): argument
H A Dpydevd_comm.py755 thread_id, argument
1023 def __init__(self, thread_id): argument
1026 def can_be_executed_by(self, thread_id): argument
1038 def __init__(self, module_name, thread_id): argument
1045 def can_be_executed_by(self, thread_id): argument
1147 def __init__(self, thread_id, cmd_id): argument
1317 def __init__(self, seq, thread_id, frame_id): argument
1385 def __init__(self, seq, thread_id, frame_id): argument
1564 def __init__(self, thread_id, arg, curr_frame_id): argument
1590 def __init__(self, thread_id): argument
[all …]
H A Dpydevd_vars.py53 def dump_frames(thread_id): argument
71 def add_additional_frame_by_id(thread_id, frames_by_id): argument
78 def remove_additional_frame_by_id(thread_id): argument
85 def has_additional_frames_by_id(thread_id): argument
89 def get_additional_frames_by_id(thread_id): argument
93 def find_frame(thread_id, frame_id): argument
169 def getVariable(thread_id, frame_id, scope, attrs): argument
262 def resolve_compound_variable_fields(thread_id, frame_id, scope, attrs): argument
336 def custom_operation(thread_id, frame_id, scope, attrs, style, code_or_file, operation_fn_name): argument
396 def evaluate_expression(thread_id, frame_id, expression, doExec): argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/scheduler/
H A Dbrowser_task_queues.cc26 const char* GetControlTaskQueueName(BrowserThread::ID thread_id) { in GetControlTaskQueueName()
39 const char* GetRunAllPendingTaskQueueName(BrowserThread::ID thread_id) { in GetRunAllPendingTaskQueueName()
86 const char* GetTaskQueueName(BrowserThread::ID thread_id, in GetTaskQueueName()
100 const char* GetDefaultQueueName(BrowserThread::ID thread_id) { in GetDefaultQueueName()
157 BrowserThread::ID thread_id, in BrowserTaskQueues()
/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dwin32_threads.c21 DWORD thread_id = GetCurrentThreadId(); in GC_stop_world() local
32 DWORD thread_id = GetCurrentThreadId(); in GC_start_world() local
43 DWORD thread_id = GetCurrentThreadId(); in GC_current_stackbottom() local
65 DWORD thread_id = GetCurrentThreadId(); in GC_push_all_stacks() local
153 DWORD thread_id = GetCurrentThreadId(); in DllMain() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/scheduler/
H A Dbrowser_task_queues.cc26 const char* GetControlTaskQueueName(BrowserThread::ID thread_id) { in GetControlTaskQueueName()
39 const char* GetRunAllPendingTaskQueueName(BrowserThread::ID thread_id) { in GetRunAllPendingTaskQueueName()
86 const char* GetTaskQueueName(BrowserThread::ID thread_id, in GetTaskQueueName()
100 const char* GetDefaultQueueName(BrowserThread::ID thread_id) { in GetDefaultQueueName()
157 BrowserThread::ID thread_id, in BrowserTaskQueues()

12345678910>>...156