Searched refs:keyw (Results 1 – 2 of 2) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | evntprov.h | 154 …NT_DESCRIPTOR ev, USHORT Id, UCHAR ver, UCHAR ch, UCHAR lvl, USHORT t, UCHAR opc, ULONGLONG keyw) { in EventDescCreate() argument 161 ev->Keyword = keyw; in EventDescCreate() 188 FORCEINLINE PEVENT_DESCRIPTOR EventDescOrKeyword (PEVENT_DESCRIPTOR ev, ULONGLONG keyw) { in EventDescOrKeyword() argument 189 ev->Keyword |= keyw; in EventDescOrKeyword() 207 FORCEINLINE PEVENT_DESCRIPTOR EventDescSetKeyword (PEVENT_DESCRIPTOR ev, ULONGLONG keyw) { in EventDescSetKeyword() argument 208 ev->Keyword = keyw; in EventDescSetKeyword()
|
/third_party/python/Modules/ |
D | _threadmodule.c | 1023 PyObject *keyw; member 1040 res = PyObject_Call(boot->func, boot->args, boot->keyw); in t_bootstrap() 1054 Py_XDECREF(boot->keyw); in t_bootstrap() 1066 PyObject *func, *args, *keyw = NULL; in thread_PyThread_start_new_thread() local 1071 &func, &args, &keyw)) in thread_PyThread_start_new_thread() 1083 if (keyw != NULL && !PyDict_Check(keyw)) { in thread_PyThread_start_new_thread() 1102 boot->keyw = keyw; in thread_PyThread_start_new_thread() 1111 Py_XINCREF(keyw); in thread_PyThread_start_new_thread() 1118 Py_XDECREF(keyw); in thread_PyThread_start_new_thread()
|