Searched refs:event (Results 1 – 11 of 11) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | profiling.h | 198 class event { 211 event(const std::string &input) in event() function 226 struct event { struct 227 event(const std::string &) { } in event() function 238 using detail::d1::event; argument
|
| /oneTBB/python/tbb/ |
| H A D | api.i | 77 std::condition_variable event; member 99 b.event.notify_all(); 101 b.event.wait(lock); 104 b.event.wait(lock);
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | GUI_Thread.rst | 37 - The GUI thread services an event loop. 44 - The GUI thread must be responsive to the event loop and not become 66 When finished, the task posts an event to the GUI thread to indicate that the work is done. 82 similar principles apply to any GUI using an event loop idiom. For 83 each event, the GUI thread calls a user-defined function ``WndProc`` to process an event. 142 #. The GUI thread continues servicing the event loop. If it has to
|
| /oneTBB/src/tbb/tools_api/legacy/ |
| H A D | ittnotify.h | 689 int LIBITTAPI __itt_event_start(__itt_event event); 694 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event)) 698 #define __itt_event_start(event) (int)0 711 int LIBITTAPI __itt_event_end(__itt_event event); 716 ITT_STUB(LIBITTAPI, int, event_end, (__itt_event event)) 720 #define __itt_event_end(event) (int)0
|
| /oneTBB/examples/common/gui/xcode/tbbExample/ |
| H A D | OpenGLView.h | 33 - (void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
|
| H A D | OpenGLView.m | 66 - (void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 114 // mouse event for seismic and fractal
|
| /oneTBB/test/tbb/ |
| H A D | test_profiling.cpp | 252 tbb::profiling::event e("event"); 254 tbb::profiling::event::emit("emit");
|
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_static.h | 238 …TUB(LIBITTAPI, int, event_start, (__itt_event event), (ITT_FORMAT event),… 239 …TUB(LIBITTAPI, int, event_end, (__itt_event event), (ITT_FORMAT event),…
|
| H A D | ittnotify.h | 3527 int LIBITTAPI __itt_event_start(__itt_event event); 3532 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event)) 3536 #define __itt_event_start(event) (int)0 3549 int LIBITTAPI __itt_event_end(__itt_event event); 3554 ITT_STUB(LIBITTAPI, int, event_end, (__itt_event event)) 3558 #define __itt_event_end(event) (int)0
|
| /oneTBB/.github/workflows/ |
| H A D | ci.yml | 124 $(git diff --diff-filter=d --name-only ${{ github.event.pull_request.base.sha }})
|
| /oneTBB/ |
| H A D | LICENSE.txt | 153 8. Limitation of Liability. In no event and under no legal theory,
|