projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
winex11: Add a helper to create a pixmap from an image.
[wine]
/
server
/
thread.c
2012-01-16
Alexandre Julliard
ntdll: Set the thread exit code when a thread is killed...
blob
|
commitdiff
|
raw
2011-07-06
André Hentschel
server: Remove dead initializations (clang).
blob
|
commitdiff
|
raw
|
diff to current
2011-05-06
Alexandre Julliard
server: Fix the status code for get/set_thread_context...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-06
Alexandre Julliard
server: Check for the need to suspend a thread again...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-06
Alexandre Julliard
server: Add support for suspending the thread directly...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-06
Alexandre Julliard
server: Add separate requests for getting/setting the...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-20
André Hentschel
server: Remove Alpha support.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-15
Alexandre Julliard
server: Retrieve the Unix thread affinity for the initi...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-20
André Hentschel
server: Add ARM support.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Alexandre Julliard
server: Avoid a potential server crash when a thread...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-16
Alexandre Julliard
server: Make sure a thread doesn't get freed while...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-04
Alexandre Julliard
server: Check that the prefix type can support the...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-04
Alexandre Julliard
server: Use the prefix architecture instead of the...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-02
Alexandre Julliard
server: Initial support for Wow64 registry redirection.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-02
Alexandre Julliard
server: Set the initial thread affinity from the process.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-02
Alexandre Julliard
server: Allow changing a thread affinity before it...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-20
Alexandre Julliard
server: Use the correct thread id to set affinity.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-01
Juan Lang
server: A thread's affinity is restricted to the proces...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-30
Juan Lang
server: Use kernel support for thread affinity when...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-30
Juan Lang
server: Setting a process's affinity sets all of its...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-13
Alexandre Julliard
server: Restart at the head of the wait queue when...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-03
Alexandre Julliard
server: Hide a window before destroying it if it was...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-08
Alexandre Julliard
server: Define a generic context structure instead...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-03
Alexandre Julliard
server: Verify that the client is using a supported...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-03
Alexandre Julliard
server: Store the type of CPU that the client is runnin...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-03
Alexandre Julliard
server: Use the thread entry point field to pass the...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-02
Alexandre Julliard
server: Replace EXCEPTION_RECORD by an explicit definit...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-02
Alexandre Julliard
server: Simplify the debug_event_t structure.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-31
Alexandre Julliard
server: Make TEB and PEB client_ptr_t instead of void...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-31
Alexandre Julliard
server: Make thread entry points client_ptr_t instead...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-31
Alexandre Julliard
server: Move ldt_copy to the init_process_done request...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-30
Alexandre Julliard
server: Specify the user APC to call only once the...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-30
Alexandre Julliard
server: Make padding explicit in the wake_up_reply...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-29
Alexandre Julliard
server: Make the select cookie a client_ptr_t instead...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-26
Alexandre Julliard
server: Use the same field for process and thread handl...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-23
H. Verbeet
server: Calling ResumeThread() on a terminated thread...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-17
Alexandre Julliard
server: Don't force the process affinity to 1, leave...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-20
Alexandre Julliard
server: Use SIGQUIT instead of SIGTERM to terminate...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-05
Alexandre Julliard
server: Return correct object types in the get_director...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-15
Andrey Turkin
server: Pass Information field from async I/O APCs.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Rob Shearman
server: Add get_sd and set_sd object operations to...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-25
Matt Jones
server: Only commit SetThreadPriority if new priority...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-16
Alexandre Julliard
server: Merge APC processing into the select request.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Alexandre Julliard
server: Run async I/O APCs from the SIGUSR1 handler.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-01
Alexandre Julliard
server: Give system APCs priority over signaled objects.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-17
Alexandre Julliard
server: Change the timeout handling to use NT-style...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-16
Alexandre Julliard
server: Add infrastructure for ioctl server request.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-12
Alexandre Julliard
server: Don't bother with default entry points for...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Alexandre Julliard
server: Rename the get_file_info function to get_fd_typ...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Alexandre Julliard
server: Store the opening options in the file descripto...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Alexandre Julliard
server: Add support for restarting an async I/O when...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Alexandre Julliard
server: Add an open_file() function to the object opera...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Alexandre Julliard
server: Notify the async object when the APC call compl...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-20
Alexandre Julliard
server: Grab the owner object of an APC while the APC...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-17
Andrew Talbot
server: Replace inline static with static inline.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-05
Alexandre Julliard
server: Clear the thread wait before releasing objects...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Alexandre Julliard
ntdll: Avoid inter-process APCs when called for the...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Alexandre Julliard
ntdll: Implementation of inter-process NtMapViewOfSecti...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Alexandre Julliard
ntdll: Implementation of inter-process RtlCreateUserThread.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-16
Alexandre Julliard
ntdll: Implemented NtLockVirtualMemory and NtUnlockVirt...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
ntdll: Implementation of inter-process NtFlushVirtualMe...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
ntdll: Implementation of inter-process VirtualProtectEx.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
ntdll: Implementation of inter-process VirtualQueryEx.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
server: Support queuing some APCs to a process instead...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
server: Added mechanism for returning results of APC...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
server: Properly wake the waiting threads when an APC...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-10
Alexandre Julliard
server: Allow suspended threads to run system APCs.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-04
Alexandre Julliard
server: Add a generic apc_call structure to make it...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-04
Alexandre Julliard
server: Notify the server that an APC has completed...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-04
Alexandre Julliard
server: Make thread_apc into a real object.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-29
Alexandre Julliard
server: Split get_thread_from_pid to allow lookups...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Michael Stefaniuc
server: Remove redundant NULL check before free() ...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-03
Eric Pouech
ntdll: Implemented AmILastThread information class...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-23
Mike McCormack
server: Use ntdll values where possible.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-14
Alexandre Julliard
server: Send a SIGKILL to processes that don't terminat...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-10
Alexandre Julliard
server: Only call gettimeofday once per poll loop.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-03
Thomas Kho
server: Remove unused thread_apc member.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-26
Alexandre Julliard
server: Convert the server start time to the abs_time_t...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-26
Alexandre Julliard
server: Convert thread creation/exit times to the abs_t...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-03
Ge van Geldorp
server: The "select" call passes handles, not ints.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-23
Alexandre Julliard
server: Moved some common bits of get/set_thread_contex...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-15
Mike McCormack
server: Fix a win64 warning.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-08
Alexandre Julliard
server: Don't report a fatal protocol error for things...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-05
Robert Shearman
server: Threads should start off without having an...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Alexandre Julliard
server: Use the standard suspend mechanism to simulate...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-10
Alexandre Julliard
server: Removed the thread attached flag, since we...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-07
Alexandre Julliard
server: Moved read/write_process_memory and get_selecto...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-13
Alexandre Julliard
ntdll: Add debug registers to the context of all except...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-11
Alexandre Julliard
ntdll: Handle NtSetContextThread on the client side...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Added access rights mapping to process and...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Added infrastructure for access rights mapping.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-09
Alexandre Julliard
server: Make alloc_handle use attributes instead of...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-09
Alexandre Julliard
server: Use attributes instead of inherit flag in proce...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-22
Vitaliy Margolen
Add name_lookup function in object_ops.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Alexandre Julliard
Fixed Get/SetThreadContext to work properly on suspende...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Alexandre Julliard
Moved the platform-independent part of the get/set_thre...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-01
Alexandre Julliard
Don't send an extra signal when waiting for a debug...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-14
Alexandre Julliard
Remove an exiting thread from the process only after...
blob
|
commitdiff
|
raw
|
diff to current
next